mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Add missing marketplace and apps ACLs in sunstone
This commit is contained in:
parent
e393031304
commit
f51caa194e
@ -174,6 +174,12 @@ define(function(require) {
|
||||
case "VROUTER":
|
||||
resources_str+=Locale.tr("Virtual Routers")+", ";
|
||||
break;
|
||||
case "MARKETPLACE":
|
||||
resources_str+=Locale.tr("Marketplaces")+", ";
|
||||
break;
|
||||
case "MARKETPLACEAPP":
|
||||
resources_str+=Locale.tr("Marketplace Apps")+", ";
|
||||
break;
|
||||
}
|
||||
}
|
||||
//remove ", " from end
|
||||
|
@ -120,6 +120,14 @@
|
||||
<input type="checkbox" id="res_vrouter" name="res_vrouter" class="resource_cb" value="VROUTER">
|
||||
<label for="res_vrouter">{{tr "Virtual Routers"}}</label>
|
||||
</div>
|
||||
<div class="large-3 medium-6 columns">
|
||||
<input type="checkbox" id="res_marketplace" name="res_marketplace" class="resource_cb" value="MARKETPLACE">
|
||||
<label for="res_marketplace">{{tr "MarketPlaces"}}</label>
|
||||
</div>
|
||||
<div class="large-3 medium-6 columns end">
|
||||
<input type="checkbox" id="res_marketplaceapp" name="res_marketplaceapp" class="resource_cb" value="MARKETPLACEAPP">
|
||||
<label for="res_marketplaceapp">{{tr "MarketPlace Apps"}}</label>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
|
Loading…
x
Reference in New Issue
Block a user