mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Merge pull request #899 from mabashian/panelify-home-hosts
Added Panel class and list title to the Home Hosts list view
This commit is contained in:
@@ -13,6 +13,7 @@ export default
|
||||
iterator: 'host',
|
||||
selectTitle: 'Add Existing Hosts',
|
||||
editTitle: 'Hosts',
|
||||
listTitle: 'Hosts',
|
||||
index: false,
|
||||
hover: true,
|
||||
well: true,
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user