iguazio.dashboard-controls 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/en/functions.json +1 -0
- package/dist/js/iguazio.dashboard-controls.js +2616 -2517
- package/dist/less/iguazio.dashboard-controls.less +745 -741
- package/package.json +1 -1
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/services/control-panel-logs-data.service.js +120 -6
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.component.js +24 -19
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.less +5 -1
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.tpl.html +14 -10
|
@@ -3666,149 +3666,6 @@ ncl-functions {
|
|
|
3666
3666
|
}
|
|
3667
3667
|
}
|
|
3668
3668
|
|
|
3669
|
-
/**
|
|
3670
|
-
UI.Layout CSS
|
|
3671
|
-
*************************************/
|
|
3672
|
-
.stretch {
|
|
3673
|
-
position: absolute;
|
|
3674
|
-
top: 0;
|
|
3675
|
-
left: 0;
|
|
3676
|
-
right: 0;
|
|
3677
|
-
bottom: 0;
|
|
3678
|
-
/* Can be changed by hand ;)*/
|
|
3679
|
-
overflow: auto;
|
|
3680
|
-
}
|
|
3681
|
-
|
|
3682
|
-
.animate-row, .animate-column {
|
|
3683
|
-
-webkit-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
3684
|
-
-moz-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
3685
|
-
-ms-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
3686
|
-
-o-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
3687
|
-
transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
3688
|
-
}
|
|
3689
|
-
|
|
3690
|
-
.ui-splitbar {
|
|
3691
|
-
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
|
|
3692
|
-
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
|
|
3693
|
-
display: -ms-flexbox; /* TWEENER - IE 10 */
|
|
3694
|
-
display: -webkit-flex; /* NEW - Chrome */
|
|
3695
|
-
display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
3696
|
-
-webkit-justify-content: center;
|
|
3697
|
-
justify-content: center;
|
|
3698
|
-
|
|
3699
|
-
background-color: #ffffff;
|
|
3700
|
-
right: auto;
|
|
3701
|
-
position: absolute;
|
|
3702
|
-
z-index: 1;
|
|
3703
|
-
}
|
|
3704
|
-
|
|
3705
|
-
.ui-layout-row > .ui-splitbar {
|
|
3706
|
-
height: 8px;
|
|
3707
|
-
width: 100%;
|
|
3708
|
-
cursor: row-resize;
|
|
3709
|
-
text-align: center;
|
|
3710
|
-
justify-content: center;
|
|
3711
|
-
align-items: center;
|
|
3712
|
-
background: linear-gradient(to bottom, #fff 0%, #eee 100%);
|
|
3713
|
-
overflow-y: hidden;
|
|
3714
|
-
}
|
|
3715
|
-
|
|
3716
|
-
.ui-layout-column > .ui-splitbar {
|
|
3717
|
-
width: 8px;
|
|
3718
|
-
height: 100%;
|
|
3719
|
-
cursor: col-resize;
|
|
3720
|
-
-webkit-flex-direction: column;
|
|
3721
|
-
flex-direction: column;
|
|
3722
|
-
background: linear-gradient(to right, #fff 0%, #eee 100%);
|
|
3723
|
-
overflow-x: hidden;
|
|
3724
|
-
}
|
|
3725
|
-
|
|
3726
|
-
.ui-layout-column > .ui-splitbar > a,
|
|
3727
|
-
.ui-layout-row > .ui-splitbar > a {
|
|
3728
|
-
cursor: pointer;
|
|
3729
|
-
text-align: center;
|
|
3730
|
-
font-size: 16px;
|
|
3731
|
-
color: #aaa;
|
|
3732
|
-
}
|
|
3733
|
-
|
|
3734
|
-
.ui-layout-column > .ui-splitbar > a:nth-child(2) {
|
|
3735
|
-
margin-top: 0.35rem;
|
|
3736
|
-
}
|
|
3737
|
-
|
|
3738
|
-
.ui-layout-row > .ui-splitbar > a:nth-child(2) {
|
|
3739
|
-
margin-left: 0.35rem;
|
|
3740
|
-
}
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
/**
|
|
3744
|
-
* Icons
|
|
3745
|
-
**/
|
|
3746
|
-
|
|
3747
|
-
.ui-splitbar-icon {
|
|
3748
|
-
width: 0;
|
|
3749
|
-
height: 0;
|
|
3750
|
-
display: inline-block;
|
|
3751
|
-
}
|
|
3752
|
-
|
|
3753
|
-
.ui-splitbar-icon-up {
|
|
3754
|
-
border-left: 0.45em solid transparent;
|
|
3755
|
-
border-right: 0.45em solid transparent;
|
|
3756
|
-
border-bottom: 0.45em solid;
|
|
3757
|
-
}
|
|
3758
|
-
|
|
3759
|
-
.ui-splitbar-icon-down {
|
|
3760
|
-
border-left: 0.45em solid transparent;
|
|
3761
|
-
border-right: 0.45em solid transparent;
|
|
3762
|
-
border-top: 0.45em solid;
|
|
3763
|
-
margin-right: 0.45em;
|
|
3764
|
-
}
|
|
3765
|
-
|
|
3766
|
-
.ui-splitbar-icon-right {
|
|
3767
|
-
border-top: 0.45em solid transparent;
|
|
3768
|
-
border-bottom: 0.45em solid transparent;
|
|
3769
|
-
border-left: 0.45em solid;
|
|
3770
|
-
|
|
3771
|
-
}
|
|
3772
|
-
|
|
3773
|
-
.ui-splitbar-icon-left {
|
|
3774
|
-
border-top: 0.45em solid transparent;
|
|
3775
|
-
border-bottom: 0.45em solid transparent;
|
|
3776
|
-
border-right: 0.45em solid;
|
|
3777
|
-
margin-top: 0.45em;
|
|
3778
|
-
}
|
|
3779
|
-
|
|
3780
|
-
/* Allow disabling of icons */
|
|
3781
|
-
.no-toggle .ui-splitbar-icon {
|
|
3782
|
-
display: none;
|
|
3783
|
-
}
|
|
3784
|
-
|
|
3785
|
-
@media only screen and (max-device-width: 480px) {
|
|
3786
|
-
.no-mobile-toggle .ui-splitbar-icon {
|
|
3787
|
-
display: none;
|
|
3788
|
-
}
|
|
3789
|
-
}
|
|
3790
|
-
|
|
3791
|
-
@media print {
|
|
3792
|
-
.ui-splitbar {
|
|
3793
|
-
display: none;
|
|
3794
|
-
}
|
|
3795
|
-
|
|
3796
|
-
.stretch {
|
|
3797
|
-
position: relative;
|
|
3798
|
-
}
|
|
3799
|
-
|
|
3800
|
-
/* The last item can take up any amount of space. */
|
|
3801
|
-
.stretch.ui-layout-container:last-child {
|
|
3802
|
-
position: static;
|
|
3803
|
-
overflow: visible;
|
|
3804
|
-
}
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
|
-
/* Make sure hidden elements are in fact not rendered. */
|
|
3808
|
-
.ui-layout-hidden {
|
|
3809
|
-
display: none;
|
|
3810
|
-
}
|
|
3811
|
-
|
|
3812
3669
|
/*
|
|
3813
3670
|
== malihu jquery custom scrollbar plugin ==
|
|
3814
3671
|
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
|
|
@@ -5531,67 +5388,210 @@ yx-axis
|
|
|
5531
5388
|
|
|
5532
5389
|
/* ---------------------------------------- */
|
|
5533
5390
|
|
|
5534
|
-
|
|
5535
|
-
|
|
5391
|
+
/**
|
|
5392
|
+
UI.Layout CSS
|
|
5393
|
+
*************************************/
|
|
5394
|
+
.stretch {
|
|
5395
|
+
position: absolute;
|
|
5396
|
+
top: 0;
|
|
5397
|
+
left: 0;
|
|
5398
|
+
right: 0;
|
|
5399
|
+
bottom: 0;
|
|
5400
|
+
/* Can be changed by hand ;)*/
|
|
5401
|
+
overflow: auto;
|
|
5402
|
+
}
|
|
5536
5403
|
|
|
5537
|
-
|
|
5538
|
-
|
|
5404
|
+
.animate-row, .animate-column {
|
|
5405
|
+
-webkit-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
5406
|
+
-moz-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
5407
|
+
-ms-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
5408
|
+
-o-transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
5409
|
+
transition: all .2s cubic-bezier(0, 0, 0.2, 1);
|
|
5410
|
+
}
|
|
5539
5411
|
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5412
|
+
.ui-splitbar {
|
|
5413
|
+
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
|
|
5414
|
+
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
|
|
5415
|
+
display: -ms-flexbox; /* TWEENER - IE 10 */
|
|
5416
|
+
display: -webkit-flex; /* NEW - Chrome */
|
|
5417
|
+
display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
5418
|
+
-webkit-justify-content: center;
|
|
5419
|
+
justify-content: center;
|
|
5545
5420
|
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5421
|
+
background-color: #ffffff;
|
|
5422
|
+
right: auto;
|
|
5423
|
+
position: absolute;
|
|
5424
|
+
z-index: 1;
|
|
5425
|
+
}
|
|
5549
5426
|
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5427
|
+
.ui-layout-row > .ui-splitbar {
|
|
5428
|
+
height: 8px;
|
|
5429
|
+
width: 100%;
|
|
5430
|
+
cursor: row-resize;
|
|
5431
|
+
text-align: center;
|
|
5432
|
+
justify-content: center;
|
|
5433
|
+
align-items: center;
|
|
5434
|
+
background: linear-gradient(to bottom, #fff 0%, #eee 100%);
|
|
5435
|
+
overflow-y: hidden;
|
|
5554
5436
|
}
|
|
5555
|
-
.action-checkbox-all {
|
|
5556
|
-
.action-checkbox-all-color-set();
|
|
5557
5437
|
|
|
5558
|
-
|
|
5438
|
+
.ui-layout-column > .ui-splitbar {
|
|
5439
|
+
width: 8px;
|
|
5440
|
+
height: 100%;
|
|
5441
|
+
cursor: col-resize;
|
|
5442
|
+
-webkit-flex-direction: column;
|
|
5443
|
+
flex-direction: column;
|
|
5444
|
+
background: linear-gradient(to right, #fff 0%, #eee 100%);
|
|
5445
|
+
overflow-x: hidden;
|
|
5446
|
+
}
|
|
5559
5447
|
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5448
|
+
.ui-layout-column > .ui-splitbar > a,
|
|
5449
|
+
.ui-layout-row > .ui-splitbar > a {
|
|
5450
|
+
cursor: pointer;
|
|
5451
|
+
text-align: center;
|
|
5452
|
+
font-size: 16px;
|
|
5453
|
+
color: #aaa;
|
|
5454
|
+
}
|
|
5566
5455
|
|
|
5567
|
-
|
|
5568
|
-
|
|
5569
|
-
}
|
|
5570
|
-
}
|
|
5456
|
+
.ui-layout-column > .ui-splitbar > a:nth-child(2) {
|
|
5457
|
+
margin-top: 0.35rem;
|
|
5571
5458
|
}
|
|
5572
|
-
.igz-action-menu {
|
|
5573
|
-
.action-menu-color-set();
|
|
5574
|
-
.action-icon-color-set();
|
|
5575
5459
|
|
|
5576
|
-
|
|
5577
|
-
|
|
5460
|
+
.ui-layout-row > .ui-splitbar > a:nth-child(2) {
|
|
5461
|
+
margin-left: 0.35rem;
|
|
5462
|
+
}
|
|
5578
5463
|
|
|
5579
|
-
.menu-button {
|
|
5580
|
-
color: @menu-btn-color;
|
|
5581
|
-
cursor: pointer;
|
|
5582
|
-
font-size: 18px;
|
|
5583
|
-
height: 19px;
|
|
5584
|
-
text-align: center;
|
|
5585
|
-
transition: @igz-basic-transition-color;
|
|
5586
|
-
width: 30px;
|
|
5587
5464
|
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5591
|
-
}
|
|
5592
|
-
}
|
|
5465
|
+
/**
|
|
5466
|
+
* Icons
|
|
5467
|
+
**/
|
|
5593
5468
|
|
|
5594
|
-
|
|
5469
|
+
.ui-splitbar-icon {
|
|
5470
|
+
width: 0;
|
|
5471
|
+
height: 0;
|
|
5472
|
+
display: inline-block;
|
|
5473
|
+
}
|
|
5474
|
+
|
|
5475
|
+
.ui-splitbar-icon-up {
|
|
5476
|
+
border-left: 0.45em solid transparent;
|
|
5477
|
+
border-right: 0.45em solid transparent;
|
|
5478
|
+
border-bottom: 0.45em solid;
|
|
5479
|
+
}
|
|
5480
|
+
|
|
5481
|
+
.ui-splitbar-icon-down {
|
|
5482
|
+
border-left: 0.45em solid transparent;
|
|
5483
|
+
border-right: 0.45em solid transparent;
|
|
5484
|
+
border-top: 0.45em solid;
|
|
5485
|
+
margin-right: 0.45em;
|
|
5486
|
+
}
|
|
5487
|
+
|
|
5488
|
+
.ui-splitbar-icon-right {
|
|
5489
|
+
border-top: 0.45em solid transparent;
|
|
5490
|
+
border-bottom: 0.45em solid transparent;
|
|
5491
|
+
border-left: 0.45em solid;
|
|
5492
|
+
|
|
5493
|
+
}
|
|
5494
|
+
|
|
5495
|
+
.ui-splitbar-icon-left {
|
|
5496
|
+
border-top: 0.45em solid transparent;
|
|
5497
|
+
border-bottom: 0.45em solid transparent;
|
|
5498
|
+
border-right: 0.45em solid;
|
|
5499
|
+
margin-top: 0.45em;
|
|
5500
|
+
}
|
|
5501
|
+
|
|
5502
|
+
/* Allow disabling of icons */
|
|
5503
|
+
.no-toggle .ui-splitbar-icon {
|
|
5504
|
+
display: none;
|
|
5505
|
+
}
|
|
5506
|
+
|
|
5507
|
+
@media only screen and (max-device-width: 480px) {
|
|
5508
|
+
.no-mobile-toggle .ui-splitbar-icon {
|
|
5509
|
+
display: none;
|
|
5510
|
+
}
|
|
5511
|
+
}
|
|
5512
|
+
|
|
5513
|
+
@media print {
|
|
5514
|
+
.ui-splitbar {
|
|
5515
|
+
display: none;
|
|
5516
|
+
}
|
|
5517
|
+
|
|
5518
|
+
.stretch {
|
|
5519
|
+
position: relative;
|
|
5520
|
+
}
|
|
5521
|
+
|
|
5522
|
+
/* The last item can take up any amount of space. */
|
|
5523
|
+
.stretch.ui-layout-container:last-child {
|
|
5524
|
+
position: static;
|
|
5525
|
+
overflow: visible;
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
/* Make sure hidden elements are in fact not rendered. */
|
|
5530
|
+
.ui-layout-hidden {
|
|
5531
|
+
display: none;
|
|
5532
|
+
}
|
|
5533
|
+
|
|
5534
|
+
.action-checkbox {
|
|
5535
|
+
.action-checkbox-color-set();
|
|
5536
|
+
|
|
5537
|
+
line-height: 16px;
|
|
5538
|
+
text-align: center;
|
|
5539
|
+
|
|
5540
|
+
.check-item {
|
|
5541
|
+
font-size: 16px;
|
|
5542
|
+
cursor: pointer;
|
|
5543
|
+
line-height: 1;
|
|
5544
|
+
vertical-align: middle;
|
|
5545
|
+
|
|
5546
|
+
&.igz-icon-checkbox-unchecked {
|
|
5547
|
+
color: @icon-checkbox-unchecked;
|
|
5548
|
+
}
|
|
5549
|
+
|
|
5550
|
+
&.igz-icon-checkbox-checked {
|
|
5551
|
+
color: @icon-checkbox-checked;
|
|
5552
|
+
}
|
|
5553
|
+
}
|
|
5554
|
+
}
|
|
5555
|
+
.action-checkbox-all {
|
|
5556
|
+
.action-checkbox-all-color-set();
|
|
5557
|
+
|
|
5558
|
+
text-align: center;
|
|
5559
|
+
|
|
5560
|
+
.check-item {
|
|
5561
|
+
cursor: pointer;
|
|
5562
|
+
color: @check-item-color;
|
|
5563
|
+
font-size: 16px;
|
|
5564
|
+
line-height: 1;
|
|
5565
|
+
vertical-align: middle;
|
|
5566
|
+
|
|
5567
|
+
&.igz-icon-checkbox-checked {
|
|
5568
|
+
color: @check-item-icon-checkbox-checked-color;
|
|
5569
|
+
}
|
|
5570
|
+
}
|
|
5571
|
+
}
|
|
5572
|
+
.igz-action-menu {
|
|
5573
|
+
.action-menu-color-set();
|
|
5574
|
+
.action-icon-color-set();
|
|
5575
|
+
|
|
5576
|
+
opacity: 1;
|
|
5577
|
+
position: relative;
|
|
5578
|
+
|
|
5579
|
+
.menu-button {
|
|
5580
|
+
color: @menu-btn-color;
|
|
5581
|
+
cursor: pointer;
|
|
5582
|
+
font-size: 18px;
|
|
5583
|
+
height: 19px;
|
|
5584
|
+
text-align: center;
|
|
5585
|
+
transition: @igz-basic-transition-color;
|
|
5586
|
+
width: 30px;
|
|
5587
|
+
|
|
5588
|
+
&.active,
|
|
5589
|
+
&:hover {
|
|
5590
|
+
color: @menu-btn-active-hover-color;
|
|
5591
|
+
}
|
|
5592
|
+
}
|
|
5593
|
+
|
|
5594
|
+
.menu-dropdown {
|
|
5595
5595
|
visibility: hidden;
|
|
5596
5596
|
background-color: @menu-dropdown-bg-color;
|
|
5597
5597
|
border: @menu-dropdown-border;
|
|
@@ -8287,6 +8287,70 @@ yx-axis
|
|
|
8287
8287
|
}
|
|
8288
8288
|
}
|
|
8289
8289
|
|
|
8290
|
+
.toast-status-panel {
|
|
8291
|
+
.toast-status-panel-color-set();
|
|
8292
|
+
|
|
8293
|
+
margin-bottom: 20px;
|
|
8294
|
+
padding: 16px 36px 16px 12px;
|
|
8295
|
+
background-color: @toast-panel-bg-color;
|
|
8296
|
+
border: @toast-panel-border;
|
|
8297
|
+
position: relative;
|
|
8298
|
+
|
|
8299
|
+
&.in-progress {
|
|
8300
|
+
background-color: @toast-panel-in-progress-bg-color;
|
|
8301
|
+
border: @toast-panel-in-progress-border;
|
|
8302
|
+
}
|
|
8303
|
+
|
|
8304
|
+
&.failed {
|
|
8305
|
+
background-color: @toast-panel-failed-bg-color;
|
|
8306
|
+
border: @toast-panel-failed-border;
|
|
8307
|
+
}
|
|
8308
|
+
|
|
8309
|
+
.panel-status {
|
|
8310
|
+
color: @toast-panel-status-color;
|
|
8311
|
+
line-height: 24px;
|
|
8312
|
+
font-size: 14px;
|
|
8313
|
+
font-weight: 700;
|
|
8314
|
+
font-family: @font-family-sans-serif;
|
|
8315
|
+
align-items: center;
|
|
8316
|
+
display: flex;
|
|
8317
|
+
justify-content: center;
|
|
8318
|
+
|
|
8319
|
+
&.in-progress {
|
|
8320
|
+
color: @toast-panel-status-in-progress-color;
|
|
8321
|
+
}
|
|
8322
|
+
|
|
8323
|
+
&.failed {
|
|
8324
|
+
color: @toast-panel-status-failed-color;
|
|
8325
|
+
}
|
|
8326
|
+
|
|
8327
|
+
.panel-status-icon {
|
|
8328
|
+
font-size: 24px;
|
|
8329
|
+
|
|
8330
|
+
&.igz-icon-properties {
|
|
8331
|
+
-webkit-animation: rotation 4s infinite linear;
|
|
8332
|
+
|
|
8333
|
+
@-webkit-keyframes rotation {
|
|
8334
|
+
from {
|
|
8335
|
+
-webkit-transform: rotate(0deg);
|
|
8336
|
+
}
|
|
8337
|
+
to {
|
|
8338
|
+
-webkit-transform: rotate(359deg);
|
|
8339
|
+
}
|
|
8340
|
+
}
|
|
8341
|
+
}
|
|
8342
|
+
}
|
|
8343
|
+
|
|
8344
|
+
.msg-scrollable-container {
|
|
8345
|
+
max-height: 300px;
|
|
8346
|
+
|
|
8347
|
+
.panel-status-msg {
|
|
8348
|
+
margin: 0 8px;
|
|
8349
|
+
}
|
|
8350
|
+
}
|
|
8351
|
+
}
|
|
8352
|
+
}
|
|
8353
|
+
|
|
8290
8354
|
.validating-input-field {
|
|
8291
8355
|
.validating-input-field-color-set();
|
|
8292
8356
|
|
|
@@ -8624,70 +8688,6 @@ form.ng-submitted .validating-input-field {
|
|
|
8624
8688
|
}
|
|
8625
8689
|
}
|
|
8626
8690
|
|
|
8627
|
-
.toast-status-panel {
|
|
8628
|
-
.toast-status-panel-color-set();
|
|
8629
|
-
|
|
8630
|
-
margin-bottom: 20px;
|
|
8631
|
-
padding: 16px 36px 16px 12px;
|
|
8632
|
-
background-color: @toast-panel-bg-color;
|
|
8633
|
-
border: @toast-panel-border;
|
|
8634
|
-
position: relative;
|
|
8635
|
-
|
|
8636
|
-
&.in-progress {
|
|
8637
|
-
background-color: @toast-panel-in-progress-bg-color;
|
|
8638
|
-
border: @toast-panel-in-progress-border;
|
|
8639
|
-
}
|
|
8640
|
-
|
|
8641
|
-
&.failed {
|
|
8642
|
-
background-color: @toast-panel-failed-bg-color;
|
|
8643
|
-
border: @toast-panel-failed-border;
|
|
8644
|
-
}
|
|
8645
|
-
|
|
8646
|
-
.panel-status {
|
|
8647
|
-
color: @toast-panel-status-color;
|
|
8648
|
-
line-height: 24px;
|
|
8649
|
-
font-size: 14px;
|
|
8650
|
-
font-weight: 700;
|
|
8651
|
-
font-family: @font-family-sans-serif;
|
|
8652
|
-
align-items: center;
|
|
8653
|
-
display: flex;
|
|
8654
|
-
justify-content: center;
|
|
8655
|
-
|
|
8656
|
-
&.in-progress {
|
|
8657
|
-
color: @toast-panel-status-in-progress-color;
|
|
8658
|
-
}
|
|
8659
|
-
|
|
8660
|
-
&.failed {
|
|
8661
|
-
color: @toast-panel-status-failed-color;
|
|
8662
|
-
}
|
|
8663
|
-
|
|
8664
|
-
.panel-status-icon {
|
|
8665
|
-
font-size: 24px;
|
|
8666
|
-
|
|
8667
|
-
&.igz-icon-properties {
|
|
8668
|
-
-webkit-animation: rotation 4s infinite linear;
|
|
8669
|
-
|
|
8670
|
-
@-webkit-keyframes rotation {
|
|
8671
|
-
from {
|
|
8672
|
-
-webkit-transform: rotate(0deg);
|
|
8673
|
-
}
|
|
8674
|
-
to {
|
|
8675
|
-
-webkit-transform: rotate(359deg);
|
|
8676
|
-
}
|
|
8677
|
-
}
|
|
8678
|
-
}
|
|
8679
|
-
}
|
|
8680
|
-
|
|
8681
|
-
.msg-scrollable-container {
|
|
8682
|
-
max-height: 300px;
|
|
8683
|
-
|
|
8684
|
-
.panel-status-msg {
|
|
8685
|
-
margin: 0 8px;
|
|
8686
|
-
}
|
|
8687
|
-
}
|
|
8688
|
-
}
|
|
8689
|
-
}
|
|
8690
|
-
|
|
8691
8691
|
.ncl-api-gateway-row {
|
|
8692
8692
|
.common-table-cells-container {
|
|
8693
8693
|
.common-table-cell {
|
|
@@ -9291,8 +9291,20 @@ body {
|
|
|
9291
9291
|
border: solid 1px @pale-grey;
|
|
9292
9292
|
}
|
|
9293
9293
|
}
|
|
9294
|
-
.
|
|
9295
|
-
|
|
9294
|
+
.deploy-deleted-function-dialog {
|
|
9295
|
+
.sub-title {
|
|
9296
|
+
font-size: 16px;
|
|
9297
|
+
color: @silver-chalice-two;
|
|
9298
|
+
}
|
|
9299
|
+
|
|
9300
|
+
.buttons {
|
|
9301
|
+
display: flex;
|
|
9302
|
+
justify-content: flex-end;
|
|
9303
|
+
}
|
|
9304
|
+
}
|
|
9305
|
+
|
|
9306
|
+
.duplicate-function-dialog-wrapper {
|
|
9307
|
+
.main-content {
|
|
9296
9308
|
.field-group {
|
|
9297
9309
|
display: flex;
|
|
9298
9310
|
flex-wrap: wrap;
|
|
@@ -9325,18 +9337,6 @@ body {
|
|
|
9325
9337
|
}
|
|
9326
9338
|
}
|
|
9327
9339
|
|
|
9328
|
-
.deploy-deleted-function-dialog {
|
|
9329
|
-
.sub-title {
|
|
9330
|
-
font-size: 16px;
|
|
9331
|
-
color: @silver-chalice-two;
|
|
9332
|
-
}
|
|
9333
|
-
|
|
9334
|
-
.buttons {
|
|
9335
|
-
display: flex;
|
|
9336
|
-
justify-content: flex-end;
|
|
9337
|
-
}
|
|
9338
|
-
}
|
|
9339
|
-
|
|
9340
9340
|
.ncl-function-collapsing-row {
|
|
9341
9341
|
background-color: @white;
|
|
9342
9342
|
margin-bottom: 8px;
|
|
@@ -10307,146 +10307,6 @@ ncl-breadcrumbs {
|
|
|
10307
10307
|
}
|
|
10308
10308
|
}
|
|
10309
10309
|
|
|
10310
|
-
.ncl-breadcrumbs-dropdown {
|
|
10311
|
-
display: inline-grid;
|
|
10312
|
-
|
|
10313
|
-
.breadcrumb-toggle {
|
|
10314
|
-
cursor: pointer;
|
|
10315
|
-
font-weight: bold;
|
|
10316
|
-
|
|
10317
|
-
.igz-icon-right {
|
|
10318
|
-
display: block;
|
|
10319
|
-
margin: 1.5px 0 0 7px;
|
|
10320
|
-
}
|
|
10321
|
-
|
|
10322
|
-
.breadcrumb-arrow {
|
|
10323
|
-
display: inline-block;
|
|
10324
|
-
width: 24px;
|
|
10325
|
-
height: 24px;
|
|
10326
|
-
margin: 0 8px;
|
|
10327
|
-
border-radius: 50%;
|
|
10328
|
-
background-color: transparent;
|
|
10329
|
-
|
|
10330
|
-
&:hover {
|
|
10331
|
-
background-color: @pale-grey;
|
|
10332
|
-
transition: transform .2s linear;
|
|
10333
|
-
}
|
|
10334
|
-
}
|
|
10335
|
-
|
|
10336
|
-
.ncl-dropdown-expanded {
|
|
10337
|
-
background-color: @pale-grey;
|
|
10338
|
-
transform: rotate(90deg);
|
|
10339
|
-
|
|
10340
|
-
.igz-icon-right {
|
|
10341
|
-
color: @dusk-three;
|
|
10342
|
-
}
|
|
10343
|
-
}
|
|
10344
|
-
}
|
|
10345
|
-
|
|
10346
|
-
.dropdown-menu {
|
|
10347
|
-
margin: 0;
|
|
10348
|
-
border: none;
|
|
10349
|
-
min-width: inherit;
|
|
10350
|
-
padding: 5px 0 8px;
|
|
10351
|
-
width: 230px;
|
|
10352
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
10353
|
-
|
|
10354
|
-
.search-input {
|
|
10355
|
-
text-align: center;
|
|
10356
|
-
margin-top: 3px;
|
|
10357
|
-
|
|
10358
|
-
.igz-icon-search {
|
|
10359
|
-
.greyishPurple(0.34);
|
|
10360
|
-
font-size: 18px;
|
|
10361
|
-
color: @color;
|
|
10362
|
-
position: absolute;
|
|
10363
|
-
top: 6px;
|
|
10364
|
-
left: 16px;
|
|
10365
|
-
}
|
|
10366
|
-
|
|
10367
|
-
input {
|
|
10368
|
-
width: 210px;
|
|
10369
|
-
height: 32px;
|
|
10370
|
-
border: solid 1px @pale-grey;
|
|
10371
|
-
outline: none;
|
|
10372
|
-
padding-left: 29px;
|
|
10373
|
-
color: @dusk-three;
|
|
10374
|
-
font-size: 13px;
|
|
10375
|
-
|
|
10376
|
-
&::-webkit-input-placeholder {
|
|
10377
|
-
color: @pale-grey;
|
|
10378
|
-
}
|
|
10379
|
-
|
|
10380
|
-
&::-moz-placeholder {
|
|
10381
|
-
color: @pale-grey;
|
|
10382
|
-
}
|
|
10383
|
-
|
|
10384
|
-
&:focus, &:active {
|
|
10385
|
-
outline: none;
|
|
10386
|
-
border: solid 1px @dark-sky-blue;
|
|
10387
|
-
|
|
10388
|
-
+ .igz-icon-search {
|
|
10389
|
-
color: @greyish-purple;
|
|
10390
|
-
}
|
|
10391
|
-
|
|
10392
|
-
&::-webkit-input-placeholder {
|
|
10393
|
-
color: transparent;
|
|
10394
|
-
}
|
|
10395
|
-
|
|
10396
|
-
&::-moz-placeholder {
|
|
10397
|
-
color: transparent;
|
|
10398
|
-
}
|
|
10399
|
-
}
|
|
10400
|
-
}
|
|
10401
|
-
}
|
|
10402
|
-
}
|
|
10403
|
-
|
|
10404
|
-
.dropdown-list {
|
|
10405
|
-
font-size: 13px;
|
|
10406
|
-
font-weight: 500;
|
|
10407
|
-
text-align: left;
|
|
10408
|
-
max-height: 375px;
|
|
10409
|
-
list-style: none;
|
|
10410
|
-
padding: 8px 0 0;
|
|
10411
|
-
margin: 0;
|
|
10412
|
-
border-radius: 2px;
|
|
10413
|
-
background-color: @white;
|
|
10414
|
-
|
|
10415
|
-
li {
|
|
10416
|
-
height: 32px;
|
|
10417
|
-
line-height: 32px;
|
|
10418
|
-
width: 239px;
|
|
10419
|
-
|
|
10420
|
-
.item-name {
|
|
10421
|
-
display: inline-block;
|
|
10422
|
-
width: 170px;
|
|
10423
|
-
overflow: hidden;
|
|
10424
|
-
white-space: nowrap;
|
|
10425
|
-
text-overflow: ellipsis;
|
|
10426
|
-
margin-left: 16px;
|
|
10427
|
-
color: @dusk-three;
|
|
10428
|
-
vertical-align:top;
|
|
10429
|
-
text-decoration: none;
|
|
10430
|
-
height: 32px;
|
|
10431
|
-
}
|
|
10432
|
-
|
|
10433
|
-
.igz-icon-tick {
|
|
10434
|
-
display: inline-block;
|
|
10435
|
-
font-size: 16px;
|
|
10436
|
-
width: 41px;
|
|
10437
|
-
height: 32px;
|
|
10438
|
-
padding: 0 19px 0 12px;
|
|
10439
|
-
vertical-align: top;
|
|
10440
|
-
}
|
|
10441
|
-
|
|
10442
|
-
&:hover {
|
|
10443
|
-
height: 32px;
|
|
10444
|
-
background-color: @pale-grey-two;
|
|
10445
|
-
}
|
|
10446
|
-
}
|
|
10447
|
-
}
|
|
10448
|
-
}
|
|
10449
|
-
|
|
10450
10310
|
.ncl-collapsing-row {
|
|
10451
10311
|
margin-bottom: 9px;
|
|
10452
10312
|
|
|
@@ -10608,71 +10468,211 @@ ncl-breadcrumbs {
|
|
|
10608
10468
|
}
|
|
10609
10469
|
}
|
|
10610
10470
|
}
|
|
10611
|
-
.ncl-
|
|
10612
|
-
|
|
10613
|
-
padding: 6px 0;
|
|
10614
|
-
|
|
10615
|
-
.title-field-row {
|
|
10616
|
-
display: flex;
|
|
10471
|
+
.ncl-breadcrumbs-dropdown {
|
|
10472
|
+
display: inline-grid;
|
|
10617
10473
|
|
|
10618
|
-
|
|
10619
|
-
|
|
10620
|
-
|
|
10474
|
+
.breadcrumb-toggle {
|
|
10475
|
+
cursor: pointer;
|
|
10476
|
+
font-weight: bold;
|
|
10621
10477
|
|
|
10622
|
-
|
|
10623
|
-
|
|
10624
|
-
|
|
10625
|
-
white-space: nowrap;
|
|
10626
|
-
}
|
|
10478
|
+
.igz-icon-right {
|
|
10479
|
+
display: block;
|
|
10480
|
+
margin: 1.5px 0 0 7px;
|
|
10627
10481
|
}
|
|
10628
10482
|
|
|
10629
|
-
.
|
|
10630
|
-
|
|
10631
|
-
width:
|
|
10632
|
-
|
|
10633
|
-
|
|
10634
|
-
|
|
10635
|
-
|
|
10636
|
-
}
|
|
10637
|
-
}
|
|
10483
|
+
.breadcrumb-arrow {
|
|
10484
|
+
display: inline-block;
|
|
10485
|
+
width: 24px;
|
|
10486
|
+
height: 24px;
|
|
10487
|
+
margin: 0 8px;
|
|
10488
|
+
border-radius: 50%;
|
|
10489
|
+
background-color: transparent;
|
|
10638
10490
|
|
|
10639
|
-
|
|
10640
|
-
color: @
|
|
10641
|
-
|
|
10642
|
-
white-space: nowrap;
|
|
10491
|
+
&:hover {
|
|
10492
|
+
background-color: @pale-grey;
|
|
10493
|
+
transition: transform .2s linear;
|
|
10643
10494
|
}
|
|
10644
10495
|
}
|
|
10645
10496
|
|
|
10646
|
-
|
|
10647
|
-
|
|
10648
|
-
|
|
10497
|
+
.ncl-dropdown-expanded {
|
|
10498
|
+
background-color: @pale-grey;
|
|
10499
|
+
transform: rotate(90deg);
|
|
10649
10500
|
|
|
10650
|
-
|
|
10651
|
-
|
|
10652
|
-
padding-left: 0;
|
|
10501
|
+
.igz-icon-right {
|
|
10502
|
+
color: @dusk-three;
|
|
10653
10503
|
}
|
|
10654
10504
|
}
|
|
10655
10505
|
}
|
|
10656
10506
|
|
|
10657
|
-
.
|
|
10658
|
-
margin
|
|
10659
|
-
|
|
10660
|
-
|
|
10661
|
-
|
|
10662
|
-
|
|
10663
|
-
|
|
10507
|
+
.dropdown-menu {
|
|
10508
|
+
margin: 0;
|
|
10509
|
+
border: none;
|
|
10510
|
+
min-width: inherit;
|
|
10511
|
+
padding: 5px 0 8px;
|
|
10512
|
+
width: 230px;
|
|
10513
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
10664
10514
|
|
|
10665
|
-
|
|
10666
|
-
|
|
10667
|
-
|
|
10515
|
+
.search-input {
|
|
10516
|
+
text-align: center;
|
|
10517
|
+
margin-top: 3px;
|
|
10668
10518
|
|
|
10669
|
-
|
|
10670
|
-
|
|
10671
|
-
|
|
10672
|
-
|
|
10519
|
+
.igz-icon-search {
|
|
10520
|
+
.greyishPurple(0.34);
|
|
10521
|
+
font-size: 18px;
|
|
10522
|
+
color: @color;
|
|
10523
|
+
position: absolute;
|
|
10524
|
+
top: 6px;
|
|
10525
|
+
left: 16px;
|
|
10526
|
+
}
|
|
10673
10527
|
|
|
10674
|
-
|
|
10675
|
-
|
|
10528
|
+
input {
|
|
10529
|
+
width: 210px;
|
|
10530
|
+
height: 32px;
|
|
10531
|
+
border: solid 1px @pale-grey;
|
|
10532
|
+
outline: none;
|
|
10533
|
+
padding-left: 29px;
|
|
10534
|
+
color: @dusk-three;
|
|
10535
|
+
font-size: 13px;
|
|
10536
|
+
|
|
10537
|
+
&::-webkit-input-placeholder {
|
|
10538
|
+
color: @pale-grey;
|
|
10539
|
+
}
|
|
10540
|
+
|
|
10541
|
+
&::-moz-placeholder {
|
|
10542
|
+
color: @pale-grey;
|
|
10543
|
+
}
|
|
10544
|
+
|
|
10545
|
+
&:focus, &:active {
|
|
10546
|
+
outline: none;
|
|
10547
|
+
border: solid 1px @dark-sky-blue;
|
|
10548
|
+
|
|
10549
|
+
+ .igz-icon-search {
|
|
10550
|
+
color: @greyish-purple;
|
|
10551
|
+
}
|
|
10552
|
+
|
|
10553
|
+
&::-webkit-input-placeholder {
|
|
10554
|
+
color: transparent;
|
|
10555
|
+
}
|
|
10556
|
+
|
|
10557
|
+
&::-moz-placeholder {
|
|
10558
|
+
color: transparent;
|
|
10559
|
+
}
|
|
10560
|
+
}
|
|
10561
|
+
}
|
|
10562
|
+
}
|
|
10563
|
+
}
|
|
10564
|
+
|
|
10565
|
+
.dropdown-list {
|
|
10566
|
+
font-size: 13px;
|
|
10567
|
+
font-weight: 500;
|
|
10568
|
+
text-align: left;
|
|
10569
|
+
max-height: 375px;
|
|
10570
|
+
list-style: none;
|
|
10571
|
+
padding: 8px 0 0;
|
|
10572
|
+
margin: 0;
|
|
10573
|
+
border-radius: 2px;
|
|
10574
|
+
background-color: @white;
|
|
10575
|
+
|
|
10576
|
+
li {
|
|
10577
|
+
height: 32px;
|
|
10578
|
+
line-height: 32px;
|
|
10579
|
+
width: 239px;
|
|
10580
|
+
|
|
10581
|
+
.item-name {
|
|
10582
|
+
display: inline-block;
|
|
10583
|
+
width: 170px;
|
|
10584
|
+
overflow: hidden;
|
|
10585
|
+
white-space: nowrap;
|
|
10586
|
+
text-overflow: ellipsis;
|
|
10587
|
+
margin-left: 16px;
|
|
10588
|
+
color: @dusk-three;
|
|
10589
|
+
vertical-align:top;
|
|
10590
|
+
text-decoration: none;
|
|
10591
|
+
height: 32px;
|
|
10592
|
+
}
|
|
10593
|
+
|
|
10594
|
+
.igz-icon-tick {
|
|
10595
|
+
display: inline-block;
|
|
10596
|
+
font-size: 16px;
|
|
10597
|
+
width: 41px;
|
|
10598
|
+
height: 32px;
|
|
10599
|
+
padding: 0 19px 0 12px;
|
|
10600
|
+
vertical-align: top;
|
|
10601
|
+
}
|
|
10602
|
+
|
|
10603
|
+
&:hover {
|
|
10604
|
+
height: 32px;
|
|
10605
|
+
background-color: @pale-grey-two;
|
|
10606
|
+
}
|
|
10607
|
+
}
|
|
10608
|
+
}
|
|
10609
|
+
}
|
|
10610
|
+
|
|
10611
|
+
.ncl-edit-item {
|
|
10612
|
+
width: 100%;
|
|
10613
|
+
padding: 6px 0;
|
|
10614
|
+
|
|
10615
|
+
.title-field-row {
|
|
10616
|
+
display: flex;
|
|
10617
|
+
|
|
10618
|
+
.name-field {
|
|
10619
|
+
margin-right: 14px;
|
|
10620
|
+
width: 178px;
|
|
10621
|
+
|
|
10622
|
+
.error {
|
|
10623
|
+
color: @darkish-pink;
|
|
10624
|
+
font-size: 12px;
|
|
10625
|
+
white-space: nowrap;
|
|
10626
|
+
}
|
|
10627
|
+
}
|
|
10628
|
+
|
|
10629
|
+
.class-field {
|
|
10630
|
+
margin-right: 14px;
|
|
10631
|
+
width: 154px;
|
|
10632
|
+
|
|
10633
|
+
.default-dropdown {
|
|
10634
|
+
.default-dropdown-container {
|
|
10635
|
+
position: relative;
|
|
10636
|
+
}
|
|
10637
|
+
}
|
|
10638
|
+
|
|
10639
|
+
.error {
|
|
10640
|
+
color: @darkish-pink;
|
|
10641
|
+
font-size: 12px;
|
|
10642
|
+
white-space: nowrap;
|
|
10643
|
+
}
|
|
10644
|
+
}
|
|
10645
|
+
|
|
10646
|
+
&:last-child {
|
|
10647
|
+
padding-bottom: 0;
|
|
10648
|
+
}
|
|
10649
|
+
|
|
10650
|
+
.tooltip-wrapper {
|
|
10651
|
+
.more-info-wrapper {
|
|
10652
|
+
padding-left: 0;
|
|
10653
|
+
}
|
|
10654
|
+
}
|
|
10655
|
+
}
|
|
10656
|
+
|
|
10657
|
+
.attribute-field {
|
|
10658
|
+
margin-right: 1%;
|
|
10659
|
+
padding: 8px 0 6px;
|
|
10660
|
+
|
|
10661
|
+
.field-label {
|
|
10662
|
+
height: 22px;
|
|
10663
|
+
}
|
|
10664
|
+
|
|
10665
|
+
&.attribute-field-checkbox {
|
|
10666
|
+
padding: 35px 0 19px;
|
|
10667
|
+
}
|
|
10668
|
+
|
|
10669
|
+
.more-info-wrapper {
|
|
10670
|
+
height: auto;
|
|
10671
|
+
}
|
|
10672
|
+
}
|
|
10673
|
+
|
|
10674
|
+
.no-class-selected {
|
|
10675
|
+
line-height: 48px;
|
|
10676
10676
|
.duskThree(0.64);
|
|
10677
10677
|
color: @color;
|
|
10678
10678
|
}
|
|
@@ -10708,32 +10708,24 @@ ncl-breadcrumbs {
|
|
|
10708
10708
|
}
|
|
10709
10709
|
}
|
|
10710
10710
|
|
|
10711
|
-
.
|
|
10712
|
-
.
|
|
10713
|
-
|
|
10714
|
-
|
|
10715
|
-
|
|
10716
|
-
|
|
10717
|
-
|
|
10718
|
-
&.no-top-padding {
|
|
10719
|
-
padding-top: 0;
|
|
10720
|
-
}
|
|
10711
|
+
.view-yaml-dialog-wrapper {
|
|
10712
|
+
.ngdialog-content {
|
|
10713
|
+
.view-yaml-dialog-header {
|
|
10714
|
+
.title {
|
|
10715
|
+
margin-bottom: 10px;
|
|
10716
|
+
}
|
|
10721
10717
|
|
|
10722
|
-
|
|
10723
|
-
|
|
10718
|
+
.copy-to-clipboard {
|
|
10719
|
+
width: 20px;
|
|
10720
|
+
}
|
|
10724
10721
|
}
|
|
10725
10722
|
|
|
10726
|
-
.
|
|
10727
|
-
|
|
10723
|
+
.monaco-editor {
|
|
10724
|
+
min-width: 700px;
|
|
10725
|
+
min-height: 450px;
|
|
10728
10726
|
}
|
|
10729
10727
|
}
|
|
10730
|
-
|
|
10731
|
-
.ncl-monaco-dark {
|
|
10732
|
-
background-color: @vs-dark;
|
|
10733
|
-
}
|
|
10734
10728
|
}
|
|
10735
|
-
|
|
10736
|
-
|
|
10737
10729
|
.ncl-key-value-input {
|
|
10738
10730
|
.input-wrapper {
|
|
10739
10731
|
width: 100%;
|
|
@@ -10948,24 +10940,32 @@ ncl-breadcrumbs {
|
|
|
10948
10940
|
}
|
|
10949
10941
|
}
|
|
10950
10942
|
|
|
10951
|
-
.
|
|
10952
|
-
.
|
|
10953
|
-
|
|
10954
|
-
|
|
10955
|
-
|
|
10956
|
-
|
|
10943
|
+
.ncl-monaco {
|
|
10944
|
+
.ncl-monaco-wrapper {
|
|
10945
|
+
padding-top: 20px;
|
|
10946
|
+
height: 100%;
|
|
10947
|
+
border: 1px solid @pale-grey;
|
|
10948
|
+
background-color: @white;
|
|
10957
10949
|
|
|
10958
|
-
|
|
10959
|
-
|
|
10960
|
-
}
|
|
10950
|
+
&.no-top-padding {
|
|
10951
|
+
padding-top: 0;
|
|
10961
10952
|
}
|
|
10962
10953
|
|
|
10963
|
-
.monaco-
|
|
10964
|
-
|
|
10965
|
-
min-height: 450px;
|
|
10954
|
+
.ncl-monaco-top-row {
|
|
10955
|
+
display: block;
|
|
10966
10956
|
}
|
|
10957
|
+
|
|
10958
|
+
.ncl-monaco-editor {
|
|
10959
|
+
height: 100%;
|
|
10960
|
+
}
|
|
10961
|
+
}
|
|
10962
|
+
|
|
10963
|
+
.ncl-monaco-dark {
|
|
10964
|
+
background-color: @vs-dark;
|
|
10967
10965
|
}
|
|
10968
10966
|
}
|
|
10967
|
+
|
|
10968
|
+
|
|
10969
10969
|
ncl-navigation-tabs {
|
|
10970
10970
|
.ncl-navigation-tabs-color-set();
|
|
10971
10971
|
|
|
@@ -11717,132 +11717,59 @@ ncl-navigation-tabs {
|
|
|
11717
11717
|
}
|
|
11718
11718
|
}
|
|
11719
11719
|
|
|
11720
|
-
.ncl-version-
|
|
11720
|
+
.ncl-version-configuration {
|
|
11721
11721
|
> .igz-scrollable-container {
|
|
11722
11722
|
padding: 24px 25px 22px 41px;
|
|
11723
11723
|
}
|
|
11724
11724
|
|
|
11725
|
-
.ncl-version-
|
|
11725
|
+
.ncl-version-configuration-wrapper {
|
|
11726
11726
|
> .row {
|
|
11727
11727
|
display: flex;
|
|
11728
|
-
flex-flow: row wrap;
|
|
11729
11728
|
justify-content: space-between;
|
|
11729
|
+
flex-wrap: wrap;
|
|
11730
11730
|
|
|
11731
|
-
.
|
|
11731
|
+
.configuration-block {
|
|
11732
11732
|
padding: 16px 23px 16px;
|
|
11733
11733
|
background-color: @white;
|
|
11734
11734
|
border: solid 1px @pale-grey;
|
|
11735
|
-
|
|
11736
|
-
flex:
|
|
11735
|
+
flex-grow: 1;
|
|
11736
|
+
flex-basis: 500px;
|
|
11737
11737
|
margin-right: 16px;
|
|
11738
11738
|
margin-bottom: 16px;
|
|
11739
11739
|
|
|
11740
|
-
|
|
11741
|
-
|
|
11742
|
-
}
|
|
11743
|
-
|
|
11744
|
-
.invocation-block {
|
|
11745
|
-
overflow: visible;
|
|
11746
|
-
display: flex;
|
|
11747
|
-
margin-bottom: 10px;
|
|
11748
|
-
|
|
11749
|
-
.internal-invocation-urls, .external-invocation-urls {
|
|
11750
|
-
flex: 1;
|
|
11751
|
-
|
|
11752
|
-
& .invocation-url-list {
|
|
11753
|
-
list-style: none;
|
|
11754
|
-
padding: 0;
|
|
11755
|
-
}
|
|
11756
|
-
}
|
|
11757
|
-
.external-invocation-urls{
|
|
11758
|
-
.more-info-wrapper{
|
|
11759
|
-
height: auto;
|
|
11760
|
-
}
|
|
11761
|
-
}
|
|
11762
|
-
}
|
|
11763
|
-
|
|
11764
|
-
&.without-collapse {
|
|
11765
|
-
padding: 0;
|
|
11766
|
-
padding-left: 4px;
|
|
11767
|
-
cursor: default;
|
|
11768
|
-
|
|
11769
|
-
&:before {
|
|
11770
|
-
border: 0;
|
|
11771
|
-
display: none;
|
|
11772
|
-
}
|
|
11773
|
-
}
|
|
11774
|
-
|
|
11775
|
-
.icon-collapsed {
|
|
11776
|
-
.duskThree(0.64);
|
|
11777
|
-
color: @color;
|
|
11778
|
-
font-size: 12px;
|
|
11779
|
-
margin: 0 13px 0 4px;
|
|
11780
|
-
}
|
|
11781
|
-
|
|
11782
|
-
.igz-scrollable-container {
|
|
11783
|
-
max-height: 500px;
|
|
11740
|
+
&.invisible {
|
|
11741
|
+
visibility: hidden;
|
|
11784
11742
|
}
|
|
11785
11743
|
|
|
11786
11744
|
.title {
|
|
11787
11745
|
font-size: 16px;
|
|
11788
11746
|
font-weight: bold;
|
|
11747
|
+
font-style: normal;
|
|
11748
|
+
font-stretch: normal;
|
|
11749
|
+
letter-spacing: normal;
|
|
11750
|
+
text-align: left;
|
|
11789
11751
|
color: @dusk-three;
|
|
11752
|
+
margin-bottom: 12px;
|
|
11790
11753
|
}
|
|
11791
11754
|
|
|
11792
|
-
.
|
|
11793
|
-
|
|
11794
|
-
|
|
11795
|
-
|
|
11796
|
-
|
|
11797
|
-
|
|
11798
|
-
|
|
11799
|
-
|
|
11800
|
-
|
|
11801
|
-
|
|
11802
|
-
|
|
11803
|
-
|
|
11804
|
-
font-family: Roboto;
|
|
11805
|
-
}
|
|
11806
|
-
|
|
11807
|
-
.monitoring-replicas {
|
|
11808
|
-
margin-left: 5px;
|
|
11809
|
-
}
|
|
11810
|
-
}
|
|
11811
|
-
|
|
11812
|
-
.ncl-monitoring-build-logger {
|
|
11813
|
-
.monitoring-block-title {
|
|
11814
|
-
margin-left: 5px;
|
|
11815
|
-
}
|
|
11816
|
-
|
|
11817
|
-
.ncl-monitoring-build-logs {
|
|
11818
|
-
padding: 0 0 7px 4px;
|
|
11819
|
-
|
|
11820
|
-
&.collapsing {
|
|
11821
|
-
transition-duration: 150ms;
|
|
11755
|
+
.row {
|
|
11756
|
+
.label {
|
|
11757
|
+
display: block;
|
|
11758
|
+
font-family: Roboto, sans-serif;
|
|
11759
|
+
font-size: 14px;
|
|
11760
|
+
font-weight: 500;
|
|
11761
|
+
font-style: normal;
|
|
11762
|
+
font-stretch: normal;
|
|
11763
|
+
letter-spacing: normal;
|
|
11764
|
+
text-align: left;
|
|
11765
|
+
color: @dusk-three;
|
|
11766
|
+
padding: 0;
|
|
11822
11767
|
}
|
|
11823
11768
|
}
|
|
11824
|
-
}
|
|
11825
|
-
|
|
11826
|
-
.ncl-monitoring-error-logger {
|
|
11827
|
-
max-height: 335px;
|
|
11828
|
-
|
|
11829
|
-
.monitoring-block-title {
|
|
11830
|
-
margin-left: 5px;
|
|
11831
|
-
}
|
|
11832
|
-
|
|
11833
|
-
.ncl-monitoring-error-logs {
|
|
11834
|
-
padding: 0 0 7px 4px;
|
|
11835
|
-
|
|
11836
|
-
&.collapsing {
|
|
11837
|
-
transition-duration: 150ms;
|
|
11838
|
-
}
|
|
11839
11769
|
|
|
11840
|
-
|
|
11841
|
-
|
|
11842
|
-
|
|
11843
|
-
padding: 5px;
|
|
11844
|
-
margin-left: 24px;
|
|
11845
|
-
max-height: 232px;
|
|
11770
|
+
.ncl-version-configuration-labels, .ncl-version-configuration-annotations {
|
|
11771
|
+
.more-info-wrapper {
|
|
11772
|
+
height: 20px;
|
|
11846
11773
|
}
|
|
11847
11774
|
}
|
|
11848
11775
|
}
|
|
@@ -11853,7 +11780,7 @@ ncl-navigation-tabs {
|
|
|
11853
11780
|
.ncl-version-execution-log {
|
|
11854
11781
|
.control-panel-log-color-set();
|
|
11855
11782
|
|
|
11856
|
-
min-width:
|
|
11783
|
+
min-width: 1250px;
|
|
11857
11784
|
padding: 24px 25px 22px 41px;
|
|
11858
11785
|
|
|
11859
11786
|
.ncl-version-execution-log-wrapper {
|
|
@@ -11886,6 +11813,10 @@ ncl-navigation-tabs {
|
|
|
11886
11813
|
transition: @igz-basic-transition;
|
|
11887
11814
|
height: 100%;
|
|
11888
11815
|
|
|
11816
|
+
.limitation-message {
|
|
11817
|
+
line-height: 20px;
|
|
11818
|
+
}
|
|
11819
|
+
|
|
11889
11820
|
.logs-container {
|
|
11890
11821
|
padding-bottom: 50px;
|
|
11891
11822
|
}
|
|
@@ -11962,116 +11893,189 @@ ncl-navigation-tabs {
|
|
|
11962
11893
|
}
|
|
11963
11894
|
}
|
|
11964
11895
|
|
|
11965
|
-
.ncl-version-
|
|
11896
|
+
.ncl-version-trigger {
|
|
11897
|
+
padding: 11px 24px;
|
|
11898
|
+
|
|
11899
|
+
.common-table-header {
|
|
11900
|
+
border: none;
|
|
11901
|
+
padding-left: 24px;
|
|
11902
|
+
|
|
11903
|
+
.common-table-cell {
|
|
11904
|
+
font-size: 14px;
|
|
11905
|
+
font-weight: bold;
|
|
11906
|
+
letter-spacing: normal;
|
|
11907
|
+
color: @dusk-three;
|
|
11908
|
+
height: 46px;
|
|
11909
|
+
}
|
|
11910
|
+
}
|
|
11911
|
+
|
|
11912
|
+
.common-table-body {
|
|
11913
|
+
.common-table-row {
|
|
11914
|
+
&:not(.read-only):hover {
|
|
11915
|
+
.common-table-cells-container {
|
|
11916
|
+
background-color: @white;
|
|
11917
|
+
}
|
|
11918
|
+
|
|
11919
|
+
.actions-menu {
|
|
11920
|
+
background-color: @white;
|
|
11921
|
+
}
|
|
11922
|
+
}
|
|
11923
|
+
}
|
|
11924
|
+
}
|
|
11925
|
+
|
|
11926
|
+
.http-trigger-checkbox {
|
|
11927
|
+
display: flex;
|
|
11928
|
+
}
|
|
11929
|
+
|
|
11930
|
+
.item-row .item-name, .item-row .item-class, .item-row .item-info {
|
|
11931
|
+
padding-left: 0;
|
|
11932
|
+
}
|
|
11933
|
+
|
|
11934
|
+
.title-field-row .name-field, .item-row .item-name, .header-name {
|
|
11935
|
+
margin-right: 16px;
|
|
11936
|
+
width: 15%;
|
|
11937
|
+
}
|
|
11938
|
+
|
|
11939
|
+
.title-field-row .class-field, .item-row .item-class, .header-class {
|
|
11940
|
+
margin-right: 16px;
|
|
11941
|
+
width: 10%;
|
|
11942
|
+
}
|
|
11943
|
+
|
|
11944
|
+
.title-field-row .class-field {
|
|
11945
|
+
width: auto;
|
|
11946
|
+
}
|
|
11947
|
+
}
|
|
11948
|
+
|
|
11949
|
+
.ncl-version-monitoring {
|
|
11966
11950
|
> .igz-scrollable-container {
|
|
11967
11951
|
padding: 24px 25px 22px 41px;
|
|
11968
11952
|
}
|
|
11969
11953
|
|
|
11970
|
-
.ncl-version-
|
|
11954
|
+
.ncl-version-monitoring-wrapper {
|
|
11971
11955
|
> .row {
|
|
11972
11956
|
display: flex;
|
|
11957
|
+
flex-flow: row wrap;
|
|
11973
11958
|
justify-content: space-between;
|
|
11974
|
-
flex-wrap: wrap;
|
|
11975
11959
|
|
|
11976
|
-
.
|
|
11960
|
+
.monitoring-block {
|
|
11977
11961
|
padding: 16px 23px 16px;
|
|
11978
11962
|
background-color: @white;
|
|
11979
11963
|
border: solid 1px @pale-grey;
|
|
11980
|
-
|
|
11981
|
-
flex
|
|
11964
|
+
overflow: hidden;
|
|
11965
|
+
flex: 1 0 500px;
|
|
11982
11966
|
margin-right: 16px;
|
|
11983
11967
|
margin-bottom: 16px;
|
|
11984
11968
|
|
|
11985
|
-
|
|
11986
|
-
|
|
11969
|
+
.enriched-node-selectors {
|
|
11970
|
+
max-width: 1000px;
|
|
11971
|
+
}
|
|
11972
|
+
|
|
11973
|
+
.invocation-block {
|
|
11974
|
+
overflow: visible;
|
|
11975
|
+
display: flex;
|
|
11976
|
+
margin-bottom: 10px;
|
|
11977
|
+
|
|
11978
|
+
.internal-invocation-urls, .external-invocation-urls {
|
|
11979
|
+
flex: 1;
|
|
11980
|
+
|
|
11981
|
+
& .invocation-url-list {
|
|
11982
|
+
list-style: none;
|
|
11983
|
+
padding: 0;
|
|
11984
|
+
}
|
|
11985
|
+
}
|
|
11986
|
+
.external-invocation-urls{
|
|
11987
|
+
.more-info-wrapper{
|
|
11988
|
+
height: auto;
|
|
11989
|
+
}
|
|
11990
|
+
}
|
|
11991
|
+
}
|
|
11992
|
+
|
|
11993
|
+
&.without-collapse {
|
|
11994
|
+
padding: 0;
|
|
11995
|
+
padding-left: 4px;
|
|
11996
|
+
cursor: default;
|
|
11997
|
+
|
|
11998
|
+
&:before {
|
|
11999
|
+
border: 0;
|
|
12000
|
+
display: none;
|
|
12001
|
+
}
|
|
12002
|
+
}
|
|
12003
|
+
|
|
12004
|
+
.icon-collapsed {
|
|
12005
|
+
.duskThree(0.64);
|
|
12006
|
+
color: @color;
|
|
12007
|
+
font-size: 12px;
|
|
12008
|
+
margin: 0 13px 0 4px;
|
|
12009
|
+
}
|
|
12010
|
+
|
|
12011
|
+
.igz-scrollable-container {
|
|
12012
|
+
max-height: 500px;
|
|
11987
12013
|
}
|
|
11988
12014
|
|
|
11989
12015
|
.title {
|
|
11990
12016
|
font-size: 16px;
|
|
11991
12017
|
font-weight: bold;
|
|
11992
|
-
font-style: normal;
|
|
11993
|
-
font-stretch: normal;
|
|
11994
|
-
letter-spacing: normal;
|
|
11995
|
-
text-align: left;
|
|
11996
12018
|
color: @dusk-three;
|
|
11997
|
-
margin-bottom: 12px;
|
|
11998
12019
|
}
|
|
11999
12020
|
|
|
12000
|
-
.
|
|
12001
|
-
|
|
12002
|
-
|
|
12003
|
-
font-family: Roboto, sans-serif;
|
|
12004
|
-
font-size: 14px;
|
|
12005
|
-
font-weight: 500;
|
|
12006
|
-
font-style: normal;
|
|
12007
|
-
font-stretch: normal;
|
|
12008
|
-
letter-spacing: normal;
|
|
12009
|
-
text-align: left;
|
|
12010
|
-
color: @dusk-three;
|
|
12011
|
-
padding: 0;
|
|
12012
|
-
}
|
|
12013
|
-
}
|
|
12021
|
+
.monitoring-invocation-url-wrapper {
|
|
12022
|
+
display: flex;
|
|
12023
|
+
align-items: center;
|
|
12014
12024
|
|
|
12015
|
-
|
|
12016
|
-
|
|
12017
|
-
|
|
12025
|
+
.igz-action-panel {
|
|
12026
|
+
top: -2px;
|
|
12027
|
+
left: 5px;
|
|
12018
12028
|
}
|
|
12019
12029
|
}
|
|
12020
|
-
}
|
|
12021
|
-
}
|
|
12022
|
-
}
|
|
12023
|
-
}
|
|
12024
12030
|
|
|
12025
|
-
.
|
|
12026
|
-
|
|
12027
|
-
|
|
12028
|
-
|
|
12029
|
-
border: none;
|
|
12030
|
-
padding-left: 24px;
|
|
12031
|
+
.monitoring-invocation-field-invalid {
|
|
12032
|
+
margin-left: 5px;
|
|
12033
|
+
font-family: Roboto;
|
|
12034
|
+
}
|
|
12031
12035
|
|
|
12032
|
-
|
|
12033
|
-
|
|
12034
|
-
|
|
12035
|
-
|
|
12036
|
-
color: @dusk-three;
|
|
12037
|
-
height: 46px;
|
|
12038
|
-
}
|
|
12039
|
-
}
|
|
12036
|
+
.monitoring-replicas {
|
|
12037
|
+
margin-left: 5px;
|
|
12038
|
+
}
|
|
12039
|
+
}
|
|
12040
12040
|
|
|
12041
|
-
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
.common-table-cells-container {
|
|
12045
|
-
background-color: @white;
|
|
12041
|
+
.ncl-monitoring-build-logger {
|
|
12042
|
+
.monitoring-block-title {
|
|
12043
|
+
margin-left: 5px;
|
|
12046
12044
|
}
|
|
12047
12045
|
|
|
12048
|
-
.
|
|
12049
|
-
|
|
12046
|
+
.ncl-monitoring-build-logs {
|
|
12047
|
+
padding: 0 0 7px 4px;
|
|
12048
|
+
|
|
12049
|
+
&.collapsing {
|
|
12050
|
+
transition-duration: 150ms;
|
|
12051
|
+
}
|
|
12050
12052
|
}
|
|
12051
12053
|
}
|
|
12052
|
-
}
|
|
12053
|
-
}
|
|
12054
12054
|
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
}
|
|
12055
|
+
.ncl-monitoring-error-logger {
|
|
12056
|
+
max-height: 335px;
|
|
12058
12057
|
|
|
12059
|
-
|
|
12060
|
-
|
|
12061
|
-
|
|
12058
|
+
.monitoring-block-title {
|
|
12059
|
+
margin-left: 5px;
|
|
12060
|
+
}
|
|
12062
12061
|
|
|
12063
|
-
|
|
12064
|
-
|
|
12065
|
-
width: 15%;
|
|
12066
|
-
}
|
|
12062
|
+
.ncl-monitoring-error-logs {
|
|
12063
|
+
padding: 0 0 7px 4px;
|
|
12067
12064
|
|
|
12068
|
-
|
|
12069
|
-
|
|
12070
|
-
|
|
12071
|
-
}
|
|
12065
|
+
&.collapsing {
|
|
12066
|
+
transition-duration: 150ms;
|
|
12067
|
+
}
|
|
12072
12068
|
|
|
12073
|
-
|
|
12074
|
-
|
|
12069
|
+
.error-panel {
|
|
12070
|
+
.logs-common();
|
|
12071
|
+
color: @dusk-three;
|
|
12072
|
+
padding: 5px;
|
|
12073
|
+
margin-left: 24px;
|
|
12074
|
+
max-height: 232px;
|
|
12075
|
+
}
|
|
12076
|
+
}
|
|
12077
|
+
}
|
|
12078
|
+
}
|
|
12075
12079
|
}
|
|
12076
12080
|
}
|
|
12077
12081
|
|
|
@@ -13254,71 +13258,6 @@ ncl-navigation-tabs {
|
|
|
13254
13258
|
}
|
|
13255
13259
|
}
|
|
13256
13260
|
|
|
13257
|
-
.ncl-test-events-navigation-tabs {
|
|
13258
|
-
display: flex;
|
|
13259
|
-
background: #f8f8fb;
|
|
13260
|
-
height: 40px;
|
|
13261
|
-
border-top: 1px solid @pale-grey;
|
|
13262
|
-
border-bottom: 1px solid @pale-grey;
|
|
13263
|
-
|
|
13264
|
-
.test-events-navigation-tab {
|
|
13265
|
-
.duskThree(0.64);
|
|
13266
|
-
position: relative;
|
|
13267
|
-
float: left;
|
|
13268
|
-
height: 27px;
|
|
13269
|
-
padding: 10px 40px 0;
|
|
13270
|
-
font-family: @font-family-sans-serif;
|
|
13271
|
-
color: @color;
|
|
13272
|
-
font-size: 13px;
|
|
13273
|
-
text-align: center;
|
|
13274
|
-
cursor: pointer;
|
|
13275
|
-
border-bottom: none;
|
|
13276
|
-
box-sizing: content-box;
|
|
13277
|
-
|
|
13278
|
-
&.active, &.active:hover {
|
|
13279
|
-
background: none;
|
|
13280
|
-
color: @dusk-three;
|
|
13281
|
-
border-bottom: 2px solid @dusk-three;
|
|
13282
|
-
font-weight: bold;
|
|
13283
|
-
|
|
13284
|
-
.badge {
|
|
13285
|
-
color: @white;
|
|
13286
|
-
background-color: @light-grey-blue;
|
|
13287
|
-
}
|
|
13288
|
-
}
|
|
13289
|
-
|
|
13290
|
-
.badge {
|
|
13291
|
-
display: inline-block;
|
|
13292
|
-
min-width: 22px;
|
|
13293
|
-
padding: 3px 7px;
|
|
13294
|
-
font-size: 12px;
|
|
13295
|
-
font-weight: 500;
|
|
13296
|
-
color: @greyish-purple;
|
|
13297
|
-
line-height: 1;
|
|
13298
|
-
vertical-align: middle;
|
|
13299
|
-
white-space: nowrap;
|
|
13300
|
-
text-align: center;
|
|
13301
|
-
background-color: @pale-grey;
|
|
13302
|
-
border-radius: 7.5px;
|
|
13303
|
-
margin-left: 7px;
|
|
13304
|
-
margin-top: -4px;
|
|
13305
|
-
}
|
|
13306
|
-
}
|
|
13307
|
-
|
|
13308
|
-
.default-dropdown {
|
|
13309
|
-
float: left;
|
|
13310
|
-
width: 105px;
|
|
13311
|
-
|
|
13312
|
-
.default-dropdown-field:not(:hover) {
|
|
13313
|
-
border-color: transparent;
|
|
13314
|
-
}
|
|
13315
|
-
|
|
13316
|
-
.default-dropdown-container {
|
|
13317
|
-
z-index: 3;
|
|
13318
|
-
}
|
|
13319
|
-
}
|
|
13320
|
-
}
|
|
13321
|
-
|
|
13322
13261
|
.ncl-test-events-logs {
|
|
13323
13262
|
padding: 6px 17px 25px;
|
|
13324
13263
|
background-color: @white;
|
|
@@ -13548,6 +13487,71 @@ ncl-navigation-tabs {
|
|
|
13548
13487
|
text-align: center;
|
|
13549
13488
|
}
|
|
13550
13489
|
}
|
|
13490
|
+
.ncl-test-events-navigation-tabs {
|
|
13491
|
+
display: flex;
|
|
13492
|
+
background: #f8f8fb;
|
|
13493
|
+
height: 40px;
|
|
13494
|
+
border-top: 1px solid @pale-grey;
|
|
13495
|
+
border-bottom: 1px solid @pale-grey;
|
|
13496
|
+
|
|
13497
|
+
.test-events-navigation-tab {
|
|
13498
|
+
.duskThree(0.64);
|
|
13499
|
+
position: relative;
|
|
13500
|
+
float: left;
|
|
13501
|
+
height: 27px;
|
|
13502
|
+
padding: 10px 40px 0;
|
|
13503
|
+
font-family: @font-family-sans-serif;
|
|
13504
|
+
color: @color;
|
|
13505
|
+
font-size: 13px;
|
|
13506
|
+
text-align: center;
|
|
13507
|
+
cursor: pointer;
|
|
13508
|
+
border-bottom: none;
|
|
13509
|
+
box-sizing: content-box;
|
|
13510
|
+
|
|
13511
|
+
&.active, &.active:hover {
|
|
13512
|
+
background: none;
|
|
13513
|
+
color: @dusk-three;
|
|
13514
|
+
border-bottom: 2px solid @dusk-three;
|
|
13515
|
+
font-weight: bold;
|
|
13516
|
+
|
|
13517
|
+
.badge {
|
|
13518
|
+
color: @white;
|
|
13519
|
+
background-color: @light-grey-blue;
|
|
13520
|
+
}
|
|
13521
|
+
}
|
|
13522
|
+
|
|
13523
|
+
.badge {
|
|
13524
|
+
display: inline-block;
|
|
13525
|
+
min-width: 22px;
|
|
13526
|
+
padding: 3px 7px;
|
|
13527
|
+
font-size: 12px;
|
|
13528
|
+
font-weight: 500;
|
|
13529
|
+
color: @greyish-purple;
|
|
13530
|
+
line-height: 1;
|
|
13531
|
+
vertical-align: middle;
|
|
13532
|
+
white-space: nowrap;
|
|
13533
|
+
text-align: center;
|
|
13534
|
+
background-color: @pale-grey;
|
|
13535
|
+
border-radius: 7.5px;
|
|
13536
|
+
margin-left: 7px;
|
|
13537
|
+
margin-top: -4px;
|
|
13538
|
+
}
|
|
13539
|
+
}
|
|
13540
|
+
|
|
13541
|
+
.default-dropdown {
|
|
13542
|
+
float: left;
|
|
13543
|
+
width: 105px;
|
|
13544
|
+
|
|
13545
|
+
.default-dropdown-field:not(:hover) {
|
|
13546
|
+
border-color: transparent;
|
|
13547
|
+
}
|
|
13548
|
+
|
|
13549
|
+
.default-dropdown-container {
|
|
13550
|
+
z-index: 3;
|
|
13551
|
+
}
|
|
13552
|
+
}
|
|
13553
|
+
}
|
|
13554
|
+
|
|
13551
13555
|
@desktop: 1350px;
|
|
13552
13556
|
@desktop-low: 1202px;
|
|
13553
13557
|
@desktop-middle: 1550px;
|
|
@@ -13883,17 +13887,6 @@ ncl-navigation-tabs {
|
|
|
13883
13887
|
}
|
|
13884
13888
|
}
|
|
13885
13889
|
|
|
13886
|
-
.ncl-version-configuration-logging {
|
|
13887
|
-
.row {
|
|
13888
|
-
display: flex;
|
|
13889
|
-
position: relative;
|
|
13890
|
-
|
|
13891
|
-
.logging-wrapper {
|
|
13892
|
-
width: 100%;
|
|
13893
|
-
}
|
|
13894
|
-
}
|
|
13895
|
-
}
|
|
13896
|
-
|
|
13897
13890
|
@desktop-middle: 1550px;
|
|
13898
13891
|
|
|
13899
13892
|
.ncl-version-configuration-resources {
|
|
@@ -14066,6 +14059,17 @@ ncl-navigation-tabs {
|
|
|
14066
14059
|
}
|
|
14067
14060
|
}
|
|
14068
14061
|
|
|
14062
|
+
.ncl-version-configuration-logging {
|
|
14063
|
+
.row {
|
|
14064
|
+
display: flex;
|
|
14065
|
+
position: relative;
|
|
14066
|
+
|
|
14067
|
+
.logging-wrapper {
|
|
14068
|
+
width: 100%;
|
|
14069
|
+
}
|
|
14070
|
+
}
|
|
14071
|
+
}
|
|
14072
|
+
|
|
14069
14073
|
.version-configuration-build-dialog-wrapper {
|
|
14070
14074
|
font-family: Roboto;
|
|
14071
14075
|
|