iguazio.dashboard-controls 1.2.11 → 1.2.13
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 -1
- package/dist/js/iguazio.dashboard-controls.js +6024 -5993
- package/dist/less/iguazio.dashboard-controls.less +649 -649
- package/package.json +1 -1
- package/src/i18n/en/functions.json +1 -1
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +6 -0
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +6 -0
- package/src/nuclio/functions/version/version-code/version-code.component.js +22 -2
|
@@ -7697,97 +7697,6 @@ yx-axis
|
|
|
7697
7697
|
}
|
|
7698
7698
|
}
|
|
7699
7699
|
}
|
|
7700
|
-
.igz-size {
|
|
7701
|
-
.size-color-set();
|
|
7702
|
-
|
|
7703
|
-
align-items: center;
|
|
7704
|
-
display: flex;
|
|
7705
|
-
justify-content: space-between;
|
|
7706
|
-
min-height: 40px;
|
|
7707
|
-
|
|
7708
|
-
&:after {
|
|
7709
|
-
content: ' ';
|
|
7710
|
-
display: inline-block;
|
|
7711
|
-
vertical-align: middle;
|
|
7712
|
-
}
|
|
7713
|
-
|
|
7714
|
-
.size-value {
|
|
7715
|
-
line-height: 1;
|
|
7716
|
-
flex: 0 0 100px;
|
|
7717
|
-
min-width: 100px;
|
|
7718
|
-
|
|
7719
|
-
> span {
|
|
7720
|
-
line-height: 25px;
|
|
7721
|
-
}
|
|
7722
|
-
|
|
7723
|
-
&.short {
|
|
7724
|
-
flex: 0 0 75px;
|
|
7725
|
-
min-width: 75px;
|
|
7726
|
-
}
|
|
7727
|
-
|
|
7728
|
-
&.shorten {
|
|
7729
|
-
flex: 0 0 60px;
|
|
7730
|
-
min-width: 60px;
|
|
7731
|
-
}
|
|
7732
|
-
|
|
7733
|
-
&.shortest {
|
|
7734
|
-
flex: 0 0 40px;
|
|
7735
|
-
min-width: 40px;
|
|
7736
|
-
}
|
|
7737
|
-
}
|
|
7738
|
-
|
|
7739
|
-
.size-reserved {
|
|
7740
|
-
color: @size-reserved-color;
|
|
7741
|
-
font-size: 12px;
|
|
7742
|
-
|
|
7743
|
-
.icon-font-arrow-right:before {
|
|
7744
|
-
color: @size-reserved-arrow-right-before-color;
|
|
7745
|
-
font-size: 10px;
|
|
7746
|
-
padding: 0 4px 0 4px;
|
|
7747
|
-
}
|
|
7748
|
-
|
|
7749
|
-
.icon-font-infinity:before {
|
|
7750
|
-
color: @size-reserved-infinity-before-color;
|
|
7751
|
-
font-size: 10px;
|
|
7752
|
-
}
|
|
7753
|
-
}
|
|
7754
|
-
|
|
7755
|
-
.size-chart {
|
|
7756
|
-
flex: 1 1 auto;
|
|
7757
|
-
min-width: 0;
|
|
7758
|
-
|
|
7759
|
-
div.highcharts-tooltip {
|
|
7760
|
-
position: fixed !important;
|
|
7761
|
-
|
|
7762
|
-
.igz-tooltip-wrapper {
|
|
7763
|
-
color: @size-chart-tooltip-wrapper-color;
|
|
7764
|
-
|
|
7765
|
-
&.used-capacity-tooltip-wrapper {
|
|
7766
|
-
.igz-row {
|
|
7767
|
-
.tooltip-label,
|
|
7768
|
-
.tooltip-value {
|
|
7769
|
-
text-overflow: unset;
|
|
7770
|
-
}
|
|
7771
|
-
}
|
|
7772
|
-
}
|
|
7773
|
-
|
|
7774
|
-
.tooltip-header {
|
|
7775
|
-
padding-bottom: 6px;
|
|
7776
|
-
margin-bottom: 5px;
|
|
7777
|
-
line-height: 1.1;
|
|
7778
|
-
text-align: center;
|
|
7779
|
-
}
|
|
7780
|
-
}
|
|
7781
|
-
}
|
|
7782
|
-
}
|
|
7783
|
-
|
|
7784
|
-
.igz-highcharts-wrapper {
|
|
7785
|
-
height: 40px;
|
|
7786
|
-
position: relative;
|
|
7787
|
-
width: 100%;
|
|
7788
|
-
}
|
|
7789
|
-
}
|
|
7790
|
-
|
|
7791
7700
|
.search-input {
|
|
7792
7701
|
.search-input-color-set();
|
|
7793
7702
|
|
|
@@ -7975,6 +7884,97 @@ yx-axis
|
|
|
7975
7884
|
}
|
|
7976
7885
|
}
|
|
7977
7886
|
}
|
|
7887
|
+
.igz-size {
|
|
7888
|
+
.size-color-set();
|
|
7889
|
+
|
|
7890
|
+
align-items: center;
|
|
7891
|
+
display: flex;
|
|
7892
|
+
justify-content: space-between;
|
|
7893
|
+
min-height: 40px;
|
|
7894
|
+
|
|
7895
|
+
&:after {
|
|
7896
|
+
content: ' ';
|
|
7897
|
+
display: inline-block;
|
|
7898
|
+
vertical-align: middle;
|
|
7899
|
+
}
|
|
7900
|
+
|
|
7901
|
+
.size-value {
|
|
7902
|
+
line-height: 1;
|
|
7903
|
+
flex: 0 0 100px;
|
|
7904
|
+
min-width: 100px;
|
|
7905
|
+
|
|
7906
|
+
> span {
|
|
7907
|
+
line-height: 25px;
|
|
7908
|
+
}
|
|
7909
|
+
|
|
7910
|
+
&.short {
|
|
7911
|
+
flex: 0 0 75px;
|
|
7912
|
+
min-width: 75px;
|
|
7913
|
+
}
|
|
7914
|
+
|
|
7915
|
+
&.shorten {
|
|
7916
|
+
flex: 0 0 60px;
|
|
7917
|
+
min-width: 60px;
|
|
7918
|
+
}
|
|
7919
|
+
|
|
7920
|
+
&.shortest {
|
|
7921
|
+
flex: 0 0 40px;
|
|
7922
|
+
min-width: 40px;
|
|
7923
|
+
}
|
|
7924
|
+
}
|
|
7925
|
+
|
|
7926
|
+
.size-reserved {
|
|
7927
|
+
color: @size-reserved-color;
|
|
7928
|
+
font-size: 12px;
|
|
7929
|
+
|
|
7930
|
+
.icon-font-arrow-right:before {
|
|
7931
|
+
color: @size-reserved-arrow-right-before-color;
|
|
7932
|
+
font-size: 10px;
|
|
7933
|
+
padding: 0 4px 0 4px;
|
|
7934
|
+
}
|
|
7935
|
+
|
|
7936
|
+
.icon-font-infinity:before {
|
|
7937
|
+
color: @size-reserved-infinity-before-color;
|
|
7938
|
+
font-size: 10px;
|
|
7939
|
+
}
|
|
7940
|
+
}
|
|
7941
|
+
|
|
7942
|
+
.size-chart {
|
|
7943
|
+
flex: 1 1 auto;
|
|
7944
|
+
min-width: 0;
|
|
7945
|
+
|
|
7946
|
+
div.highcharts-tooltip {
|
|
7947
|
+
position: fixed !important;
|
|
7948
|
+
|
|
7949
|
+
.igz-tooltip-wrapper {
|
|
7950
|
+
color: @size-chart-tooltip-wrapper-color;
|
|
7951
|
+
|
|
7952
|
+
&.used-capacity-tooltip-wrapper {
|
|
7953
|
+
.igz-row {
|
|
7954
|
+
.tooltip-label,
|
|
7955
|
+
.tooltip-value {
|
|
7956
|
+
text-overflow: unset;
|
|
7957
|
+
}
|
|
7958
|
+
}
|
|
7959
|
+
}
|
|
7960
|
+
|
|
7961
|
+
.tooltip-header {
|
|
7962
|
+
padding-bottom: 6px;
|
|
7963
|
+
margin-bottom: 5px;
|
|
7964
|
+
line-height: 1.1;
|
|
7965
|
+
text-align: center;
|
|
7966
|
+
}
|
|
7967
|
+
}
|
|
7968
|
+
}
|
|
7969
|
+
}
|
|
7970
|
+
|
|
7971
|
+
.igz-highcharts-wrapper {
|
|
7972
|
+
height: 40px;
|
|
7973
|
+
position: relative;
|
|
7974
|
+
width: 100%;
|
|
7975
|
+
}
|
|
7976
|
+
}
|
|
7977
|
+
|
|
7978
7978
|
.igz-slider-input-block {
|
|
7979
7979
|
.igz-slider-input-block-color-set();
|
|
7980
7980
|
|
|
@@ -9472,21 +9472,6 @@ body {
|
|
|
9472
9472
|
}
|
|
9473
9473
|
}
|
|
9474
9474
|
|
|
9475
|
-
.override-function-dialog {
|
|
9476
|
-
.sub-title {
|
|
9477
|
-
font-size: 16px;
|
|
9478
|
-
color: @silver-chalice-two;
|
|
9479
|
-
}
|
|
9480
|
-
|
|
9481
|
-
.buttons {
|
|
9482
|
-
display: flex;
|
|
9483
|
-
|
|
9484
|
-
.function-redirect-button {
|
|
9485
|
-
margin-right: auto;
|
|
9486
|
-
}
|
|
9487
|
-
}
|
|
9488
|
-
}
|
|
9489
|
-
|
|
9490
9475
|
.ncl-edit-version {
|
|
9491
9476
|
background: #f2f2f6;
|
|
9492
9477
|
position: relative;
|
|
@@ -9745,6 +9730,21 @@ body {
|
|
|
9745
9730
|
}
|
|
9746
9731
|
}
|
|
9747
9732
|
|
|
9733
|
+
.override-function-dialog {
|
|
9734
|
+
.sub-title {
|
|
9735
|
+
font-size: 16px;
|
|
9736
|
+
color: @silver-chalice-two;
|
|
9737
|
+
}
|
|
9738
|
+
|
|
9739
|
+
.buttons {
|
|
9740
|
+
display: flex;
|
|
9741
|
+
|
|
9742
|
+
.function-redirect-button {
|
|
9743
|
+
margin-right: auto;
|
|
9744
|
+
}
|
|
9745
|
+
}
|
|
9746
|
+
}
|
|
9747
|
+
|
|
9748
9748
|
// Style rules for actions bar
|
|
9749
9749
|
.border-top > .igz-info-page-actions-bar {
|
|
9750
9750
|
.info-page-actions-bar-color-set();
|
|
@@ -10448,6 +10448,44 @@ ncl-breadcrumbs {
|
|
|
10448
10448
|
}
|
|
10449
10449
|
}
|
|
10450
10450
|
|
|
10451
|
+
.ncl-deploy-log-wrapper {
|
|
10452
|
+
.log-panel {
|
|
10453
|
+
.logs-common();
|
|
10454
|
+
background-color: @dark-grey;
|
|
10455
|
+
color: @light-grey-three;
|
|
10456
|
+
padding: 5px;
|
|
10457
|
+
margin: 21px 0 0 4px;
|
|
10458
|
+
min-height: 280px;
|
|
10459
|
+
max-height: 280px;
|
|
10460
|
+
height: 280px;
|
|
10461
|
+
|
|
10462
|
+
.log-entry {
|
|
10463
|
+
.log-entry-time {
|
|
10464
|
+
color: @solid-grey;
|
|
10465
|
+
}
|
|
10466
|
+
|
|
10467
|
+
.log-entry-level-debug{
|
|
10468
|
+
color: @dusty-blue;
|
|
10469
|
+
}
|
|
10470
|
+
|
|
10471
|
+
.log-entry-level-info {
|
|
10472
|
+
color: @cloudy-blue;
|
|
10473
|
+
}
|
|
10474
|
+
|
|
10475
|
+
.log-entry-level-warn{
|
|
10476
|
+
color: @sunflower-yellow;
|
|
10477
|
+
}
|
|
10478
|
+
|
|
10479
|
+
.log-entry-level-error {
|
|
10480
|
+
color: @darkish-pink;
|
|
10481
|
+
}
|
|
10482
|
+
|
|
10483
|
+
.log-entry-message {
|
|
10484
|
+
font-weight: 600;
|
|
10485
|
+
}
|
|
10486
|
+
}
|
|
10487
|
+
}
|
|
10488
|
+
}
|
|
10451
10489
|
.ncl-collapsing-row {
|
|
10452
10490
|
margin-bottom: 9px;
|
|
10453
10491
|
|
|
@@ -10571,44 +10609,6 @@ ncl-breadcrumbs {
|
|
|
10571
10609
|
}
|
|
10572
10610
|
}
|
|
10573
10611
|
|
|
10574
|
-
.ncl-deploy-log-wrapper {
|
|
10575
|
-
.log-panel {
|
|
10576
|
-
.logs-common();
|
|
10577
|
-
background-color: @dark-grey;
|
|
10578
|
-
color: @light-grey-three;
|
|
10579
|
-
padding: 5px;
|
|
10580
|
-
margin: 21px 0 0 4px;
|
|
10581
|
-
min-height: 280px;
|
|
10582
|
-
max-height: 280px;
|
|
10583
|
-
height: 280px;
|
|
10584
|
-
|
|
10585
|
-
.log-entry {
|
|
10586
|
-
.log-entry-time {
|
|
10587
|
-
color: @solid-grey;
|
|
10588
|
-
}
|
|
10589
|
-
|
|
10590
|
-
.log-entry-level-debug{
|
|
10591
|
-
color: @dusty-blue;
|
|
10592
|
-
}
|
|
10593
|
-
|
|
10594
|
-
.log-entry-level-info {
|
|
10595
|
-
color: @cloudy-blue;
|
|
10596
|
-
}
|
|
10597
|
-
|
|
10598
|
-
.log-entry-level-warn{
|
|
10599
|
-
color: @sunflower-yellow;
|
|
10600
|
-
}
|
|
10601
|
-
|
|
10602
|
-
.log-entry-level-error {
|
|
10603
|
-
color: @darkish-pink;
|
|
10604
|
-
}
|
|
10605
|
-
|
|
10606
|
-
.log-entry-message {
|
|
10607
|
-
font-weight: 600;
|
|
10608
|
-
}
|
|
10609
|
-
}
|
|
10610
|
-
}
|
|
10611
|
-
}
|
|
10612
10612
|
.ncl-edit-item {
|
|
10613
10613
|
width: 100%;
|
|
10614
10614
|
padding: 6px 0;
|
|
@@ -11421,91 +11421,6 @@ ncl-navigation-tabs {
|
|
|
11421
11421
|
}
|
|
11422
11422
|
}
|
|
11423
11423
|
|
|
11424
|
-
.function-event-wrapper {
|
|
11425
|
-
width: 600px;
|
|
11426
|
-
margin-bottom: -23px;
|
|
11427
|
-
|
|
11428
|
-
.header {
|
|
11429
|
-
display: flex;
|
|
11430
|
-
justify-content: space-between;
|
|
11431
|
-
border-bottom: 1px solid @pale-grey;
|
|
11432
|
-
|
|
11433
|
-
.title {
|
|
11434
|
-
font-size: 18px;
|
|
11435
|
-
}
|
|
11436
|
-
}
|
|
11437
|
-
|
|
11438
|
-
.content {
|
|
11439
|
-
border-bottom: 1px solid @pale-grey;
|
|
11440
|
-
padding: 16px 0 16px 16px;
|
|
11441
|
-
|
|
11442
|
-
.event-form {
|
|
11443
|
-
width: 88%;
|
|
11444
|
-
|
|
11445
|
-
.field-wrapper {
|
|
11446
|
-
display: flex;
|
|
11447
|
-
align-items: center;
|
|
11448
|
-
margin: 15px 0 0 0;
|
|
11449
|
-
|
|
11450
|
-
.field-label {
|
|
11451
|
-
font-size: 16px;
|
|
11452
|
-
margin-right: 10px;
|
|
11453
|
-
width: 195px;
|
|
11454
|
-
}
|
|
11455
|
-
|
|
11456
|
-
.field-content {
|
|
11457
|
-
width: 100%;
|
|
11458
|
-
|
|
11459
|
-
.ncl-monaco {
|
|
11460
|
-
height: 200px;
|
|
11461
|
-
}
|
|
11462
|
-
|
|
11463
|
-
.event-body {
|
|
11464
|
-
font-size: 13px;
|
|
11465
|
-
outline: none;
|
|
11466
|
-
border: 1px solid @pale-grey;
|
|
11467
|
-
resize: none;
|
|
11468
|
-
width: 100%;
|
|
11469
|
-
height: 100px;
|
|
11470
|
-
padding: 5px 5px 5px 16px;
|
|
11471
|
-
}
|
|
11472
|
-
}
|
|
11473
|
-
}
|
|
11474
|
-
}
|
|
11475
|
-
|
|
11476
|
-
.event-error {
|
|
11477
|
-
display: flex;
|
|
11478
|
-
font-size: 13px;
|
|
11479
|
-
align-items: center;
|
|
11480
|
-
justify-content: center;
|
|
11481
|
-
color: @darkish-pink;
|
|
11482
|
-
}
|
|
11483
|
-
}
|
|
11484
|
-
|
|
11485
|
-
.bottom-bar {
|
|
11486
|
-
height: 64px;
|
|
11487
|
-
display: flex;
|
|
11488
|
-
align-items: center;
|
|
11489
|
-
justify-content: flex-end;
|
|
11490
|
-
|
|
11491
|
-
.igz-button-primary {
|
|
11492
|
-
&.disabled {
|
|
11493
|
-
color: rgba(71, 64, 86, 0.24);
|
|
11494
|
-
border-radius: 2px;
|
|
11495
|
-
border: solid 1px #f3f3f6;
|
|
11496
|
-
background-color: #f3f3f6;
|
|
11497
|
-
cursor: default;
|
|
11498
|
-
display: inline-block;
|
|
11499
|
-
|
|
11500
|
-
&:hover {
|
|
11501
|
-
box-shadow: none;
|
|
11502
|
-
border: none;
|
|
11503
|
-
}
|
|
11504
|
-
}
|
|
11505
|
-
}
|
|
11506
|
-
}
|
|
11507
|
-
}
|
|
11508
|
-
|
|
11509
11424
|
.ncl-edit-version-code {
|
|
11510
11425
|
height: 100%;
|
|
11511
11426
|
display: flex;
|
|
@@ -11718,63 +11633,88 @@ ncl-navigation-tabs {
|
|
|
11718
11633
|
}
|
|
11719
11634
|
}
|
|
11720
11635
|
|
|
11721
|
-
.
|
|
11722
|
-
|
|
11723
|
-
|
|
11636
|
+
.function-event-wrapper {
|
|
11637
|
+
width: 600px;
|
|
11638
|
+
margin-bottom: -23px;
|
|
11639
|
+
|
|
11640
|
+
.header {
|
|
11641
|
+
display: flex;
|
|
11642
|
+
justify-content: space-between;
|
|
11643
|
+
border-bottom: 1px solid @pale-grey;
|
|
11644
|
+
|
|
11645
|
+
.title {
|
|
11646
|
+
font-size: 18px;
|
|
11647
|
+
}
|
|
11724
11648
|
}
|
|
11725
11649
|
|
|
11726
|
-
.
|
|
11727
|
-
|
|
11728
|
-
|
|
11729
|
-
justify-content: space-between;
|
|
11730
|
-
flex-wrap: wrap;
|
|
11650
|
+
.content {
|
|
11651
|
+
border-bottom: 1px solid @pale-grey;
|
|
11652
|
+
padding: 16px 0 16px 16px;
|
|
11731
11653
|
|
|
11732
|
-
|
|
11733
|
-
|
|
11734
|
-
background-color: @white;
|
|
11735
|
-
border: solid 1px @pale-grey;
|
|
11736
|
-
flex-grow: 1;
|
|
11737
|
-
flex-basis: 500px;
|
|
11738
|
-
margin-right: 16px;
|
|
11739
|
-
margin-bottom: 16px;
|
|
11654
|
+
.event-form {
|
|
11655
|
+
width: 88%;
|
|
11740
11656
|
|
|
11741
|
-
|
|
11742
|
-
|
|
11743
|
-
|
|
11657
|
+
.field-wrapper {
|
|
11658
|
+
display: flex;
|
|
11659
|
+
align-items: center;
|
|
11660
|
+
margin: 15px 0 0 0;
|
|
11744
11661
|
|
|
11745
|
-
.
|
|
11662
|
+
.field-label {
|
|
11746
11663
|
font-size: 16px;
|
|
11747
|
-
|
|
11748
|
-
|
|
11749
|
-
font-stretch: normal;
|
|
11750
|
-
letter-spacing: normal;
|
|
11751
|
-
text-align: left;
|
|
11752
|
-
color: @dusk-three;
|
|
11753
|
-
margin-bottom: 12px;
|
|
11664
|
+
margin-right: 10px;
|
|
11665
|
+
width: 195px;
|
|
11754
11666
|
}
|
|
11755
11667
|
|
|
11756
|
-
.
|
|
11757
|
-
|
|
11758
|
-
|
|
11759
|
-
|
|
11760
|
-
|
|
11761
|
-
font-weight: 500;
|
|
11762
|
-
font-style: normal;
|
|
11763
|
-
font-stretch: normal;
|
|
11764
|
-
letter-spacing: normal;
|
|
11765
|
-
text-align: left;
|
|
11766
|
-
color: @dusk-three;
|
|
11767
|
-
padding: 0;
|
|
11668
|
+
.field-content {
|
|
11669
|
+
width: 100%;
|
|
11670
|
+
|
|
11671
|
+
.ncl-monaco {
|
|
11672
|
+
height: 200px;
|
|
11768
11673
|
}
|
|
11769
|
-
}
|
|
11770
11674
|
|
|
11771
|
-
|
|
11772
|
-
|
|
11773
|
-
|
|
11675
|
+
.event-body {
|
|
11676
|
+
font-size: 13px;
|
|
11677
|
+
outline: none;
|
|
11678
|
+
border: 1px solid @pale-grey;
|
|
11679
|
+
resize: none;
|
|
11680
|
+
width: 100%;
|
|
11681
|
+
height: 100px;
|
|
11682
|
+
padding: 5px 5px 5px 16px;
|
|
11774
11683
|
}
|
|
11775
11684
|
}
|
|
11776
11685
|
}
|
|
11777
11686
|
}
|
|
11687
|
+
|
|
11688
|
+
.event-error {
|
|
11689
|
+
display: flex;
|
|
11690
|
+
font-size: 13px;
|
|
11691
|
+
align-items: center;
|
|
11692
|
+
justify-content: center;
|
|
11693
|
+
color: @darkish-pink;
|
|
11694
|
+
}
|
|
11695
|
+
}
|
|
11696
|
+
|
|
11697
|
+
.bottom-bar {
|
|
11698
|
+
height: 64px;
|
|
11699
|
+
display: flex;
|
|
11700
|
+
align-items: center;
|
|
11701
|
+
justify-content: flex-end;
|
|
11702
|
+
|
|
11703
|
+
.igz-button-primary {
|
|
11704
|
+
&.disabled {
|
|
11705
|
+
color: rgba(71, 64, 86, 0.24);
|
|
11706
|
+
border-radius: 2px;
|
|
11707
|
+
border: solid 1px #f3f3f6;
|
|
11708
|
+
background-color: #f3f3f6;
|
|
11709
|
+
cursor: default;
|
|
11710
|
+
display: inline-block;
|
|
11711
|
+
|
|
11712
|
+
&:hover {
|
|
11713
|
+
box-shadow: none;
|
|
11714
|
+
border: none;
|
|
11715
|
+
}
|
|
11716
|
+
}
|
|
11717
|
+
}
|
|
11778
11718
|
}
|
|
11779
11719
|
}
|
|
11780
11720
|
|
|
@@ -11894,42 +11834,102 @@ ncl-navigation-tabs {
|
|
|
11894
11834
|
}
|
|
11895
11835
|
}
|
|
11896
11836
|
|
|
11897
|
-
.ncl-version-
|
|
11837
|
+
.ncl-version-configuration {
|
|
11898
11838
|
> .igz-scrollable-container {
|
|
11899
11839
|
padding: 24px 25px 22px 41px;
|
|
11900
11840
|
}
|
|
11901
11841
|
|
|
11902
|
-
.ncl-version-
|
|
11842
|
+
.ncl-version-configuration-wrapper {
|
|
11903
11843
|
> .row {
|
|
11904
11844
|
display: flex;
|
|
11905
|
-
flex-flow: row wrap;
|
|
11906
11845
|
justify-content: space-between;
|
|
11846
|
+
flex-wrap: wrap;
|
|
11907
11847
|
|
|
11908
|
-
.
|
|
11848
|
+
.configuration-block {
|
|
11909
11849
|
padding: 16px 23px 16px;
|
|
11910
11850
|
background-color: @white;
|
|
11911
11851
|
border: solid 1px @pale-grey;
|
|
11912
|
-
|
|
11913
|
-
flex:
|
|
11852
|
+
flex-grow: 1;
|
|
11853
|
+
flex-basis: 500px;
|
|
11914
11854
|
margin-right: 16px;
|
|
11915
11855
|
margin-bottom: 16px;
|
|
11916
11856
|
|
|
11917
|
-
|
|
11918
|
-
|
|
11857
|
+
&.invisible {
|
|
11858
|
+
visibility: hidden;
|
|
11919
11859
|
}
|
|
11920
11860
|
|
|
11921
|
-
.
|
|
11922
|
-
|
|
11923
|
-
|
|
11924
|
-
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
|
|
11928
|
-
|
|
11929
|
-
|
|
11930
|
-
|
|
11931
|
-
|
|
11932
|
-
|
|
11861
|
+
.title {
|
|
11862
|
+
font-size: 16px;
|
|
11863
|
+
font-weight: bold;
|
|
11864
|
+
font-style: normal;
|
|
11865
|
+
font-stretch: normal;
|
|
11866
|
+
letter-spacing: normal;
|
|
11867
|
+
text-align: left;
|
|
11868
|
+
color: @dusk-three;
|
|
11869
|
+
margin-bottom: 12px;
|
|
11870
|
+
}
|
|
11871
|
+
|
|
11872
|
+
.row {
|
|
11873
|
+
.label {
|
|
11874
|
+
display: block;
|
|
11875
|
+
font-family: Roboto, sans-serif;
|
|
11876
|
+
font-size: 14px;
|
|
11877
|
+
font-weight: 500;
|
|
11878
|
+
font-style: normal;
|
|
11879
|
+
font-stretch: normal;
|
|
11880
|
+
letter-spacing: normal;
|
|
11881
|
+
text-align: left;
|
|
11882
|
+
color: @dusk-three;
|
|
11883
|
+
padding: 0;
|
|
11884
|
+
}
|
|
11885
|
+
}
|
|
11886
|
+
|
|
11887
|
+
.ncl-version-configuration-labels, .ncl-version-configuration-annotations {
|
|
11888
|
+
.more-info-wrapper {
|
|
11889
|
+
height: 20px;
|
|
11890
|
+
}
|
|
11891
|
+
}
|
|
11892
|
+
}
|
|
11893
|
+
}
|
|
11894
|
+
}
|
|
11895
|
+
}
|
|
11896
|
+
|
|
11897
|
+
.ncl-version-monitoring {
|
|
11898
|
+
> .igz-scrollable-container {
|
|
11899
|
+
padding: 24px 25px 22px 41px;
|
|
11900
|
+
}
|
|
11901
|
+
|
|
11902
|
+
.ncl-version-monitoring-wrapper {
|
|
11903
|
+
> .row {
|
|
11904
|
+
display: flex;
|
|
11905
|
+
flex-flow: row wrap;
|
|
11906
|
+
justify-content: space-between;
|
|
11907
|
+
|
|
11908
|
+
.monitoring-block {
|
|
11909
|
+
padding: 16px 23px 16px;
|
|
11910
|
+
background-color: @white;
|
|
11911
|
+
border: solid 1px @pale-grey;
|
|
11912
|
+
overflow: hidden;
|
|
11913
|
+
flex: 1 0 500px;
|
|
11914
|
+
margin-right: 16px;
|
|
11915
|
+
margin-bottom: 16px;
|
|
11916
|
+
|
|
11917
|
+
.enriched-node-selectors {
|
|
11918
|
+
max-width: 1000px;
|
|
11919
|
+
}
|
|
11920
|
+
|
|
11921
|
+
.invocation-block {
|
|
11922
|
+
overflow: visible;
|
|
11923
|
+
display: flex;
|
|
11924
|
+
margin-bottom: 10px;
|
|
11925
|
+
|
|
11926
|
+
.internal-invocation-urls, .external-invocation-urls {
|
|
11927
|
+
flex: 1;
|
|
11928
|
+
|
|
11929
|
+
& .invocation-url-list {
|
|
11930
|
+
list-style: none;
|
|
11931
|
+
padding: 0;
|
|
11932
|
+
}
|
|
11933
11933
|
}
|
|
11934
11934
|
.external-invocation-urls{
|
|
11935
11935
|
.more-info-wrapper{
|
|
@@ -13259,395 +13259,101 @@ ncl-navigation-tabs {
|
|
|
13259
13259
|
}
|
|
13260
13260
|
}
|
|
13261
13261
|
|
|
13262
|
-
|
|
13263
|
-
|
|
13264
|
-
|
|
13262
|
+
@desktop: 1350px;
|
|
13263
|
+
@desktop-low: 1202px;
|
|
13264
|
+
@desktop-middle: 1550px;
|
|
13265
13265
|
|
|
13266
|
-
|
|
13267
|
-
|
|
13266
|
+
.ncl-version-configuration-basic-settings {
|
|
13267
|
+
.row {
|
|
13268
13268
|
display: flex;
|
|
13269
|
-
justify-content:
|
|
13270
|
-
color: @color;
|
|
13271
|
-
font-size: 16px;
|
|
13272
|
-
|
|
13273
|
-
> div {
|
|
13274
|
-
margin-right: 24px;
|
|
13269
|
+
justify-content: space-between;
|
|
13275
13270
|
|
|
13276
|
-
|
|
13277
|
-
|
|
13278
|
-
}
|
|
13271
|
+
&:not(:last-child) {
|
|
13272
|
+
margin-bottom: 23px;
|
|
13279
13273
|
}
|
|
13280
|
-
}
|
|
13281
|
-
|
|
13282
|
-
.collapsed-row {
|
|
13283
|
-
.black(0.2);
|
|
13284
|
-
display: flex;
|
|
13285
|
-
align-items: center;
|
|
13286
|
-
position: relative;
|
|
13287
|
-
height: 36px;
|
|
13288
|
-
background-color: @white;
|
|
13289
|
-
color: @dusk-three;
|
|
13290
|
-
box-shadow: 1.7px 1.1px 4px 0 @color;
|
|
13291
|
-
border: solid 1px @pale-grey;
|
|
13292
|
-
margin-bottom: 10px;
|
|
13293
13274
|
|
|
13294
|
-
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
color: @color;
|
|
13298
|
-
margin: 0 8px 0 12px;
|
|
13275
|
+
&:last-child {
|
|
13276
|
+
margin-bottom: 4px;
|
|
13277
|
+
}
|
|
13299
13278
|
|
|
13300
|
-
|
|
13301
|
-
|
|
13302
|
-
|
|
13279
|
+
&.enable-checkbox {
|
|
13280
|
+
justify-content: flex-start;
|
|
13281
|
+
margin-bottom: 18px;
|
|
13303
13282
|
}
|
|
13304
13283
|
|
|
13305
|
-
|
|
13306
|
-
|
|
13307
|
-
margin-right: 8px;
|
|
13308
|
-
width: 20px;
|
|
13309
|
-
text-align: center;
|
|
13284
|
+
> div {
|
|
13285
|
+
flex: 1;
|
|
13310
13286
|
|
|
13311
|
-
|
|
13312
|
-
|
|
13313
|
-
vertical-align: text-bottom;
|
|
13287
|
+
&:not(:last-child) {
|
|
13288
|
+
margin-right: 46px;
|
|
13314
13289
|
}
|
|
13315
13290
|
|
|
13316
|
-
|
|
13317
|
-
|
|
13291
|
+
.label {
|
|
13292
|
+
padding: 0;
|
|
13293
|
+
margin-bottom: 5px;
|
|
13294
|
+
}
|
|
13318
13295
|
|
|
13319
|
-
|
|
13320
|
-
|
|
13296
|
+
&.timeout-block {
|
|
13297
|
+
.label {
|
|
13298
|
+
margin-bottom: 3px;
|
|
13321
13299
|
}
|
|
13322
|
-
}
|
|
13323
13300
|
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
}
|
|
13301
|
+
.timeout-values {
|
|
13302
|
+
margin-left: 27px;
|
|
13327
13303
|
|
|
13328
|
-
|
|
13329
|
-
|
|
13330
|
-
|
|
13304
|
+
.inputs {
|
|
13305
|
+
display: flex;
|
|
13306
|
+
align-items: center;
|
|
13331
13307
|
|
|
13332
|
-
|
|
13333
|
-
|
|
13308
|
+
.values-label {
|
|
13309
|
+
.duskThree(0.9);
|
|
13310
|
+
margin: 0 17px 0 8px;
|
|
13311
|
+
font-size: 14px;
|
|
13312
|
+
font-weight: normal;
|
|
13313
|
+
font-style: normal;
|
|
13314
|
+
letter-spacing: normal;
|
|
13315
|
+
text-align: left;
|
|
13316
|
+
color: @color;
|
|
13317
|
+
}
|
|
13318
|
+
}
|
|
13319
|
+
}
|
|
13334
13320
|
}
|
|
13335
13321
|
}
|
|
13336
13322
|
|
|
13337
|
-
.
|
|
13338
|
-
display: inline-block;
|
|
13339
|
-
width: 230px;
|
|
13340
|
-
font-size: 14px;
|
|
13341
|
-
font-weight: bold;
|
|
13342
|
-
margin-right: 15px;
|
|
13343
|
-
}
|
|
13344
|
-
|
|
13345
|
-
.message {
|
|
13346
|
-
display: inline-block;
|
|
13347
|
-
width: 200px;
|
|
13348
|
-
margin-right: 30px;
|
|
13349
|
-
}
|
|
13350
|
-
|
|
13351
|
-
.ncl-icon-parameters {
|
|
13352
|
-
.duskThree(0.64);
|
|
13353
|
-
color: @color;
|
|
13354
|
-
font-size: 14px;
|
|
13355
|
-
position: absolute;
|
|
13356
|
-
top: 9px;
|
|
13357
|
-
right: 9px;
|
|
13358
|
-
}
|
|
13359
|
-
}
|
|
13360
|
-
|
|
13361
|
-
.expanded-row {
|
|
13362
|
-
background-color: @white;
|
|
13363
|
-
color: @dusk-three;
|
|
13364
|
-
border: solid 1px @pale-grey;
|
|
13365
|
-
margin-bottom: 10px;
|
|
13366
|
-
|
|
13367
|
-
.header {
|
|
13368
|
-
position: relative;
|
|
13323
|
+
.logger-block {
|
|
13369
13324
|
display: flex;
|
|
13370
|
-
|
|
13371
|
-
height: 34px;
|
|
13325
|
+
margin-top: 3px;
|
|
13372
13326
|
|
|
13373
|
-
.
|
|
13374
|
-
.
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
margin: 0 8px 0 12px;
|
|
13327
|
+
.logger-dropdown {
|
|
13328
|
+
.default-dropdown {
|
|
13329
|
+
position: relative;
|
|
13330
|
+
height: 36px;
|
|
13378
13331
|
|
|
13379
|
-
|
|
13380
|
-
|
|
13332
|
+
.dropdown-overlap {
|
|
13333
|
+
z-index: 100;
|
|
13334
|
+
}
|
|
13381
13335
|
}
|
|
13382
13336
|
}
|
|
13383
13337
|
|
|
13384
|
-
|
|
13385
|
-
|
|
13386
|
-
margin-right: 8px;
|
|
13387
|
-
width: 20px;
|
|
13388
|
-
text-align: center;
|
|
13389
|
-
|
|
13390
|
-
&::before {
|
|
13391
|
-
font-size: 16px;
|
|
13392
|
-
vertical-align: text-bottom;
|
|
13393
|
-
}
|
|
13394
|
-
|
|
13395
|
-
&.ncl-icon-debug {
|
|
13396
|
-
color: @orangish;
|
|
13397
|
-
|
|
13398
|
-
&::before {
|
|
13399
|
-
font-size: 18px;
|
|
13400
|
-
}
|
|
13401
|
-
}
|
|
13338
|
+
> div {
|
|
13339
|
+
flex: 1;
|
|
13402
13340
|
|
|
13403
|
-
|
|
13404
|
-
|
|
13341
|
+
&:not(:last-child) {
|
|
13342
|
+
margin-right: 16px;
|
|
13405
13343
|
}
|
|
13406
13344
|
|
|
13407
|
-
|
|
13408
|
-
|
|
13345
|
+
.label {
|
|
13346
|
+
padding: 0;
|
|
13347
|
+
margin-bottom: 5px;
|
|
13409
13348
|
}
|
|
13410
13349
|
|
|
13411
|
-
&.
|
|
13412
|
-
|
|
13350
|
+
&.logger-input {
|
|
13351
|
+
flex-grow: 1.95;
|
|
13413
13352
|
}
|
|
13414
13353
|
}
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
width: 230px;
|
|
13419
|
-
font-size: 14px;
|
|
13420
|
-
font-weight: bold;
|
|
13421
|
-
margin-right: 15px;
|
|
13422
|
-
}
|
|
13423
|
-
|
|
13424
|
-
.ncl-icon-parameters {
|
|
13425
|
-
.duskThree(0.64);
|
|
13426
|
-
position: absolute;
|
|
13427
|
-
top: 9px;
|
|
13428
|
-
right: 9px;
|
|
13429
|
-
color: @color;
|
|
13430
|
-
font-size: 14px;
|
|
13431
|
-
}
|
|
13432
|
-
}
|
|
13433
|
-
|
|
13434
|
-
.expanded-body {
|
|
13435
|
-
font-size: 14px;
|
|
13436
|
-
color: @dusk-three;
|
|
13437
|
-
|
|
13438
|
-
.error {
|
|
13439
|
-
width: 71%;
|
|
13440
|
-
border-radius: 3px;
|
|
13441
|
-
background-color: #fbe5e8;
|
|
13442
|
-
border: solid 1px @darkish-pink;
|
|
13443
|
-
color: @darkish-pink;
|
|
13444
|
-
word-wrap: break-word;
|
|
13445
|
-
margin-left: 62px;
|
|
13446
|
-
padding: 12px;
|
|
13447
|
-
margin-bottom: 16px;
|
|
13448
|
-
}
|
|
13449
|
-
|
|
13450
|
-
.message {
|
|
13451
|
-
display: inline-block;
|
|
13452
|
-
width: 70%;
|
|
13453
|
-
word-wrap: break-word;
|
|
13454
|
-
margin: 0 0 16px 62px;
|
|
13455
|
-
}
|
|
13456
|
-
|
|
13457
|
-
.parameters {
|
|
13458
|
-
padding: 0 62px 16px;
|
|
13459
|
-
|
|
13460
|
-
.parameters-header {
|
|
13461
|
-
font-weight: bold;
|
|
13462
|
-
}
|
|
13463
|
-
|
|
13464
|
-
> div {
|
|
13465
|
-
display: flex;
|
|
13466
|
-
line-height: 2;
|
|
13467
|
-
|
|
13468
|
-
.labels {
|
|
13469
|
-
color: @greyish-purple;
|
|
13470
|
-
font-size: 14px;
|
|
13471
|
-
width: 30%;
|
|
13472
|
-
}
|
|
13473
|
-
|
|
13474
|
-
.values {
|
|
13475
|
-
color: @dusk-three;
|
|
13476
|
-
font-size: 14px;
|
|
13477
|
-
width: 70%;
|
|
13478
|
-
}
|
|
13479
|
-
}
|
|
13480
|
-
}
|
|
13481
|
-
}
|
|
13482
|
-
}
|
|
13483
|
-
|
|
13484
|
-
.no-logs {
|
|
13485
|
-
margin: 10px auto 0;
|
|
13486
|
-
font-size: 14px;
|
|
13487
|
-
color: @pale-grey;
|
|
13488
|
-
text-align: center;
|
|
13489
|
-
}
|
|
13490
|
-
}
|
|
13491
|
-
.ncl-test-events-navigation-tabs {
|
|
13492
|
-
display: flex;
|
|
13493
|
-
background: #f8f8fb;
|
|
13494
|
-
height: 40px;
|
|
13495
|
-
border-top: 1px solid @pale-grey;
|
|
13496
|
-
border-bottom: 1px solid @pale-grey;
|
|
13497
|
-
|
|
13498
|
-
.test-events-navigation-tab {
|
|
13499
|
-
.duskThree(0.64);
|
|
13500
|
-
position: relative;
|
|
13501
|
-
float: left;
|
|
13502
|
-
height: 27px;
|
|
13503
|
-
padding: 10px 40px 0;
|
|
13504
|
-
font-family: @font-family-sans-serif;
|
|
13505
|
-
color: @color;
|
|
13506
|
-
font-size: 13px;
|
|
13507
|
-
text-align: center;
|
|
13508
|
-
cursor: pointer;
|
|
13509
|
-
border-bottom: none;
|
|
13510
|
-
box-sizing: content-box;
|
|
13511
|
-
|
|
13512
|
-
&.active, &.active:hover {
|
|
13513
|
-
background: none;
|
|
13514
|
-
color: @dusk-three;
|
|
13515
|
-
border-bottom: 2px solid @dusk-three;
|
|
13516
|
-
font-weight: bold;
|
|
13517
|
-
|
|
13518
|
-
.badge {
|
|
13519
|
-
color: @white;
|
|
13520
|
-
background-color: @light-grey-blue;
|
|
13521
|
-
}
|
|
13522
|
-
}
|
|
13523
|
-
|
|
13524
|
-
.badge {
|
|
13525
|
-
display: inline-block;
|
|
13526
|
-
min-width: 22px;
|
|
13527
|
-
padding: 3px 7px;
|
|
13528
|
-
font-size: 12px;
|
|
13529
|
-
font-weight: 500;
|
|
13530
|
-
color: @greyish-purple;
|
|
13531
|
-
line-height: 1;
|
|
13532
|
-
vertical-align: middle;
|
|
13533
|
-
white-space: nowrap;
|
|
13534
|
-
text-align: center;
|
|
13535
|
-
background-color: @pale-grey;
|
|
13536
|
-
border-radius: 7.5px;
|
|
13537
|
-
margin-left: 7px;
|
|
13538
|
-
margin-top: -4px;
|
|
13539
|
-
}
|
|
13540
|
-
}
|
|
13541
|
-
|
|
13542
|
-
.default-dropdown {
|
|
13543
|
-
float: left;
|
|
13544
|
-
width: 105px;
|
|
13545
|
-
|
|
13546
|
-
.default-dropdown-field:not(:hover) {
|
|
13547
|
-
border-color: transparent;
|
|
13548
|
-
}
|
|
13549
|
-
|
|
13550
|
-
.default-dropdown-container {
|
|
13551
|
-
z-index: 3;
|
|
13552
|
-
}
|
|
13553
|
-
}
|
|
13554
|
-
}
|
|
13555
|
-
|
|
13556
|
-
@desktop: 1350px;
|
|
13557
|
-
@desktop-low: 1202px;
|
|
13558
|
-
@desktop-middle: 1550px;
|
|
13559
|
-
|
|
13560
|
-
.ncl-version-configuration-basic-settings {
|
|
13561
|
-
.row {
|
|
13562
|
-
display: flex;
|
|
13563
|
-
justify-content: space-between;
|
|
13564
|
-
|
|
13565
|
-
&:not(:last-child) {
|
|
13566
|
-
margin-bottom: 23px;
|
|
13567
|
-
}
|
|
13568
|
-
|
|
13569
|
-
&:last-child {
|
|
13570
|
-
margin-bottom: 4px;
|
|
13571
|
-
}
|
|
13572
|
-
|
|
13573
|
-
&.enable-checkbox {
|
|
13574
|
-
justify-content: flex-start;
|
|
13575
|
-
margin-bottom: 18px;
|
|
13576
|
-
}
|
|
13577
|
-
|
|
13578
|
-
> div {
|
|
13579
|
-
flex: 1;
|
|
13580
|
-
|
|
13581
|
-
&:not(:last-child) {
|
|
13582
|
-
margin-right: 46px;
|
|
13583
|
-
}
|
|
13584
|
-
|
|
13585
|
-
.label {
|
|
13586
|
-
padding: 0;
|
|
13587
|
-
margin-bottom: 5px;
|
|
13588
|
-
}
|
|
13589
|
-
|
|
13590
|
-
&.timeout-block {
|
|
13591
|
-
.label {
|
|
13592
|
-
margin-bottom: 3px;
|
|
13593
|
-
}
|
|
13594
|
-
|
|
13595
|
-
.timeout-values {
|
|
13596
|
-
margin-left: 27px;
|
|
13597
|
-
|
|
13598
|
-
.inputs {
|
|
13599
|
-
display: flex;
|
|
13600
|
-
align-items: center;
|
|
13601
|
-
|
|
13602
|
-
.values-label {
|
|
13603
|
-
.duskThree(0.9);
|
|
13604
|
-
margin: 0 17px 0 8px;
|
|
13605
|
-
font-size: 14px;
|
|
13606
|
-
font-weight: normal;
|
|
13607
|
-
font-style: normal;
|
|
13608
|
-
letter-spacing: normal;
|
|
13609
|
-
text-align: left;
|
|
13610
|
-
color: @color;
|
|
13611
|
-
}
|
|
13612
|
-
}
|
|
13613
|
-
}
|
|
13614
|
-
}
|
|
13615
|
-
}
|
|
13616
|
-
|
|
13617
|
-
.logger-block {
|
|
13618
|
-
display: flex;
|
|
13619
|
-
margin-top: 3px;
|
|
13620
|
-
|
|
13621
|
-
.logger-dropdown {
|
|
13622
|
-
.default-dropdown {
|
|
13623
|
-
position: relative;
|
|
13624
|
-
height: 36px;
|
|
13625
|
-
|
|
13626
|
-
.dropdown-overlap {
|
|
13627
|
-
z-index: 100;
|
|
13628
|
-
}
|
|
13629
|
-
}
|
|
13630
|
-
}
|
|
13631
|
-
|
|
13632
|
-
> div {
|
|
13633
|
-
flex: 1;
|
|
13634
|
-
|
|
13635
|
-
&:not(:last-child) {
|
|
13636
|
-
margin-right: 16px;
|
|
13637
|
-
}
|
|
13638
|
-
|
|
13639
|
-
.label {
|
|
13640
|
-
padding: 0;
|
|
13641
|
-
margin-bottom: 5px;
|
|
13642
|
-
}
|
|
13643
|
-
|
|
13644
|
-
&.logger-input {
|
|
13645
|
-
flex-grow: 1.95;
|
|
13646
|
-
}
|
|
13647
|
-
}
|
|
13648
|
-
}
|
|
13649
|
-
}
|
|
13650
|
-
}
|
|
13354
|
+
}
|
|
13355
|
+
}
|
|
13356
|
+
}
|
|
13651
13357
|
|
|
13652
13358
|
.ncl-version-configuration-build {
|
|
13653
13359
|
&.disabled {
|
|
@@ -14071,6 +13777,300 @@ ncl-navigation-tabs {
|
|
|
14071
13777
|
}
|
|
14072
13778
|
}
|
|
14073
13779
|
|
|
13780
|
+
.ncl-test-events-logs {
|
|
13781
|
+
padding: 6px 17px 25px;
|
|
13782
|
+
background-color: @white;
|
|
13783
|
+
|
|
13784
|
+
.functional-buttons {
|
|
13785
|
+
.duskThree(0.64);
|
|
13786
|
+
display: flex;
|
|
13787
|
+
justify-content: flex-end;
|
|
13788
|
+
color: @color;
|
|
13789
|
+
font-size: 16px;
|
|
13790
|
+
|
|
13791
|
+
> div {
|
|
13792
|
+
margin-right: 24px;
|
|
13793
|
+
|
|
13794
|
+
&:hover {
|
|
13795
|
+
color: @dusk-three;
|
|
13796
|
+
}
|
|
13797
|
+
}
|
|
13798
|
+
}
|
|
13799
|
+
|
|
13800
|
+
.collapsed-row {
|
|
13801
|
+
.black(0.2);
|
|
13802
|
+
display: flex;
|
|
13803
|
+
align-items: center;
|
|
13804
|
+
position: relative;
|
|
13805
|
+
height: 36px;
|
|
13806
|
+
background-color: @white;
|
|
13807
|
+
color: @dusk-three;
|
|
13808
|
+
box-shadow: 1.7px 1.1px 4px 0 @color;
|
|
13809
|
+
border: solid 1px @pale-grey;
|
|
13810
|
+
margin-bottom: 10px;
|
|
13811
|
+
|
|
13812
|
+
.igz-icon-right {
|
|
13813
|
+
.duskThree(0.64);
|
|
13814
|
+
font-size: 12px;
|
|
13815
|
+
color: @color;
|
|
13816
|
+
margin: 0 8px 0 12px;
|
|
13817
|
+
|
|
13818
|
+
&::before {
|
|
13819
|
+
vertical-align: text-bottom;
|
|
13820
|
+
}
|
|
13821
|
+
}
|
|
13822
|
+
|
|
13823
|
+
.level-icon {
|
|
13824
|
+
display: inline-block;
|
|
13825
|
+
margin-right: 8px;
|
|
13826
|
+
width: 20px;
|
|
13827
|
+
text-align: center;
|
|
13828
|
+
|
|
13829
|
+
&::before {
|
|
13830
|
+
font-size: 16px;
|
|
13831
|
+
vertical-align: text-bottom;
|
|
13832
|
+
}
|
|
13833
|
+
|
|
13834
|
+
&.ncl-icon-debug {
|
|
13835
|
+
color: @orangish;
|
|
13836
|
+
|
|
13837
|
+
&::before {
|
|
13838
|
+
font-size: 18px;
|
|
13839
|
+
}
|
|
13840
|
+
}
|
|
13841
|
+
|
|
13842
|
+
&.igz-icon-info-round {
|
|
13843
|
+
color: @orangish;
|
|
13844
|
+
}
|
|
13845
|
+
|
|
13846
|
+
&.igz-icon-warning {
|
|
13847
|
+
color: @orangish;
|
|
13848
|
+
}
|
|
13849
|
+
|
|
13850
|
+
&.igz-icon-cancel-path {
|
|
13851
|
+
color: @orangish;
|
|
13852
|
+
}
|
|
13853
|
+
}
|
|
13854
|
+
|
|
13855
|
+
.date {
|
|
13856
|
+
display: inline-block;
|
|
13857
|
+
width: 230px;
|
|
13858
|
+
font-size: 14px;
|
|
13859
|
+
font-weight: bold;
|
|
13860
|
+
margin-right: 15px;
|
|
13861
|
+
}
|
|
13862
|
+
|
|
13863
|
+
.message {
|
|
13864
|
+
display: inline-block;
|
|
13865
|
+
width: 200px;
|
|
13866
|
+
margin-right: 30px;
|
|
13867
|
+
}
|
|
13868
|
+
|
|
13869
|
+
.ncl-icon-parameters {
|
|
13870
|
+
.duskThree(0.64);
|
|
13871
|
+
color: @color;
|
|
13872
|
+
font-size: 14px;
|
|
13873
|
+
position: absolute;
|
|
13874
|
+
top: 9px;
|
|
13875
|
+
right: 9px;
|
|
13876
|
+
}
|
|
13877
|
+
}
|
|
13878
|
+
|
|
13879
|
+
.expanded-row {
|
|
13880
|
+
background-color: @white;
|
|
13881
|
+
color: @dusk-three;
|
|
13882
|
+
border: solid 1px @pale-grey;
|
|
13883
|
+
margin-bottom: 10px;
|
|
13884
|
+
|
|
13885
|
+
.header {
|
|
13886
|
+
position: relative;
|
|
13887
|
+
display: flex;
|
|
13888
|
+
align-items: center;
|
|
13889
|
+
height: 34px;
|
|
13890
|
+
|
|
13891
|
+
.igz-icon-down {
|
|
13892
|
+
.duskThree(0.64);
|
|
13893
|
+
font-size: 12px;
|
|
13894
|
+
color: @color;
|
|
13895
|
+
margin: 0 8px 0 12px;
|
|
13896
|
+
|
|
13897
|
+
&::before {
|
|
13898
|
+
vertical-align: text-bottom;
|
|
13899
|
+
}
|
|
13900
|
+
}
|
|
13901
|
+
|
|
13902
|
+
.level-icon {
|
|
13903
|
+
display: inline-block;
|
|
13904
|
+
margin-right: 8px;
|
|
13905
|
+
width: 20px;
|
|
13906
|
+
text-align: center;
|
|
13907
|
+
|
|
13908
|
+
&::before {
|
|
13909
|
+
font-size: 16px;
|
|
13910
|
+
vertical-align: text-bottom;
|
|
13911
|
+
}
|
|
13912
|
+
|
|
13913
|
+
&.ncl-icon-debug {
|
|
13914
|
+
color: @orangish;
|
|
13915
|
+
|
|
13916
|
+
&::before {
|
|
13917
|
+
font-size: 18px;
|
|
13918
|
+
}
|
|
13919
|
+
}
|
|
13920
|
+
|
|
13921
|
+
&.igz-icon-info-round {
|
|
13922
|
+
color: @orangish;
|
|
13923
|
+
}
|
|
13924
|
+
|
|
13925
|
+
&.igz-icon-warning {
|
|
13926
|
+
color: @orangish;
|
|
13927
|
+
}
|
|
13928
|
+
|
|
13929
|
+
&.igz-icon-cancel-path {
|
|
13930
|
+
color: @orangish;
|
|
13931
|
+
}
|
|
13932
|
+
}
|
|
13933
|
+
|
|
13934
|
+
.date {
|
|
13935
|
+
display: inline-block;
|
|
13936
|
+
width: 230px;
|
|
13937
|
+
font-size: 14px;
|
|
13938
|
+
font-weight: bold;
|
|
13939
|
+
margin-right: 15px;
|
|
13940
|
+
}
|
|
13941
|
+
|
|
13942
|
+
.ncl-icon-parameters {
|
|
13943
|
+
.duskThree(0.64);
|
|
13944
|
+
position: absolute;
|
|
13945
|
+
top: 9px;
|
|
13946
|
+
right: 9px;
|
|
13947
|
+
color: @color;
|
|
13948
|
+
font-size: 14px;
|
|
13949
|
+
}
|
|
13950
|
+
}
|
|
13951
|
+
|
|
13952
|
+
.expanded-body {
|
|
13953
|
+
font-size: 14px;
|
|
13954
|
+
color: @dusk-three;
|
|
13955
|
+
|
|
13956
|
+
.error {
|
|
13957
|
+
width: 71%;
|
|
13958
|
+
border-radius: 3px;
|
|
13959
|
+
background-color: #fbe5e8;
|
|
13960
|
+
border: solid 1px @darkish-pink;
|
|
13961
|
+
color: @darkish-pink;
|
|
13962
|
+
word-wrap: break-word;
|
|
13963
|
+
margin-left: 62px;
|
|
13964
|
+
padding: 12px;
|
|
13965
|
+
margin-bottom: 16px;
|
|
13966
|
+
}
|
|
13967
|
+
|
|
13968
|
+
.message {
|
|
13969
|
+
display: inline-block;
|
|
13970
|
+
width: 70%;
|
|
13971
|
+
word-wrap: break-word;
|
|
13972
|
+
margin: 0 0 16px 62px;
|
|
13973
|
+
}
|
|
13974
|
+
|
|
13975
|
+
.parameters {
|
|
13976
|
+
padding: 0 62px 16px;
|
|
13977
|
+
|
|
13978
|
+
.parameters-header {
|
|
13979
|
+
font-weight: bold;
|
|
13980
|
+
}
|
|
13981
|
+
|
|
13982
|
+
> div {
|
|
13983
|
+
display: flex;
|
|
13984
|
+
line-height: 2;
|
|
13985
|
+
|
|
13986
|
+
.labels {
|
|
13987
|
+
color: @greyish-purple;
|
|
13988
|
+
font-size: 14px;
|
|
13989
|
+
width: 30%;
|
|
13990
|
+
}
|
|
13991
|
+
|
|
13992
|
+
.values {
|
|
13993
|
+
color: @dusk-three;
|
|
13994
|
+
font-size: 14px;
|
|
13995
|
+
width: 70%;
|
|
13996
|
+
}
|
|
13997
|
+
}
|
|
13998
|
+
}
|
|
13999
|
+
}
|
|
14000
|
+
}
|
|
14001
|
+
|
|
14002
|
+
.no-logs {
|
|
14003
|
+
margin: 10px auto 0;
|
|
14004
|
+
font-size: 14px;
|
|
14005
|
+
color: @pale-grey;
|
|
14006
|
+
text-align: center;
|
|
14007
|
+
}
|
|
14008
|
+
}
|
|
14009
|
+
.ncl-test-events-navigation-tabs {
|
|
14010
|
+
display: flex;
|
|
14011
|
+
background: #f8f8fb;
|
|
14012
|
+
height: 40px;
|
|
14013
|
+
border-top: 1px solid @pale-grey;
|
|
14014
|
+
border-bottom: 1px solid @pale-grey;
|
|
14015
|
+
|
|
14016
|
+
.test-events-navigation-tab {
|
|
14017
|
+
.duskThree(0.64);
|
|
14018
|
+
position: relative;
|
|
14019
|
+
float: left;
|
|
14020
|
+
height: 27px;
|
|
14021
|
+
padding: 10px 40px 0;
|
|
14022
|
+
font-family: @font-family-sans-serif;
|
|
14023
|
+
color: @color;
|
|
14024
|
+
font-size: 13px;
|
|
14025
|
+
text-align: center;
|
|
14026
|
+
cursor: pointer;
|
|
14027
|
+
border-bottom: none;
|
|
14028
|
+
box-sizing: content-box;
|
|
14029
|
+
|
|
14030
|
+
&.active, &.active:hover {
|
|
14031
|
+
background: none;
|
|
14032
|
+
color: @dusk-three;
|
|
14033
|
+
border-bottom: 2px solid @dusk-three;
|
|
14034
|
+
font-weight: bold;
|
|
14035
|
+
|
|
14036
|
+
.badge {
|
|
14037
|
+
color: @white;
|
|
14038
|
+
background-color: @light-grey-blue;
|
|
14039
|
+
}
|
|
14040
|
+
}
|
|
14041
|
+
|
|
14042
|
+
.badge {
|
|
14043
|
+
display: inline-block;
|
|
14044
|
+
min-width: 22px;
|
|
14045
|
+
padding: 3px 7px;
|
|
14046
|
+
font-size: 12px;
|
|
14047
|
+
font-weight: 500;
|
|
14048
|
+
color: @greyish-purple;
|
|
14049
|
+
line-height: 1;
|
|
14050
|
+
vertical-align: middle;
|
|
14051
|
+
white-space: nowrap;
|
|
14052
|
+
text-align: center;
|
|
14053
|
+
background-color: @pale-grey;
|
|
14054
|
+
border-radius: 7.5px;
|
|
14055
|
+
margin-left: 7px;
|
|
14056
|
+
margin-top: -4px;
|
|
14057
|
+
}
|
|
14058
|
+
}
|
|
14059
|
+
|
|
14060
|
+
.default-dropdown {
|
|
14061
|
+
float: left;
|
|
14062
|
+
width: 105px;
|
|
14063
|
+
|
|
14064
|
+
.default-dropdown-field:not(:hover) {
|
|
14065
|
+
border-color: transparent;
|
|
14066
|
+
}
|
|
14067
|
+
|
|
14068
|
+
.default-dropdown-container {
|
|
14069
|
+
z-index: 3;
|
|
14070
|
+
}
|
|
14071
|
+
}
|
|
14072
|
+
}
|
|
14073
|
+
|
|
14074
14074
|
.version-configuration-build-dialog-wrapper {
|
|
14075
14075
|
font-family: Roboto;
|
|
14076
14076
|
|