|
@@ -61,30 +61,28 @@ class SecuritySetting extends React.Component {
|
|
|
<table className="table">
|
|
<table className="table">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th scope="row">1</th>
|
|
|
|
|
|
|
+ <th scope="row">公開</th>
|
|
|
<td>項目1</td>
|
|
<td>項目1</td>
|
|
|
- <td>項目2</td>
|
|
|
|
|
- <td>項目3</td>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th scope="row">2</th>
|
|
|
|
|
|
|
+ <th scope="row">リンクを知っている人</th>
|
|
|
<td>項目4</td>
|
|
<td>項目4</td>
|
|
|
- <td>項目5</td>
|
|
|
|
|
- <td>項目6</td>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th scope="row">3</th>
|
|
|
|
|
|
|
+ <th scope="row">自分のみ</th>
|
|
|
|
|
+ <td>項目7</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th scope="row">特定のグループのみ</th>
|
|
|
<td>項目7</td>
|
|
<td>項目7</td>
|
|
|
- <td>項目8</td>
|
|
|
|
|
- <td>項目9</td>
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|