Skip to content
Snippets Groups Projects
Commit d3167048 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

update all the admin listing pages to the latest stylings.

parent 8ad3b7ce
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
</section>
<section>
<table>
<table class="ContentTable">
<thead>
<tr>
<th>Name</th>
......@@ -27,7 +27,7 @@
<td>
{{database.engine}}
</td>
<td>
<td class="Table-actions">
<!-- TODO: sync now button? -->
<a class="Button" cv-org-href="/admin/databases/{{database.id}}/tables/">Tables</a>
<button class="Button Button--danger" ng-click="delete(database.id)" delete-confirm>Delete</button>
......
......@@ -8,7 +8,7 @@
</section>
<section>
<table>
<table class="ContentTable">
<thead>
<tr>
<th>Table</th>
......
......@@ -5,7 +5,7 @@
</section>
<section>
<table>
<table class="ContentTable">
<thead>
<tr>
<th>Name</th>
......@@ -35,7 +35,7 @@
</li>
</ul>
</td>
<td>
<td class="Table-actions">
<button class="Button" ng-click="executeReport(report.id)">Send Now</button>
<button class="Button Button--danger" ng-click="deleteReport($index)" delete-confirm>Delete</button>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment