Skip to content

Commit 6e0eeb4

Browse files
committed
fix: review fixes
1 parent 21c1e4c commit 6e0eeb4

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

src/components/StorageGroupInfo/i18n/en.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"pool-name": "Pool Name",
32
"encryption": "Encryption",
43
"overall": "Overall",
54
"disk-space": "Disk Space",
@@ -9,18 +8,10 @@
98
"usage": "Usage",
109
"read-throughput": "Read Throughput",
1110
"write-throughput": "Write Throughput",
12-
"links": "Links",
13-
"storage-group-page": "Storage Group Page",
14-
"developer-ui": "Developer UI",
1511
"yes": "Yes",
1612
"no": "No",
17-
"storage-group-title": "Storage Group",
18-
"kind": "Kind",
19-
"degraded": "Degraded",
20-
"change-time": "Change Time",
2113
"group-generation": "Group Generation",
2214
"latency": "Latency",
23-
"acquired-units": "Units",
2415
"allocation-units": "Units",
2516
"state": "State",
2617
"missing-disks": "Missing Disks",
Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
@import '../../styles//mixins.scss';
1+
@import '../../styles/mixins.scss';
22

33
.ydb-storage-group-page {
44
position: relative;
5-
65
display: flex;
76
overflow: auto;
87
flex-direction: column;
98
gap: 20px;
10-
119
height: 100%;
1210
padding: 20px;
1311

1412
&__meta,
1513
&__title,
16-
&__controls,
1714
&__info,
1815
&__tabs {
1916
position: sticky;
@@ -24,26 +21,7 @@
2421
margin-top: var(--g-spacing-10);
2522
}
2623

27-
&__controls {
28-
display: flex;
29-
align-items: center;
30-
gap: var(--g-spacing-2);
31-
}
32-
33-
&__group-disks {
34-
display: flex;
35-
flex-grow: 1;
36-
flex-flow: row wrap;
37-
gap: 10px;
38-
39-
margin-top: 20px;
40-
}
41-
4224
&__tabs {
4325
@include tabs-wrapper-styles();
4426
}
45-
46-
&__group-disk {
47-
width: 150px;
48-
}
4927
}

0 commit comments

Comments
 (0)