Skip to content

Commit

Permalink
fix: review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik committed Sep 16, 2024
1 parent 21c1e4c commit 6e0eeb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
9 changes: 0 additions & 9 deletions src/components/StorageGroupInfo/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"pool-name": "Pool Name",
"encryption": "Encryption",
"overall": "Overall",
"disk-space": "Disk Space",
Expand All @@ -9,18 +8,10 @@
"usage": "Usage",
"read-throughput": "Read Throughput",
"write-throughput": "Write Throughput",
"links": "Links",
"storage-group-page": "Storage Group Page",
"developer-ui": "Developer UI",
"yes": "Yes",
"no": "No",
"storage-group-title": "Storage Group",
"kind": "Kind",
"degraded": "Degraded",
"change-time": "Change Time",
"group-generation": "Group Generation",
"latency": "Latency",
"acquired-units": "Units",
"allocation-units": "Units",
"state": "State",
"missing-disks": "Missing Disks",
Expand Down
24 changes: 1 addition & 23 deletions src/containers/StorageGroupPage/StorageGroupPage.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
@import '../../styles//mixins.scss';
@import '../../styles/mixins.scss';

.ydb-storage-group-page {
position: relative;

display: flex;
overflow: auto;
flex-direction: column;
gap: 20px;

height: 100%;
padding: 20px;

&__meta,
&__title,
&__controls,
&__info,
&__tabs {
position: sticky;
Expand All @@ -24,26 +21,7 @@
margin-top: var(--g-spacing-10);
}

&__controls {
display: flex;
align-items: center;
gap: var(--g-spacing-2);
}

&__group-disks {
display: flex;
flex-grow: 1;
flex-flow: row wrap;
gap: 10px;

margin-top: 20px;
}

&__tabs {
@include tabs-wrapper-styles();
}

&__group-disk {
width: 150px;
}
}

0 comments on commit 6e0eeb4

Please sign in to comment.