trove-dashboard/trove_dashboard/static/dashboard/project/ngbackups/table/table.html
Ishita Mandhan fb28910d4c Add backups table to ng-backups panel
This patch is a simple rendering of the trove datastore
backups table using angular to display the backups data.
To view the angular panel and test this patch, change disabled
to false in trove-dashboard/trove_dashboard/enabled/
_1731_project_database_backups_panel.py

Change-Id: I1b3af4255a19d9c3605b752dd1b75288a980dfad
2016-06-03 12:37:55 -07:00

7 lines
220 B
HTML

<div ng-controller="horizon.dashboard.project.backups.tableController as table">
<hz-dynamic-table
config="table.config"
items="table.backups"
safe-src-items="table.backupsSrc">
</hz-dynamic-table>
</div>