mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
Merge branch 'edit-inv-page' into upstream_master
Conflicts: awx/ui/static/js/controllers/Inventories.js awx/ui/static/js/lists/InventoryHosts.js
This commit is contained in:
@@ -141,7 +141,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
||||
icon = 'fa-check-square-o';
|
||||
break;
|
||||
case 'properties':
|
||||
icon = "fa-wrench";
|
||||
icon = "fa-pencil";
|
||||
break;
|
||||
case 'reset':
|
||||
icon = "fa-undo";
|
||||
|
||||
Reference in New Issue
Block a user