Added AS to /inventories/hosts/N and /inventories/groups/N as well has /home/[groups, hosts]. Fixed CSS container sizing issue, so widget will not overlap footer.

This commit is contained in:
Chris Houseknecht
2013-11-19 18:52:26 +00:00
parent d681d0972a
commit 4661a9e97a
9 changed files with 85 additions and 26 deletions

View File

@@ -104,7 +104,16 @@ angular.module('InventoryHostsFormDefinition', [])
iconSize: 'large',
ngClick: "showHelp()",
id: "hosts-page-help"
}
},
stream: {
'class': "btn-primary btn-xs activity-btn",
ngClick: "showActivity()",
awToolTip: "View Activity Stream",
dataPlacement: "top",
icon: "icon-comments-alt",
mode: 'edit',
iconSize: 'large'
}
},
fieldActions: {