File tree 4 files changed +10
-10
lines changed
packages/frontend/stalker-app/src/app
modules/ip-ranges/view-ip-range
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -504,8 +504,8 @@ deployments:
504
504
repo : https://charts.bitnami.com/bitnami
505
505
version : " 28.0.0"
506
506
upgradeArgs :
507
- - --timeout
508
- - 1200s
507
+ - --timeout
508
+ - 1200s
509
509
values :
510
510
controller :
511
511
nodeSelector : $(echo ${KAFKA_K8S_NODE_SELECTOR})
@@ -556,7 +556,7 @@ deployments:
556
556
value : " no"
557
557
provisioning :
558
558
enabled : true
559
- parallel : 10
559
+ parallel : 1
560
560
nodeSelector : $(echo ${KAFKA_K8S_NODE_SELECTOR})
561
561
auth :
562
562
tls :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h3 class="metric-title" i18n="Short mask|Short mask of a subnet">Short mask</h3
35
35
< div class ="metric-info "> {{ ipRangeExt.shortMask }}</ div >
36
36
</ div >
37
37
< div class ="tw-col-span-1 ">
38
- < h3 class ="metric-title " i18n ="Long mask|Long mask of a subnet "> Long massk </ h3 >
38
+ < h3 class ="metric-title " i18n ="Long mask|Long mask of a subnet "> Long mask </ h3 >
39
39
< div class ="metric-info "> {{ ipRangeExt.longMask }}</ div >
40
40
</ div >
41
41
< div class ="tw-col-span-1 ">
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export class ViewIpRangeComponent implements OnDestroy {
104
104
public manageTags : string = $localize `:Manage Tags|Manage Tags:Manage Tags` ;
105
105
public filterTags : string = $localize `:Filter Tags|Filter Tags:Filter Tags` ;
106
106
public emptyTags : string = $localize `:No Tags|List of tags is empty:No Tags Available` ;
107
- public manageIpRangeText : string = $localize `:Manage ip range|Manage the ip range element:Manage ip range` ;
107
+ public manageIpRangeText : string = $localize `:Manage IP range|Manage the IP range element:Manage IP range` ;
108
108
109
109
// Drawer
110
110
public currentDetailsId : string | null = null ;
Original file line number Diff line number Diff line change @@ -62,11 +62,6 @@ export class SidebarComponent {
62
62
{
63
63
name : $localize `:Resources|Title for the Resources section of the sidenav:Resources` ,
64
64
items : [
65
- {
66
- icon : 'radar' ,
67
- routerLink : '/ip-ranges' ,
68
- name : $localize `:IP Ranges|Sidenav ip ranges button:IP Ranges` ,
69
- } ,
70
65
{
71
66
icon : 'language' ,
72
67
routerLink : '/domains' ,
@@ -87,6 +82,11 @@ export class SidebarComponent {
87
82
routerLink : '/websites' ,
88
83
name : $localize `:Websites|Sidenav website button:Websites` ,
89
84
} ,
85
+ {
86
+ icon : 'radar' ,
87
+ routerLink : '/ip-ranges' ,
88
+ name : $localize `:IP Ranges|Sidenav ip ranges button:IP Ranges` ,
89
+ } ,
90
90
] ,
91
91
} ,
92
92
{
You can’t perform that action at this time.
0 commit comments