|
|
@@ -15,24 +15,24 @@ class ShareLinkSetting extends React.Component {
|
|
|
<div className="mb-3">
|
|
|
<h2 className="alert-anchor border-bottom">Shared Link List</h2>
|
|
|
</div>
|
|
|
- <button className="pull-right btn btn-danger" type="button">Delete all links</button>
|
|
|
-
|
|
|
- <div className="table-responsive">
|
|
|
- <table className="table table-bordered">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th>Link</th>
|
|
|
- <th>PagePath</th>
|
|
|
- <th>Expiration</th>
|
|
|
- <th>Description</th>
|
|
|
- <th>Order</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- {/* ShareLinkListを参考に */}
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
+ <button className="pull-right btn btn-danger" type="button">Delete all links</button>
|
|
|
+
|
|
|
+ <div className="table-responsive">
|
|
|
+ <table className="table table-bordered">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Link</th>
|
|
|
+ <th>PagePath</th>
|
|
|
+ <th>Expiration</th>
|
|
|
+ <th>Description</th>
|
|
|
+ <th>Order</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ {/* ShareLinkListを参考に */}
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
|
|
|
</div>
|
|
|
);
|