Browse Source

delete unnecesary cells

kaoritokashiki 6 years ago
parent
commit
d07ea1ff16
1 changed files with 11 additions and 13 deletions
  1. 11 13
      src/client/js/components/Admin/Security/SecuritySetting.jsx

+ 11 - 13
src/client/js/components/Admin/Security/SecuritySetting.jsx

@@ -61,30 +61,28 @@ class SecuritySetting extends React.Component {
         <table className="table">
           <thead>
             <tr>
-              <th scope="col">#</th>
-              <th scope="col">見出し1</th>
-              <th scope="col">見出し2</th>
-              <th scope="col">見出し3</th>
+              <th scope="col">ページの公開範囲</th>
+              <th scope="col">設定値</th>
+              {/* <th scope="col">見出し2</th>
+              <th scope="col">見出し3</th> */}
             </tr>
           </thead>
           <tbody>
             <tr>
-              <th scope="row">1</th>
+              <th scope="row">公開</th>
               <td>項目1</td>
-              <td>項目2</td>
-              <td>項目3</td>
             </tr>
             <tr>
-              <th scope="row">2</th>
+              <th scope="row">リンクを知っている人</th>
               <td>項目4</td>
-              <td>項目5</td>
-              <td>項目6</td>
             </tr>
             <tr>
-              <th scope="row">3</th>
+              <th scope="row">自分のみ</th>
+              <td>項目7</td>
+            </tr>
+            <tr>
+              <th scope="row">特定のグループのみ</th>
               <td>項目7</td>
-              <td>項目8</td>
-              <td>項目9</td>
             </tr>
           </tbody>
         </table>