Skip to content

Commit

Permalink
Alliance org implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldsce committed Mar 18, 2022
1 parent 6531ddb commit 34b2b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/modules/cloudlet/cloudlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const keys = () => ([
{ field: fields.createdAt, serverField: 'created_at', label: 'Created', dataType: perpetual.TYPE_DATE, date: { format: FORMAT_FULL_DATE_TIME, dataFormat: 'seconds' } },
{ field: fields.updatedAt, serverField: 'updated_at', label: 'Updated', dataType: perpetual.TYPE_DATE, date: { format: FORMAT_FULL_DATE_TIME, dataFormat: 'seconds' } },
{ field: fields.allianceOrganization, label: 'Alliance Organization', serverField: 'alliance_orgs', dataType: perpetual.TYPE_STRING },
{ field: fields.trusted, label: 'Trusted', icon: 'trusted.svg' },
{ field: fields.trusted, label: 'Trusted', icon: 'trusted.svg', format:true },
{ field: fields.gpuExist, label: 'GPU', detailView: false },
{ field: fields.actions, label: 'Actions', sortable: false, visible: true, clickable: true, roles: constant.operatorRoles }
])
Expand Down

0 comments on commit 34b2b87

Please sign in to comment.