CS-16413: Fix load time for infrastructure main page

-Disable API calls for infrastructure page
-Re-style infrastructure labels
This commit is contained in:
Brian Federle 2012-09-28 11:20:46 -07:00
parent 2214ba6c17
commit 69f6e33a65
2 changed files with 14 additions and 0 deletions

View File

@ -10009,6 +10009,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
font-size: 11px;
}
/*CS-16413: Disable infrastructure totals*/
.system-dashboard.zone .status_box li span.header {
display: block;
width: 156px;
font-size: 16px;
text-align: center;
top: 31px;
}
/*Action icons*/
.action.edit .icon {
background-position: 1px -1px;

View File

@ -337,6 +337,11 @@
});
};
// re: CS-16413 -- Disable API calls
return args.response.success({
data: {}
});
dataFns.zoneCount({});
}
},