Difference between revisions of "Accounting Portlet: How to install and configure"
From Gcube Wiki
(→Overview) |
(→Overview) |
||
Line 11: | Line 11: | ||
The order of the choices represents the order of the tabs. | The order of the choices represents the order of the tabs. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Generic Resource == | == Generic Resource == |
Revision as of 19:17, 26 November 2021
Contents |
In this guide we describe how to install and configure Accounting Manager portlet.
Overview
AM can be installed in different scopes and, depending on the desired information, various kinds of tabs can be enabled at installation time. The tabs contain information about the Storage, Service, Job and Space. If no resource is present in the scope, the portlet shows the Service, Job and Storage tabs. To show the information that you want, simply add a generic resource with the choices made.
The order of the choices represents the order of the tabs.
Generic Resource
This is an example of configuration in which Services and Job are enable:
<Resource version="0.4.x"> <ID>39bb33cb-08c3-4ab3-bf86-583dc0839dd3</ID> <Type>GenericResource</Type> <Scopes> <Scope>/gcube/devNext/NextNext</Scope> </Scopes> <Profile> <SecondaryType>AccountingProfile</SecondaryType> <Name>AccountingManager</Name> <Description>Accounting Manager portlet for this scope</Description> <Body> <enabletabs> <enabletab> <name>Service</name> </enabletab> <enabletab> <name>Job</name> </enabletab> </enabletabs> </Body> </Profile> </Resource>
Possible values are:
... <name>Storage</name> ... <name>Service</name> ... <name>Job</name> ... <name>Space</name> ...