File tree Expand file tree Collapse file tree 2 files changed +1
-32
lines changed
components/StorageGroupInfo/i18n
containers/StorageGroupPage Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "pool-name" : " Pool Name" ,
3
2
"encryption" : " Encryption" ,
4
3
"overall" : " Overall" ,
5
4
"disk-space" : " Disk Space" ,
9
8
"usage" : " Usage" ,
10
9
"read-throughput" : " Read Throughput" ,
11
10
"write-throughput" : " Write Throughput" ,
12
- "links" : " Links" ,
13
- "storage-group-page" : " Storage Group Page" ,
14
- "developer-ui" : " Developer UI" ,
15
11
"yes" : " Yes" ,
16
12
"no" : " No" ,
17
- "storage-group-title" : " Storage Group" ,
18
- "kind" : " Kind" ,
19
- "degraded" : " Degraded" ,
20
- "change-time" : " Change Time" ,
21
13
"group-generation" : " Group Generation" ,
22
14
"latency" : " Latency" ,
23
- "acquired-units" : " Units" ,
24
15
"allocation-units" : " Units" ,
25
16
"state" : " State" ,
26
17
"missing-disks" : " Missing Disks" ,
Original file line number Diff line number Diff line change 1
- @import ' ../../styles// mixins.scss' ;
1
+ @import ' ../../styles/mixins.scss' ;
2
2
3
3
.ydb-storage-group-page {
4
4
position : relative ;
5
-
6
5
display : flex ;
7
6
overflow : auto ;
8
7
flex-direction : column ;
9
8
gap : 20px ;
10
-
11
9
height : 100% ;
12
10
padding : 20px ;
13
11
14
12
& __meta ,
15
13
& __title ,
16
- & __controls ,
17
14
& __info ,
18
15
& __tabs {
19
16
position : sticky ;
24
21
margin-top : var (--g-spacing-10 );
25
22
}
26
23
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
-
42
24
& __tabs {
43
25
@include tabs-wrapper-styles ();
44
26
}
45
-
46
- & __group-disk {
47
- width : 150px ;
48
- }
49
27
}
You can’t perform that action at this time.
0 commit comments