Added Panel class and list title to the Home Hosts list view

This commit is contained in:
Michael Abashian
2016-02-10 11:18:00 -05:00
parent 3eeba44137
commit f863972cea
2 changed files with 6 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ export default
iterator: 'host',
selectTitle: 'Add Existing Hosts',
editTitle: 'Hosts',
listTitle: 'Hosts',
index: false,
hover: true,
well: true,

View File

@@ -1,5 +1,5 @@
<div class="tab-pane" id="home">
<div ng-cloak id="htmlTemplate"></div>
<div ng-cloak id="htmlTemplate" class="Panel"></div>
<div id="inventory-modal-container"></div>
<div id="group-modal-dialog" style="display: none;">
<ul id="group_tabs" class="nav nav-tabs">