You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR aims to polish the UI with following tweaks and changes:
- Increase resource and os-logo icons both in list view, user-menu bar and VM deployment form
- Fix css issues in VM deployment form when resource icons are on some of the templates/isos but not all
- Replace edit icon in the resource icon editting button on the infocard, in resource view
- Fix css marging/padding issue for nav bar and left-branding/logo
- Introduce a new Limits option in the user menu, to allow users to see their own limits when they log in
- Rename resource tab to limits tab for accounts, project and domains
- Introduce a new copy-label component, that can be clicked to copy strings; use in info-card and list view for entites such as IP addresses and UUIDs
- Add router-link to /zones/ in case of user-accounts (when /zone isn't routable in the UI)
- Show better list of nics and ssh keys pairs in infocard for VM resource view
- Standardise most resources to show state/status columns right after resource name (wherever applicable)
- Remove displayname column in VM list view, add cpu number and memory by default
- Add k8s version column in k8s list view
- Add size and phy size columns in case of template and ISOs list view, only for root/domain admins
- Add phy network router-link in case of guest VLAN list view; rearrange columns list for consistency
- Add snapshot phy size column in the snapshot list view; and router-link for volume in the snapshot list view; and missing/useful details in the volume snapshot details view
- Add a create and add data disk feature in Instances tab, just like we've add nic feature in the same
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
"label.link.domain.to.ldap": "Link domain to LDAP",
1140
1142
"label.linklocalip": "Link-local/Control IP address",
1141
1143
"label.linux": "Linux",
@@ -1785,6 +1787,7 @@
1785
1787
"label.snapshotlimit": "Snapshot limits",
1786
1788
"label.snapshotmemory": "Snapshot memory",
1787
1789
"label.snapshots": "Snapshots",
1790
+
"label.snapshottype": "Snapshot Type",
1788
1791
"label.sockettimeout": "Socket timeout",
1789
1792
"label.softwareversion": "Software version",
1790
1793
"label.source.based": "SourceBased",
@@ -2140,6 +2143,7 @@
2140
2143
"label.volumename": "Volume name",
2141
2144
"label.volumes": "Volumes",
2142
2145
"label.volumetotal": "Volume",
2146
+
"label.volumetype": "Volume Type",
2143
2147
"label.vpc": "VPC",
2144
2148
"label.vpc.id": "VPC ID",
2145
2149
"label.vpc.offerings": "VPC offerings",
@@ -2347,6 +2351,7 @@
2347
2351
"message.attach.volume": "Please fill in the following data to attach a new volume. If you are attaching a disk volume to a Windows based virtual machine, you will need to reboot the instance to see the attached disk.",
2348
2352
"message.attach.volume.failed": "Failed to attach volume.",
0 commit comments