seems ok
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/rmp-common-library@65428 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bea355d633
commit
3c951bbcc0
|
@ -56,7 +56,11 @@ public enum ResourceTypeDecorator {
|
|||
* Models for SWEEPER
|
||||
***************************************/
|
||||
Sweeper_GHN("gCube Hosting Node", "ghn-icon"),
|
||||
Sweeper_RI("Running Instance", "runninginstance-icon");
|
||||
Sweeper_RI("Running Instance", "runninginstance-icon"),
|
||||
Sweeper_RI_Orphan("Orphan Running Instance", "orphan-runninginstance-icon"),
|
||||
Sweeper_GHN_Expired("Expired gHN", "expired-ghn-icon"),
|
||||
Sweeper_GHN_Dead("Dead gHN", "dead-ghn-icon");
|
||||
|
||||
|
||||
|
||||
private String label = null;
|
||||
|
|
Loading…
Reference in New Issue