diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 932692cb6a8..ecd22a23cf2 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7121,6 +7121,22 @@ div.panel.ui-dialog div.list-view div.fixed-header { margin: -2px 0 -4px auto; } +#new-project-review-tabs-resouces { + background: #D2D2D2; +} + +.new-project .resources .ui-widget-content { + background: #FFFFFF; +} + +.new-project .resources .field { + height: 39px; + padding: 0; +} + +.new-project .resources .field input { +} + .new-project .field span.value { color: #475765; /*+placement:shift 21px 20px;*/ @@ -7140,6 +7156,12 @@ div.panel.ui-dialog div.list-view div.fixed-header { padding: 20px 24px 0 0; } +.new-project .resources .field label { + font-size: 14px; + height: auto; + padding: 10px 14px 14px 40px; +} + .new-project .field label.error { color: #FF0000; font-size: 9px; @@ -7167,12 +7189,16 @@ div.panel.ui-dialog div.list-view div.fixed-header { -o-box-shadow: inset 0px 1px 0px #A1A1A1; box-shadow: inset 0px 1px 0px #A1A1A1; width: 506px; - height: 21px; + height: 20px; margin: 17px 25px 0 0; float: right; border: 1px solid #C7C7C7; } +.new-project .resources .field input[type=text] { + margin: 6px 9px 0 0; +} + .new-project .button.cancel { color: #808080; background: none; @@ -7377,6 +7403,10 @@ div.panel.ui-dialog div.list-view div.fixed-header { background-position: -3px -369px; } +.new-project .resources input[type=submit] { + display: none; +} + .new-project .multi-edit { width: 671px; } diff --git a/ui/scripts/ui-custom/projects.js b/ui/scripts/ui-custom/projects.js index 3905a547ce6..822d510edeb 100644 --- a/ui/scripts/ui-custom/projects.js +++ b/ui/scripts/ui-custom/projects.js @@ -13,75 +13,150 @@ })); }, + dashboardTabs: { + overview: function() { + var $dashboard = $('#template').find('.project-dashboard-view').clone(); + $dashboard.data('tab-title', 'Dashboard'); + + var getData = function() { + // Populate data + $dashboard.find('[data-item]').hide(); + var $loading = $('