link to manage page from inv list

This commit is contained in:
Jared Tabor
2015-03-12 14:32:41 -04:00
parent 698f2e7b8f
commit 5e22c86c45
6 changed files with 13 additions and 38 deletions

View File

@@ -136,7 +136,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";
@@ -162,9 +162,6 @@ angular.module('GeneratorHelpers', [systemStatus.name])
case 'copy':
icon = "fa-copy";
break;
case 'manage':
icon = "fa-sitemap";
break;
}
icon += (size) ? " " + size : "";
return Icon(icon);