mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-14 17:42:24 +01:00
CS-16413: Fix load time for infrastructure main page
-Disable API calls for infrastructure page -Re-style infrastructure labels
This commit is contained in:
parent
2214ba6c17
commit
69f6e33a65
@ -10009,6 +10009,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||||||
font-size: 11px;
|
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 icons*/
|
||||||
.action.edit .icon {
|
.action.edit .icon {
|
||||||
background-position: 1px -1px;
|
background-position: 1px -1px;
|
||||||
|
|||||||
@ -337,6 +337,11 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// re: CS-16413 -- Disable API calls
|
||||||
|
return args.response.success({
|
||||||
|
data: {}
|
||||||
|
});
|
||||||
|
|
||||||
dataFns.zoneCount({});
|
dataFns.zoneCount({});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user