diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 51663cf59e1..a60e4807ca2 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9967,3 +9967,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { background-position: -230px -615px; } +.label-hovered { + cursor: pointer; + color: blue !important; +} \ No newline at end of file diff --git a/ui/scripts/ui-custom/projects.js b/ui/scripts/ui-custom/projects.js index e10a8f16f3a..221d834d29f 100644 --- a/ui/scripts/ui-custom/projects.js +++ b/ui/scripts/ui-custom/projects.js @@ -171,7 +171,8 @@ var $input = $('').attr({ type: 'text', name: resource.type, - value: resource.value + value: resource.value, + id: resource.type }).addClass('required'); $field.append($label, $input); @@ -305,13 +306,15 @@ .append($('