\
-
'+tr("The Infrastructure menu allows management of Hosts, Datastores, Virtual Networks and the Clusters they are placed in. The Clusters node can be expanded, and resources can be managed for each cluster.")+'
\
+
'+tr("The Infrastructure menu allows management of Hosts, Datastores, Virtual Networks. Users in the oneadmin group can manage clusters as well.")+'
\
'+tr("You can find further information on the following links:")+'
\
\
- Host subsystem
\
@@ -117,5 +117,6 @@ function updateInfraDashboard(what,json_info){
};
$(document).ready(function(){
-
+ if (!mustBeAdmin())
+ $('table#infra_dashboard .cluster_related', main_tabs_context).hide();
});
\ No newline at end of file