iguazio.dashboard-controls 1.3.0 → 1.3.1
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/js/iguazio.dashboard-controls.js +4870 -4871
- package/dist/less/iguazio.dashboard-controls.less +1803 -1803
- package/package.json +1 -1
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +0 -6
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +0 -6
- package/src/nuclio/functions/functions.component.js +20 -5
|
@@ -5531,41 +5531,41 @@ yx-axis
|
|
|
5531
5531
|
|
|
5532
5532
|
/* ---------------------------------------- */
|
|
5533
5533
|
|
|
5534
|
-
.action-checkbox {
|
|
5535
|
-
.action-checkbox-color-set();
|
|
5534
|
+
.action-checkbox-all {
|
|
5535
|
+
.action-checkbox-all-color-set();
|
|
5536
5536
|
|
|
5537
|
-
line-height: 16px;
|
|
5538
5537
|
text-align: center;
|
|
5539
5538
|
|
|
5540
5539
|
.check-item {
|
|
5541
|
-
font-size: 16px;
|
|
5542
5540
|
cursor: pointer;
|
|
5541
|
+
color: @check-item-color;
|
|
5542
|
+
font-size: 16px;
|
|
5543
5543
|
line-height: 1;
|
|
5544
5544
|
vertical-align: middle;
|
|
5545
5545
|
|
|
5546
|
-
&.igz-icon-checkbox-unchecked {
|
|
5547
|
-
color: @icon-checkbox-unchecked;
|
|
5548
|
-
}
|
|
5549
|
-
|
|
5550
5546
|
&.igz-icon-checkbox-checked {
|
|
5551
|
-
color: @icon-checkbox-checked;
|
|
5547
|
+
color: @check-item-icon-checkbox-checked-color;
|
|
5552
5548
|
}
|
|
5553
5549
|
}
|
|
5554
5550
|
}
|
|
5555
|
-
.action-checkbox
|
|
5556
|
-
.action-checkbox-
|
|
5551
|
+
.action-checkbox {
|
|
5552
|
+
.action-checkbox-color-set();
|
|
5557
5553
|
|
|
5554
|
+
line-height: 16px;
|
|
5558
5555
|
text-align: center;
|
|
5559
5556
|
|
|
5560
5557
|
.check-item {
|
|
5561
|
-
cursor: pointer;
|
|
5562
|
-
color: @check-item-color;
|
|
5563
5558
|
font-size: 16px;
|
|
5559
|
+
cursor: pointer;
|
|
5564
5560
|
line-height: 1;
|
|
5565
5561
|
vertical-align: middle;
|
|
5566
5562
|
|
|
5563
|
+
&.igz-icon-checkbox-unchecked {
|
|
5564
|
+
color: @icon-checkbox-unchecked;
|
|
5565
|
+
}
|
|
5566
|
+
|
|
5567
5567
|
&.igz-icon-checkbox-checked {
|
|
5568
|
-
color: @
|
|
5568
|
+
color: @icon-checkbox-checked;
|
|
5569
5569
|
}
|
|
5570
5570
|
}
|
|
5571
5571
|
}
|
|
@@ -6971,6 +6971,37 @@ yx-axis
|
|
|
6971
6971
|
}
|
|
6972
6972
|
}
|
|
6973
6973
|
|
|
6974
|
+
.control-panel-log-row {
|
|
6975
|
+
.control-panel-log-table-row-color-set();
|
|
6976
|
+
|
|
6977
|
+
.log-entry {
|
|
6978
|
+
.log-entry-time {
|
|
6979
|
+
color: @log-entry-time-color;
|
|
6980
|
+
}
|
|
6981
|
+
|
|
6982
|
+
.log-entry-level-debug {
|
|
6983
|
+
color: @log-entry-level-debug-color;
|
|
6984
|
+
}
|
|
6985
|
+
|
|
6986
|
+
.log-entry-level-info {
|
|
6987
|
+
color: @log-entry-level-info-color;
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6990
|
+
.log-entry-level-warn, .log-entry-level-warning {
|
|
6991
|
+
color: @log-entry-level-warn-color;
|
|
6992
|
+
}
|
|
6993
|
+
|
|
6994
|
+
.log-entry-level-error {
|
|
6995
|
+
color: @log-entry-level-error-color;
|
|
6996
|
+
}
|
|
6997
|
+
|
|
6998
|
+
.log-entry-message {
|
|
6999
|
+
line-break: anywhere;
|
|
7000
|
+
font-weight: 600;
|
|
7001
|
+
}
|
|
7002
|
+
}
|
|
7003
|
+
}
|
|
7004
|
+
|
|
6974
7005
|
.more-info-wrapper {
|
|
6975
7006
|
.more-info-color-set();
|
|
6976
7007
|
|
|
@@ -7130,37 +7161,6 @@ yx-axis
|
|
|
7130
7161
|
}
|
|
7131
7162
|
}
|
|
7132
7163
|
|
|
7133
|
-
.control-panel-log-row {
|
|
7134
|
-
.control-panel-log-table-row-color-set();
|
|
7135
|
-
|
|
7136
|
-
.log-entry {
|
|
7137
|
-
.log-entry-time {
|
|
7138
|
-
color: @log-entry-time-color;
|
|
7139
|
-
}
|
|
7140
|
-
|
|
7141
|
-
.log-entry-level-debug {
|
|
7142
|
-
color: @log-entry-level-debug-color;
|
|
7143
|
-
}
|
|
7144
|
-
|
|
7145
|
-
.log-entry-level-info {
|
|
7146
|
-
color: @log-entry-level-info-color;
|
|
7147
|
-
}
|
|
7148
|
-
|
|
7149
|
-
.log-entry-level-warn, .log-entry-level-warning {
|
|
7150
|
-
color: @log-entry-level-warn-color;
|
|
7151
|
-
}
|
|
7152
|
-
|
|
7153
|
-
.log-entry-level-error {
|
|
7154
|
-
color: @log-entry-level-error-color;
|
|
7155
|
-
}
|
|
7156
|
-
|
|
7157
|
-
.log-entry-message {
|
|
7158
|
-
line-break: anywhere;
|
|
7159
|
-
font-weight: 600;
|
|
7160
|
-
}
|
|
7161
|
-
}
|
|
7162
|
-
}
|
|
7163
|
-
|
|
7164
7164
|
.igz-multiple-checkboxes {
|
|
7165
7165
|
.multiple-checkboxes-color-set();
|
|
7166
7166
|
|
|
@@ -7549,154 +7549,6 @@ yx-axis
|
|
|
7549
7549
|
}
|
|
7550
7550
|
}
|
|
7551
7551
|
|
|
7552
|
-
.igz-pagination {
|
|
7553
|
-
.pagination-color-set();
|
|
7554
|
-
|
|
7555
|
-
float: right;
|
|
7556
|
-
padding: 24px 36px 5px 30px;
|
|
7557
|
-
|
|
7558
|
-
> div {
|
|
7559
|
-
vertical-align: top;
|
|
7560
|
-
}
|
|
7561
|
-
|
|
7562
|
-
.rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
|
|
7563
|
-
display: inline-block;
|
|
7564
|
-
vertical-align: baseline;
|
|
7565
|
-
}
|
|
7566
|
-
|
|
7567
|
-
.rows-title {
|
|
7568
|
-
font-size: 13px;
|
|
7569
|
-
color: @rows-title-color;
|
|
7570
|
-
font-family: @font-family-sans-serif;
|
|
7571
|
-
}
|
|
7572
|
-
|
|
7573
|
-
.per-page {
|
|
7574
|
-
width: 66px;
|
|
7575
|
-
|
|
7576
|
-
.default-dropdown-field {
|
|
7577
|
-
background: none;
|
|
7578
|
-
border: none;
|
|
7579
|
-
box-shadow: none;
|
|
7580
|
-
font-size: 14px;
|
|
7581
|
-
height: 36px;
|
|
7582
|
-
|
|
7583
|
-
.dropdown-selected-item {
|
|
7584
|
-
font-size: 14px;
|
|
7585
|
-
}
|
|
7586
|
-
|
|
7587
|
-
.dropdown-arrow {
|
|
7588
|
-
margin-top: 5px;
|
|
7589
|
-
|
|
7590
|
-
span {
|
|
7591
|
-
font-size: 12px;
|
|
7592
|
-
}
|
|
7593
|
-
}
|
|
7594
|
-
|
|
7595
|
-
.dropdown-arrow {
|
|
7596
|
-
border: none;
|
|
7597
|
-
|
|
7598
|
-
&:hover, &:active {
|
|
7599
|
-
border: none;
|
|
7600
|
-
background: none;
|
|
7601
|
-
box-shadow: none;
|
|
7602
|
-
}
|
|
7603
|
-
}
|
|
7604
|
-
|
|
7605
|
-
&:focus {
|
|
7606
|
-
.dropdown-selected-item {
|
|
7607
|
-
border: none;
|
|
7608
|
-
}
|
|
7609
|
-
}
|
|
7610
|
-
}
|
|
7611
|
-
|
|
7612
|
-
.default-dropdown-container {
|
|
7613
|
-
width: 66px;
|
|
7614
|
-
|
|
7615
|
-
.list-item {
|
|
7616
|
-
padding-left: 15px;
|
|
7617
|
-
|
|
7618
|
-
.list-item-label {
|
|
7619
|
-
margin-right: 10px;
|
|
7620
|
-
}
|
|
7621
|
-
}
|
|
7622
|
-
}
|
|
7623
|
-
}
|
|
7624
|
-
|
|
7625
|
-
.jump-to-page {
|
|
7626
|
-
margin-left: 7px;
|
|
7627
|
-
|
|
7628
|
-
& > div, .jump-to-page-input {
|
|
7629
|
-
display: inline-block;
|
|
7630
|
-
vertical-align: baseline;
|
|
7631
|
-
}
|
|
7632
|
-
|
|
7633
|
-
.to-page-prev, .to-page-next {
|
|
7634
|
-
width: 41px;
|
|
7635
|
-
line-height: 34px;
|
|
7636
|
-
height: 36px;
|
|
7637
|
-
vertical-align: top;
|
|
7638
|
-
position: relative;
|
|
7639
|
-
|
|
7640
|
-
&:not(:active) {
|
|
7641
|
-
background-color: transparent;
|
|
7642
|
-
}
|
|
7643
|
-
|
|
7644
|
-
&:not(:hover):not(:active):not(:disabled):not(.disabled) {
|
|
7645
|
-
color: @page-prev-next-color;
|
|
7646
|
-
}
|
|
7647
|
-
|
|
7648
|
-
&:before {
|
|
7649
|
-
line-height: 34px;
|
|
7650
|
-
}
|
|
7651
|
-
}
|
|
7652
|
-
|
|
7653
|
-
.to-page-prev {
|
|
7654
|
-
border-radius: 2px 0 0 2px;
|
|
7655
|
-
|
|
7656
|
-
&::before {
|
|
7657
|
-
margin-left: -2px;
|
|
7658
|
-
}
|
|
7659
|
-
}
|
|
7660
|
-
|
|
7661
|
-
.to-page-next {
|
|
7662
|
-
border-radius: 0 2px 2px 0;
|
|
7663
|
-
}
|
|
7664
|
-
|
|
7665
|
-
.title {
|
|
7666
|
-
margin: 0 0 0 14px;
|
|
7667
|
-
}
|
|
7668
|
-
|
|
7669
|
-
.page-number {
|
|
7670
|
-
min-width: 30px;
|
|
7671
|
-
height: 36px;
|
|
7672
|
-
line-height: 36px;
|
|
7673
|
-
text-align: center;
|
|
7674
|
-
}
|
|
7675
|
-
|
|
7676
|
-
.validating-input-field {
|
|
7677
|
-
background-color: @input-field-bg-color;
|
|
7678
|
-
|
|
7679
|
-
.input-field {
|
|
7680
|
-
width: 43px;
|
|
7681
|
-
height: 36px;
|
|
7682
|
-
border-radius: 0;
|
|
7683
|
-
box-shadow: @input-field-box-shadow;
|
|
7684
|
-
border: 1px solid @input-field-border-color;
|
|
7685
|
-
border-left: 0 none transparent;
|
|
7686
|
-
border-right: 0 none transparent;
|
|
7687
|
-
font-family: @font-family-sans-serif;
|
|
7688
|
-
font-size: 14px;
|
|
7689
|
-
font-weight: 500;
|
|
7690
|
-
color: @input-field-color;
|
|
7691
|
-
text-align: center;
|
|
7692
|
-
|
|
7693
|
-
&:hover {
|
|
7694
|
-
border: @input-field-hover-border;
|
|
7695
|
-
}
|
|
7696
|
-
}
|
|
7697
|
-
}
|
|
7698
|
-
}
|
|
7699
|
-
}
|
|
7700
7552
|
.search-input {
|
|
7701
7553
|
.search-input-color-set();
|
|
7702
7554
|
|
|
@@ -7884,97 +7736,154 @@ yx-axis
|
|
|
7884
7736
|
}
|
|
7885
7737
|
}
|
|
7886
7738
|
}
|
|
7887
|
-
.igz-
|
|
7888
|
-
.
|
|
7739
|
+
.igz-pagination {
|
|
7740
|
+
.pagination-color-set();
|
|
7889
7741
|
|
|
7890
|
-
|
|
7891
|
-
|
|
7892
|
-
justify-content: space-between;
|
|
7893
|
-
min-height: 40px;
|
|
7742
|
+
float: right;
|
|
7743
|
+
padding: 24px 36px 5px 30px;
|
|
7894
7744
|
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
display: inline-block;
|
|
7898
|
-
vertical-align: middle;
|
|
7745
|
+
> div {
|
|
7746
|
+
vertical-align: top;
|
|
7899
7747
|
}
|
|
7900
7748
|
|
|
7901
|
-
.
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7749
|
+
.rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
|
|
7750
|
+
display: inline-block;
|
|
7751
|
+
vertical-align: baseline;
|
|
7752
|
+
}
|
|
7905
7753
|
|
|
7906
|
-
|
|
7907
|
-
|
|
7754
|
+
.rows-title {
|
|
7755
|
+
font-size: 13px;
|
|
7756
|
+
color: @rows-title-color;
|
|
7757
|
+
font-family: @font-family-sans-serif;
|
|
7758
|
+
}
|
|
7759
|
+
|
|
7760
|
+
.per-page {
|
|
7761
|
+
width: 66px;
|
|
7762
|
+
|
|
7763
|
+
.default-dropdown-field {
|
|
7764
|
+
background: none;
|
|
7765
|
+
border: none;
|
|
7766
|
+
box-shadow: none;
|
|
7767
|
+
font-size: 14px;
|
|
7768
|
+
height: 36px;
|
|
7769
|
+
|
|
7770
|
+
.dropdown-selected-item {
|
|
7771
|
+
font-size: 14px;
|
|
7772
|
+
}
|
|
7773
|
+
|
|
7774
|
+
.dropdown-arrow {
|
|
7775
|
+
margin-top: 5px;
|
|
7776
|
+
|
|
7777
|
+
span {
|
|
7778
|
+
font-size: 12px;
|
|
7779
|
+
}
|
|
7780
|
+
}
|
|
7781
|
+
|
|
7782
|
+
.dropdown-arrow {
|
|
7783
|
+
border: none;
|
|
7784
|
+
|
|
7785
|
+
&:hover, &:active {
|
|
7786
|
+
border: none;
|
|
7787
|
+
background: none;
|
|
7788
|
+
box-shadow: none;
|
|
7789
|
+
}
|
|
7790
|
+
}
|
|
7791
|
+
|
|
7792
|
+
&:focus {
|
|
7793
|
+
.dropdown-selected-item {
|
|
7794
|
+
border: none;
|
|
7795
|
+
}
|
|
7796
|
+
}
|
|
7908
7797
|
}
|
|
7909
7798
|
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7799
|
+
.default-dropdown-container {
|
|
7800
|
+
width: 66px;
|
|
7801
|
+
|
|
7802
|
+
.list-item {
|
|
7803
|
+
padding-left: 15px;
|
|
7804
|
+
|
|
7805
|
+
.list-item-label {
|
|
7806
|
+
margin-right: 10px;
|
|
7807
|
+
}
|
|
7808
|
+
}
|
|
7913
7809
|
}
|
|
7810
|
+
}
|
|
7914
7811
|
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
|
|
7812
|
+
.jump-to-page {
|
|
7813
|
+
margin-left: 7px;
|
|
7814
|
+
|
|
7815
|
+
& > div, .jump-to-page-input {
|
|
7816
|
+
display: inline-block;
|
|
7817
|
+
vertical-align: baseline;
|
|
7918
7818
|
}
|
|
7919
7819
|
|
|
7920
|
-
|
|
7921
|
-
|
|
7922
|
-
|
|
7820
|
+
.to-page-prev, .to-page-next {
|
|
7821
|
+
width: 41px;
|
|
7822
|
+
line-height: 34px;
|
|
7823
|
+
height: 36px;
|
|
7824
|
+
vertical-align: top;
|
|
7825
|
+
position: relative;
|
|
7826
|
+
|
|
7827
|
+
&:not(:active) {
|
|
7828
|
+
background-color: transparent;
|
|
7829
|
+
}
|
|
7830
|
+
|
|
7831
|
+
&:not(:hover):not(:active):not(:disabled):not(.disabled) {
|
|
7832
|
+
color: @page-prev-next-color;
|
|
7833
|
+
}
|
|
7834
|
+
|
|
7835
|
+
&:before {
|
|
7836
|
+
line-height: 34px;
|
|
7837
|
+
}
|
|
7923
7838
|
}
|
|
7924
|
-
}
|
|
7925
7839
|
|
|
7926
|
-
|
|
7927
|
-
|
|
7928
|
-
font-size: 12px;
|
|
7840
|
+
.to-page-prev {
|
|
7841
|
+
border-radius: 2px 0 0 2px;
|
|
7929
7842
|
|
|
7930
|
-
|
|
7931
|
-
|
|
7932
|
-
|
|
7933
|
-
padding: 0 4px 0 4px;
|
|
7843
|
+
&::before {
|
|
7844
|
+
margin-left: -2px;
|
|
7845
|
+
}
|
|
7934
7846
|
}
|
|
7935
7847
|
|
|
7936
|
-
.
|
|
7937
|
-
|
|
7938
|
-
font-size: 10px;
|
|
7848
|
+
.to-page-next {
|
|
7849
|
+
border-radius: 0 2px 2px 0;
|
|
7939
7850
|
}
|
|
7940
|
-
}
|
|
7941
7851
|
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
|
|
7852
|
+
.title {
|
|
7853
|
+
margin: 0 0 0 14px;
|
|
7854
|
+
}
|
|
7945
7855
|
|
|
7946
|
-
|
|
7947
|
-
|
|
7856
|
+
.page-number {
|
|
7857
|
+
min-width: 30px;
|
|
7858
|
+
height: 36px;
|
|
7859
|
+
line-height: 36px;
|
|
7860
|
+
text-align: center;
|
|
7861
|
+
}
|
|
7948
7862
|
|
|
7949
|
-
|
|
7950
|
-
|
|
7863
|
+
.validating-input-field {
|
|
7864
|
+
background-color: @input-field-bg-color;
|
|
7951
7865
|
|
|
7952
|
-
|
|
7953
|
-
|
|
7954
|
-
|
|
7955
|
-
|
|
7956
|
-
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7866
|
+
.input-field {
|
|
7867
|
+
width: 43px;
|
|
7868
|
+
height: 36px;
|
|
7869
|
+
border-radius: 0;
|
|
7870
|
+
box-shadow: @input-field-box-shadow;
|
|
7871
|
+
border: 1px solid @input-field-border-color;
|
|
7872
|
+
border-left: 0 none transparent;
|
|
7873
|
+
border-right: 0 none transparent;
|
|
7874
|
+
font-family: @font-family-sans-serif;
|
|
7875
|
+
font-size: 14px;
|
|
7876
|
+
font-weight: 500;
|
|
7877
|
+
color: @input-field-color;
|
|
7878
|
+
text-align: center;
|
|
7960
7879
|
|
|
7961
|
-
|
|
7962
|
-
|
|
7963
|
-
margin-bottom: 5px;
|
|
7964
|
-
line-height: 1.1;
|
|
7965
|
-
text-align: center;
|
|
7880
|
+
&:hover {
|
|
7881
|
+
border: @input-field-hover-border;
|
|
7966
7882
|
}
|
|
7967
7883
|
}
|
|
7968
7884
|
}
|
|
7969
7885
|
}
|
|
7970
|
-
|
|
7971
|
-
.igz-highcharts-wrapper {
|
|
7972
|
-
height: 40px;
|
|
7973
|
-
position: relative;
|
|
7974
|
-
width: 100%;
|
|
7975
|
-
}
|
|
7976
7886
|
}
|
|
7977
|
-
|
|
7978
7887
|
.igz-slider-input-block {
|
|
7979
7888
|
.igz-slider-input-block-color-set();
|
|
7980
7889
|
|
|
@@ -8104,80 +8013,171 @@ yx-axis
|
|
|
8104
8013
|
}
|
|
8105
8014
|
}
|
|
8106
8015
|
|
|
8107
|
-
.
|
|
8108
|
-
.
|
|
8109
|
-
|
|
8110
|
-
position: absolute;
|
|
8111
|
-
z-index: 996;
|
|
8112
|
-
width: 100%;
|
|
8113
|
-
height: 100%;
|
|
8114
|
-
background-color: @splash-screen-bg-color;
|
|
8115
|
-
transform-style: preserve-3d;
|
|
8016
|
+
.igz-size {
|
|
8017
|
+
.size-color-set();
|
|
8116
8018
|
|
|
8117
|
-
|
|
8118
|
-
|
|
8019
|
+
align-items: center;
|
|
8020
|
+
display: flex;
|
|
8021
|
+
justify-content: space-between;
|
|
8022
|
+
min-height: 40px;
|
|
8119
8023
|
|
|
8120
|
-
|
|
8121
|
-
|
|
8024
|
+
&:after {
|
|
8025
|
+
content: ' ';
|
|
8026
|
+
display: inline-block;
|
|
8027
|
+
vertical-align: middle;
|
|
8122
8028
|
}
|
|
8123
8029
|
|
|
8124
|
-
.
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
transform: translate(-50%, -50%);
|
|
8129
|
-
color: @loading-splash-screen-color;
|
|
8130
|
-
font-size: 20px;
|
|
8131
|
-
text-align: center;
|
|
8132
|
-
font-weight: 500;
|
|
8133
|
-
width: 217px;
|
|
8134
|
-
border-radius: 6px;
|
|
8135
|
-
background-image: @loading-splash-screen-bg-image;
|
|
8136
|
-
padding: 49px 0;
|
|
8137
|
-
|
|
8138
|
-
.splash-logo-wrapper {
|
|
8139
|
-
position: relative;
|
|
8140
|
-
text-align: center;
|
|
8030
|
+
.size-value {
|
|
8031
|
+
line-height: 1;
|
|
8032
|
+
flex: 0 0 100px;
|
|
8033
|
+
min-width: 100px;
|
|
8141
8034
|
|
|
8142
|
-
|
|
8143
|
-
|
|
8144
|
-
height: 60px;
|
|
8145
|
-
}
|
|
8035
|
+
> span {
|
|
8036
|
+
line-height: 25px;
|
|
8146
8037
|
}
|
|
8147
8038
|
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
font-size: 20px;
|
|
8152
|
-
color: @loading-splash-screen-text-color;
|
|
8039
|
+
&.short {
|
|
8040
|
+
flex: 0 0 75px;
|
|
8041
|
+
min-width: 75px;
|
|
8153
8042
|
}
|
|
8154
|
-
}
|
|
8155
8043
|
|
|
8156
|
-
|
|
8157
|
-
|
|
8158
|
-
|
|
8159
|
-
|
|
8160
|
-
transform: translate(-50%, -50%);
|
|
8161
|
-
color: @alert-splash-screen-color;
|
|
8162
|
-
font-size: 20px;
|
|
8163
|
-
font-weight: 500;
|
|
8164
|
-
width: 504px;
|
|
8165
|
-
border-radius: 6px;
|
|
8166
|
-
background-image: @alert-splash-screen-bg-image;
|
|
8167
|
-
box-shadow: none;
|
|
8168
|
-
padding: 0 0 49px;
|
|
8044
|
+
&.shorten {
|
|
8045
|
+
flex: 0 0 60px;
|
|
8046
|
+
min-width: 60px;
|
|
8047
|
+
}
|
|
8169
8048
|
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
height: 59px;
|
|
8174
|
-
background-size: contain;
|
|
8049
|
+
&.shortest {
|
|
8050
|
+
flex: 0 0 40px;
|
|
8051
|
+
min-width: 40px;
|
|
8175
8052
|
}
|
|
8053
|
+
}
|
|
8176
8054
|
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8180
|
-
|
|
8055
|
+
.size-reserved {
|
|
8056
|
+
color: @size-reserved-color;
|
|
8057
|
+
font-size: 12px;
|
|
8058
|
+
|
|
8059
|
+
.icon-font-arrow-right:before {
|
|
8060
|
+
color: @size-reserved-arrow-right-before-color;
|
|
8061
|
+
font-size: 10px;
|
|
8062
|
+
padding: 0 4px 0 4px;
|
|
8063
|
+
}
|
|
8064
|
+
|
|
8065
|
+
.icon-font-infinity:before {
|
|
8066
|
+
color: @size-reserved-infinity-before-color;
|
|
8067
|
+
font-size: 10px;
|
|
8068
|
+
}
|
|
8069
|
+
}
|
|
8070
|
+
|
|
8071
|
+
.size-chart {
|
|
8072
|
+
flex: 1 1 auto;
|
|
8073
|
+
min-width: 0;
|
|
8074
|
+
|
|
8075
|
+
div.highcharts-tooltip {
|
|
8076
|
+
position: fixed !important;
|
|
8077
|
+
|
|
8078
|
+
.igz-tooltip-wrapper {
|
|
8079
|
+
color: @size-chart-tooltip-wrapper-color;
|
|
8080
|
+
|
|
8081
|
+
&.used-capacity-tooltip-wrapper {
|
|
8082
|
+
.igz-row {
|
|
8083
|
+
.tooltip-label,
|
|
8084
|
+
.tooltip-value {
|
|
8085
|
+
text-overflow: unset;
|
|
8086
|
+
}
|
|
8087
|
+
}
|
|
8088
|
+
}
|
|
8089
|
+
|
|
8090
|
+
.tooltip-header {
|
|
8091
|
+
padding-bottom: 6px;
|
|
8092
|
+
margin-bottom: 5px;
|
|
8093
|
+
line-height: 1.1;
|
|
8094
|
+
text-align: center;
|
|
8095
|
+
}
|
|
8096
|
+
}
|
|
8097
|
+
}
|
|
8098
|
+
}
|
|
8099
|
+
|
|
8100
|
+
.igz-highcharts-wrapper {
|
|
8101
|
+
height: 40px;
|
|
8102
|
+
position: relative;
|
|
8103
|
+
width: 100%;
|
|
8104
|
+
}
|
|
8105
|
+
}
|
|
8106
|
+
|
|
8107
|
+
.splash-screen {
|
|
8108
|
+
.splash-screen-color-set();
|
|
8109
|
+
|
|
8110
|
+
position: absolute;
|
|
8111
|
+
z-index: 996;
|
|
8112
|
+
width: 100%;
|
|
8113
|
+
height: 100%;
|
|
8114
|
+
background-color: @splash-screen-bg-color;
|
|
8115
|
+
transform-style: preserve-3d;
|
|
8116
|
+
|
|
8117
|
+
// ngAnimate appearance for show/hide
|
|
8118
|
+
transition: opacity linear .25s 0s;
|
|
8119
|
+
|
|
8120
|
+
&.ng-hide-remove {
|
|
8121
|
+
opacity: 0;
|
|
8122
|
+
}
|
|
8123
|
+
|
|
8124
|
+
.loading-splash-screen {
|
|
8125
|
+
position: absolute;
|
|
8126
|
+
top: 50%;
|
|
8127
|
+
left: 50%;
|
|
8128
|
+
transform: translate(-50%, -50%);
|
|
8129
|
+
color: @loading-splash-screen-color;
|
|
8130
|
+
font-size: 20px;
|
|
8131
|
+
text-align: center;
|
|
8132
|
+
font-weight: 500;
|
|
8133
|
+
width: 217px;
|
|
8134
|
+
border-radius: 6px;
|
|
8135
|
+
background-image: @loading-splash-screen-bg-image;
|
|
8136
|
+
padding: 49px 0;
|
|
8137
|
+
|
|
8138
|
+
.splash-logo-wrapper {
|
|
8139
|
+
position: relative;
|
|
8140
|
+
text-align: center;
|
|
8141
|
+
|
|
8142
|
+
.loader-fading-circle {
|
|
8143
|
+
width: 60px;
|
|
8144
|
+
height: 60px;
|
|
8145
|
+
}
|
|
8146
|
+
}
|
|
8147
|
+
|
|
8148
|
+
.loading-text {
|
|
8149
|
+
padding: 31px 0 0 12px;
|
|
8150
|
+
font-family: @font-family-sans-serif;
|
|
8151
|
+
font-size: 20px;
|
|
8152
|
+
color: @loading-splash-screen-text-color;
|
|
8153
|
+
}
|
|
8154
|
+
}
|
|
8155
|
+
|
|
8156
|
+
.alert-splash-screen {
|
|
8157
|
+
position: absolute;
|
|
8158
|
+
top: 50%;
|
|
8159
|
+
left: 50%;
|
|
8160
|
+
transform: translate(-50%, -50%);
|
|
8161
|
+
color: @alert-splash-screen-color;
|
|
8162
|
+
font-size: 20px;
|
|
8163
|
+
font-weight: 500;
|
|
8164
|
+
width: 504px;
|
|
8165
|
+
border-radius: 6px;
|
|
8166
|
+
background-image: @alert-splash-screen-bg-image;
|
|
8167
|
+
box-shadow: none;
|
|
8168
|
+
padding: 0 0 49px;
|
|
8169
|
+
|
|
8170
|
+
.header {
|
|
8171
|
+
background: url('/assets/images/oops.png') no-repeat center;
|
|
8172
|
+
margin: 47px 0 24px;
|
|
8173
|
+
height: 59px;
|
|
8174
|
+
background-size: contain;
|
|
8175
|
+
}
|
|
8176
|
+
|
|
8177
|
+
.notification-text {
|
|
8178
|
+
color: @alert-splash-screen-notification-text-color;
|
|
8179
|
+
padding: 0 60px;
|
|
8180
|
+
text-align: center;
|
|
8181
8181
|
margin: 0 0 36px;
|
|
8182
8182
|
line-height: 1.5;
|
|
8183
8183
|
}
|
|
@@ -8689,374 +8689,70 @@ form.ng-submitted .validating-input-field {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
}
|
|
8691
8691
|
|
|
8692
|
-
.
|
|
8693
|
-
.
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
}
|
|
8698
|
-
.ncl-primary-button {
|
|
8699
|
-
margin-left: 9px;
|
|
8700
|
-
}
|
|
8692
|
+
.ncl-api-gateway-row {
|
|
8693
|
+
.common-table-cells-container {
|
|
8694
|
+
.common-table-cell {
|
|
8695
|
+
&.status {
|
|
8696
|
+
text-transform: capitalize;
|
|
8701
8697
|
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
}
|
|
8698
|
+
&.ready {
|
|
8699
|
+
color: @tealish;
|
|
8700
|
+
}
|
|
8706
8701
|
|
|
8707
|
-
|
|
8708
|
-
|
|
8709
|
-
|
|
8710
|
-
|
|
8711
|
-
margin-top: 6px;
|
|
8712
|
-
margin-right: 24px;
|
|
8713
|
-
font-size: 14px;
|
|
8714
|
-
line-height: 14px;
|
|
8715
|
-
z-index: 11;
|
|
8702
|
+
// just in case - for now these statuses will not be shown because there will be a loader
|
|
8703
|
+
&.provisioning, &.waitingForProvisioning {
|
|
8704
|
+
color: @pale-orange;
|
|
8705
|
+
}
|
|
8716
8706
|
|
|
8717
|
-
|
|
8718
|
-
|
|
8707
|
+
&.error {
|
|
8708
|
+
color: @darkish-pink;
|
|
8709
|
+
}
|
|
8710
|
+
}
|
|
8711
|
+
}
|
|
8719
8712
|
}
|
|
8720
|
-
}
|
|
8721
8713
|
|
|
8722
|
-
.
|
|
8723
|
-
|
|
8724
|
-
|
|
8725
|
-
position: relative;
|
|
8726
|
-
margin-left: 15px;
|
|
8727
|
-
}
|
|
8714
|
+
.actions-menu {
|
|
8715
|
+
visibility: hidden;
|
|
8716
|
+
}
|
|
8728
8717
|
|
|
8729
|
-
|
|
8730
|
-
|
|
8718
|
+
&.common-table-row {
|
|
8719
|
+
&:hover {
|
|
8720
|
+
.actions-menu {
|
|
8721
|
+
visibility: visible;
|
|
8722
|
+
}
|
|
8723
|
+
}
|
|
8724
|
+
}
|
|
8731
8725
|
}
|
|
8732
8726
|
|
|
8733
|
-
.
|
|
8734
|
-
|
|
8735
|
-
@animation-function: ease;
|
|
8736
|
-
display: flex;
|
|
8737
|
-
height: 100%;
|
|
8738
|
-
padding: 0 50px;
|
|
8739
|
-
min-width: 500px;
|
|
8740
|
-
align-items: center;
|
|
8741
|
-
justify-content: center;
|
|
8742
|
-
|
|
8743
|
-
.ngdialog-content {
|
|
8744
|
-
box-shadow: 0 10px 20px 0 .black(0.25)[@color];
|
|
8745
|
-
animation-duration: @animation-duration;
|
|
8746
|
-
animation-timing-function: @animation-function;
|
|
8747
|
-
font-family: @font-family-sans-serif;
|
|
8748
|
-
font-size: 16px;
|
|
8749
|
-
border-radius: 2px;
|
|
8750
|
-
max-width: 900px;
|
|
8751
|
-
background-color: @white;
|
|
8752
|
-
z-index: 5;
|
|
8753
|
-
position: relative;
|
|
8754
|
-
padding: 19px 24px 23px 24px;
|
|
8755
|
-
|
|
8756
|
-
/*
|
|
8757
|
-
* Confirms, alerts
|
|
8758
|
-
*/
|
|
8759
|
-
.notification-text {
|
|
8760
|
-
margin: 30px 30px 0 0;
|
|
8761
|
-
max-height: 70vh;
|
|
8762
|
-
overflow: auto;
|
|
8763
|
-
|
|
8764
|
-
.error-list {
|
|
8765
|
-
list-style-type: none;
|
|
8727
|
+
.new-api-gateway-wizard {
|
|
8728
|
+
.new-api-gateway-wizard-color-set();
|
|
8766
8729
|
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8730
|
+
.content-wrapper {
|
|
8731
|
+
.content {
|
|
8732
|
+
.toast-status-panel {
|
|
8733
|
+
max-width: 90vw;
|
|
8734
|
+
margin: 16px auto 20px;
|
|
8770
8735
|
}
|
|
8771
|
-
}
|
|
8772
8736
|
|
|
8773
|
-
|
|
8774
|
-
|
|
8775
|
-
|
|
8737
|
+
.api-gateway-form {
|
|
8738
|
+
.content-body {
|
|
8739
|
+
margin: 0 auto;
|
|
8740
|
+
height: 400px;
|
|
8741
|
+
display: flex;
|
|
8742
|
+
flex-flow: row nowrap;
|
|
8743
|
+
justify-content: center;
|
|
8744
|
+
align-items: center;
|
|
8776
8745
|
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
*/
|
|
8788
|
-
.close-button {
|
|
8789
|
-
position: absolute;
|
|
8790
|
-
right: 24px;
|
|
8791
|
-
top: 26px;
|
|
8792
|
-
line-height: 10px;
|
|
8793
|
-
font-size: 14px;
|
|
8794
|
-
color: .duskThree(0.64)[@color];
|
|
8795
|
-
cursor: pointer;
|
|
8796
|
-
}
|
|
8797
|
-
|
|
8798
|
-
.title {
|
|
8799
|
-
color: @dusk-three;
|
|
8800
|
-
font-family: @font-family-sans-serif;
|
|
8801
|
-
font-size: 20px;
|
|
8802
|
-
font-weight: 500;
|
|
8803
|
-
margin: 0 0 21px 0;
|
|
8804
|
-
padding-right: 24px;
|
|
8805
|
-
}
|
|
8806
|
-
|
|
8807
|
-
.main-content {
|
|
8808
|
-
margin: 0 0 4px;
|
|
8809
|
-
|
|
8810
|
-
.field-group {
|
|
8811
|
-
padding: 0 0 20px;
|
|
8812
|
-
|
|
8813
|
-
.field-label {
|
|
8814
|
-
color: @dusk-three;
|
|
8815
|
-
font-size: 14px;
|
|
8816
|
-
font-weight: 500;
|
|
8817
|
-
padding: 0;
|
|
8818
|
-
min-width: 50px;
|
|
8819
|
-
margin: 0 0 2px;
|
|
8820
|
-
}
|
|
8821
|
-
|
|
8822
|
-
.field-input {
|
|
8823
|
-
position: relative;
|
|
8824
|
-
width: 400px;
|
|
8825
|
-
|
|
8826
|
-
.validating-input-field {
|
|
8827
|
-
.input-field {
|
|
8828
|
-
padding-left: 17px;
|
|
8829
|
-
}
|
|
8830
|
-
|
|
8831
|
-
.input-placeholder {
|
|
8832
|
-
left: 18px;
|
|
8833
|
-
font-style: italic;
|
|
8834
|
-
}
|
|
8835
|
-
}
|
|
8836
|
-
|
|
8837
|
-
.error {
|
|
8838
|
-
color: @darkish-pink;
|
|
8839
|
-
font-size: 12px;
|
|
8840
|
-
white-space: nowrap;
|
|
8841
|
-
}
|
|
8842
|
-
}
|
|
8843
|
-
}
|
|
8844
|
-
}
|
|
8845
|
-
}
|
|
8846
|
-
|
|
8847
|
-
&.delete-entity-dialog-wrapper {
|
|
8848
|
-
.ngdialog-content {
|
|
8849
|
-
padding: 30px 24px 23px 24px;
|
|
8850
|
-
|
|
8851
|
-
.notification-text.title {
|
|
8852
|
-
text-align: center;
|
|
8853
|
-
padding-right: 0;
|
|
8854
|
-
color: @darkish-pink;
|
|
8855
|
-
font-size: 20px;
|
|
8856
|
-
font-weight: 500;
|
|
8857
|
-
letter-spacing: normal;
|
|
8858
|
-
margin: 11px 0 2px;
|
|
8859
|
-
}
|
|
8860
|
-
|
|
8861
|
-
.notification-text.description {
|
|
8862
|
-
text-align: center;
|
|
8863
|
-
margin: 0 37px;
|
|
8864
|
-
font-size: 16px;
|
|
8865
|
-
font-weight: normal;
|
|
8866
|
-
letter-spacing: normal;
|
|
8867
|
-
color: @dusk-three;
|
|
8868
|
-
}
|
|
8869
|
-
|
|
8870
|
-
.nuclio-alert-icon {
|
|
8871
|
-
background: url('/assets/images/ic-alert-message.svg');
|
|
8872
|
-
height: 29px;
|
|
8873
|
-
width: 34px;
|
|
8874
|
-
margin: 0 auto;
|
|
8875
|
-
}
|
|
8876
|
-
|
|
8877
|
-
.buttons {
|
|
8878
|
-
margin-top: 30px;
|
|
8879
|
-
}
|
|
8880
|
-
}
|
|
8881
|
-
}
|
|
8882
|
-
|
|
8883
|
-
&.ngdialog.ngdialog-closing .ngdialog-content {
|
|
8884
|
-
animation-duration: @animation-duration;
|
|
8885
|
-
animation-timing-function: @animation-function;
|
|
8886
|
-
}
|
|
8887
|
-
|
|
8888
|
-
.ngdialog-overlay {
|
|
8889
|
-
background: .black(0.6)[@color];
|
|
8890
|
-
border: 2px solid @black;
|
|
8891
|
-
animation-duration: @animation-duration;
|
|
8892
|
-
animation-timing-function: @animation-function;
|
|
8893
|
-
}
|
|
8894
|
-
|
|
8895
|
-
&.ngdialog.ngdialog-closing .ngdialog-overlay {
|
|
8896
|
-
animation-duration: @animation-duration;
|
|
8897
|
-
animation-timing-function: @animation-function;
|
|
8898
|
-
}
|
|
8899
|
-
|
|
8900
|
-
&.ngdialog.ng-login-modal .ngdialog-content {
|
|
8901
|
-
padding: 0;
|
|
8902
|
-
}
|
|
8903
|
-
}
|
|
8904
|
-
|
|
8905
|
-
body {
|
|
8906
|
-
.ncl-main-wrapper {
|
|
8907
|
-
padding: 64px 0 0 215px;
|
|
8908
|
-
width: 100%;
|
|
8909
|
-
height: 100%;
|
|
8910
|
-
}
|
|
8911
|
-
|
|
8912
|
-
.table-headers {
|
|
8913
|
-
display: flex;
|
|
8914
|
-
font-size: 14px;
|
|
8915
|
-
font-weight: bold;
|
|
8916
|
-
font-style: normal;
|
|
8917
|
-
font-stretch: normal;
|
|
8918
|
-
letter-spacing: normal;
|
|
8919
|
-
color: @dusk-three;
|
|
8920
|
-
margin-bottom: 2px;
|
|
8921
|
-
|
|
8922
|
-
.key-header {
|
|
8923
|
-
width: 34%;
|
|
8924
|
-
margin-left: 16px;
|
|
8925
|
-
|
|
8926
|
-
&:not(.use-type) {
|
|
8927
|
-
width: 36%;
|
|
8928
|
-
}
|
|
8929
|
-
}
|
|
8930
|
-
|
|
8931
|
-
.type-header {
|
|
8932
|
-
width: 12%;
|
|
8933
|
-
}
|
|
8934
|
-
|
|
8935
|
-
.value-header {
|
|
8936
|
-
width: 52%;
|
|
8937
|
-
|
|
8938
|
-
&:not(.use-type) {
|
|
8939
|
-
width: 61%;
|
|
8940
|
-
}
|
|
8941
|
-
}
|
|
8942
|
-
}
|
|
8943
|
-
|
|
8944
|
-
.table-body:not(:last-child) {
|
|
8945
|
-
margin-bottom: 5px;
|
|
8946
|
-
}
|
|
8947
|
-
}
|
|
8948
|
-
|
|
8949
|
-
|
|
8950
|
-
.logs-common {
|
|
8951
|
-
font-family: "Source Code Pro", "Courier New", monospace;
|
|
8952
|
-
font-size: 14px;
|
|
8953
|
-
line-height: 1.1;
|
|
8954
|
-
text-align: left;
|
|
8955
|
-
white-space: pre-wrap;
|
|
8956
|
-
}
|
|
8957
|
-
.tooltip.custom-tooltip {
|
|
8958
|
-
transition-duration: 0s;
|
|
8959
|
-
z-index: 10001;
|
|
8960
|
-
opacity: 1;
|
|
8961
|
-
|
|
8962
|
-
.tooltip-arrow {
|
|
8963
|
-
display: block;
|
|
8964
|
-
margin-left: 0;
|
|
8965
|
-
position: absolute;
|
|
8966
|
-
top: -1px;
|
|
8967
|
-
width: 13px;
|
|
8968
|
-
height: 13px;
|
|
8969
|
-
transform: rotate(226deg);
|
|
8970
|
-
border-right: 1px solid @pale-grey;
|
|
8971
|
-
border-bottom: 1px solid @pale-grey;
|
|
8972
|
-
border-width: 1px;
|
|
8973
|
-
background-color: @white;
|
|
8974
|
-
}
|
|
8975
|
-
|
|
8976
|
-
&.bottom {
|
|
8977
|
-
margin-top: 8px;
|
|
8978
|
-
}
|
|
8979
|
-
|
|
8980
|
-
&.top {
|
|
8981
|
-
margin-top: 4px;
|
|
8982
|
-
}
|
|
8983
|
-
|
|
8984
|
-
.tooltip-inner {
|
|
8985
|
-
background-color: @white;
|
|
8986
|
-
color: @dusk-three;
|
|
8987
|
-
border-radius: 2px;
|
|
8988
|
-
font-size: 14px;
|
|
8989
|
-
word-wrap: break-word;
|
|
8990
|
-
max-width: 280px;
|
|
8991
|
-
padding: 29px 30px;
|
|
8992
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
8993
|
-
border: solid 1px @pale-grey;
|
|
8994
|
-
}
|
|
8995
|
-
}
|
|
8996
|
-
.ncl-api-gateway-row {
|
|
8997
|
-
.common-table-cells-container {
|
|
8998
|
-
.common-table-cell {
|
|
8999
|
-
&.status {
|
|
9000
|
-
text-transform: capitalize;
|
|
9001
|
-
|
|
9002
|
-
&.ready {
|
|
9003
|
-
color: @tealish;
|
|
9004
|
-
}
|
|
9005
|
-
|
|
9006
|
-
// just in case - for now these statuses will not be shown because there will be a loader
|
|
9007
|
-
&.provisioning, &.waitingForProvisioning {
|
|
9008
|
-
color: @pale-orange;
|
|
9009
|
-
}
|
|
9010
|
-
|
|
9011
|
-
&.error {
|
|
9012
|
-
color: @darkish-pink;
|
|
9013
|
-
}
|
|
9014
|
-
}
|
|
9015
|
-
}
|
|
9016
|
-
}
|
|
9017
|
-
|
|
9018
|
-
.actions-menu {
|
|
9019
|
-
visibility: hidden;
|
|
9020
|
-
}
|
|
9021
|
-
|
|
9022
|
-
&.common-table-row {
|
|
9023
|
-
&:hover {
|
|
9024
|
-
.actions-menu {
|
|
9025
|
-
visibility: visible;
|
|
9026
|
-
}
|
|
9027
|
-
}
|
|
9028
|
-
}
|
|
9029
|
-
}
|
|
9030
|
-
|
|
9031
|
-
.new-api-gateway-wizard {
|
|
9032
|
-
.new-api-gateway-wizard-color-set();
|
|
9033
|
-
|
|
9034
|
-
.content-wrapper {
|
|
9035
|
-
.content {
|
|
9036
|
-
.toast-status-panel {
|
|
9037
|
-
max-width: 90vw;
|
|
9038
|
-
margin: 16px auto 20px;
|
|
9039
|
-
}
|
|
9040
|
-
|
|
9041
|
-
.api-gateway-form {
|
|
9042
|
-
.content-body {
|
|
9043
|
-
margin: 0 auto;
|
|
9044
|
-
height: 400px;
|
|
9045
|
-
display: flex;
|
|
9046
|
-
flex-flow: row nowrap;
|
|
9047
|
-
justify-content: center;
|
|
9048
|
-
align-items: center;
|
|
9049
|
-
|
|
9050
|
-
.api-gateway-block {
|
|
9051
|
-
flex: none;
|
|
9052
|
-
position: relative;
|
|
9053
|
-
max-width: 320px;
|
|
9054
|
-
padding: 16px 24px;
|
|
9055
|
-
border: @api-gateway-block-border;
|
|
9056
|
-
border-radius: 2px;
|
|
9057
|
-
background-color: @api-gateway-block-bg-color;
|
|
9058
|
-
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
|
|
9059
|
-
transition: box-shadow .3s ease-in-out 0s;
|
|
8746
|
+
.api-gateway-block {
|
|
8747
|
+
flex: none;
|
|
8748
|
+
position: relative;
|
|
8749
|
+
max-width: 320px;
|
|
8750
|
+
padding: 16px 24px;
|
|
8751
|
+
border: @api-gateway-block-border;
|
|
8752
|
+
border-radius: 2px;
|
|
8753
|
+
background-color: @api-gateway-block-bg-color;
|
|
8754
|
+
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
|
|
8755
|
+
transition: box-shadow .3s ease-in-out 0s;
|
|
9060
8756
|
|
|
9061
8757
|
// important for not waiting to animation to finish when removing/promoting canary function
|
|
9062
8758
|
// (`ng-leave` and `ng-leave-active` are assigned by the `ng-if` directive when its scope
|
|
@@ -9255,43 +8951,347 @@ body {
|
|
|
9255
8951
|
justify-content: flex-start;
|
|
9256
8952
|
margin-left: 20px;
|
|
9257
8953
|
|
|
9258
|
-
.rzslider:not([disabled]).rz-vertical {
|
|
9259
|
-
.rz-bar {
|
|
9260
|
-
background-color: @dark-sky-blue;
|
|
9261
|
-
border-radius: 0;
|
|
9262
|
-
}
|
|
8954
|
+
.rzslider:not([disabled]).rz-vertical {
|
|
8955
|
+
.rz-bar {
|
|
8956
|
+
background-color: @dark-sky-blue;
|
|
8957
|
+
border-radius: 0;
|
|
8958
|
+
}
|
|
8959
|
+
|
|
8960
|
+
.rz-pointer {
|
|
8961
|
+
width: 27px;
|
|
8962
|
+
height: 27px;
|
|
8963
|
+
background-color: @white;
|
|
8964
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
|
|
8965
|
+
border-radius: 50%;
|
|
8966
|
+
left: -11px !important;
|
|
8967
|
+
outline: 0 none transparent;
|
|
8968
|
+
|
|
8969
|
+
&::after {
|
|
8970
|
+
top: 11px;
|
|
8971
|
+
left: 11px;
|
|
8972
|
+
width: 5px;
|
|
8973
|
+
height: 5px;
|
|
8974
|
+
}
|
|
8975
|
+
}
|
|
8976
|
+
}
|
|
8977
|
+
}
|
|
8978
|
+
}
|
|
8979
|
+
}
|
|
8980
|
+
}
|
|
8981
|
+
|
|
8982
|
+
.buttons-wrapper {
|
|
8983
|
+
position: relative;
|
|
8984
|
+
width: 100%;
|
|
8985
|
+
margin-top: 32px;
|
|
8986
|
+
}
|
|
8987
|
+
}
|
|
8988
|
+
}
|
|
8989
|
+
}
|
|
8990
|
+
|
|
8991
|
+
.igz-info-page-actions-bar {
|
|
8992
|
+
.actions-buttons-block {
|
|
8993
|
+
margin-top: 3px;
|
|
8994
|
+
margin-right: 17px;
|
|
8995
|
+
}
|
|
8996
|
+
}
|
|
8997
|
+
.ncl-primary-button {
|
|
8998
|
+
margin-left: 9px;
|
|
8999
|
+
}
|
|
9000
|
+
|
|
9001
|
+
.ncl-secondary-button {
|
|
9002
|
+
vertical-align: top;
|
|
9003
|
+
position: relative;
|
|
9004
|
+
}
|
|
9005
|
+
|
|
9006
|
+
.btn-close {
|
|
9007
|
+
color: .duskThree(0.64)[@color];
|
|
9008
|
+
right: 0;
|
|
9009
|
+
position: absolute;
|
|
9010
|
+
margin-top: 6px;
|
|
9011
|
+
margin-right: 24px;
|
|
9012
|
+
font-size: 14px;
|
|
9013
|
+
line-height: 14px;
|
|
9014
|
+
z-index: 11;
|
|
9015
|
+
|
|
9016
|
+
&:hover {
|
|
9017
|
+
color: .duskThree(1)[@color];
|
|
9018
|
+
}
|
|
9019
|
+
}
|
|
9020
|
+
|
|
9021
|
+
.ncl-new-entity-button {
|
|
9022
|
+
display: inline-block;
|
|
9023
|
+
vertical-align: top;
|
|
9024
|
+
position: relative;
|
|
9025
|
+
margin-left: 15px;
|
|
9026
|
+
}
|
|
9027
|
+
|
|
9028
|
+
.ngdialog {
|
|
9029
|
+
z-index: 10000;
|
|
9030
|
+
}
|
|
9031
|
+
|
|
9032
|
+
.ngdialog-theme-nuclio {
|
|
9033
|
+
@animation-duration: 0.2s;
|
|
9034
|
+
@animation-function: ease;
|
|
9035
|
+
display: flex;
|
|
9036
|
+
height: 100%;
|
|
9037
|
+
padding: 0 50px;
|
|
9038
|
+
min-width: 500px;
|
|
9039
|
+
align-items: center;
|
|
9040
|
+
justify-content: center;
|
|
9041
|
+
|
|
9042
|
+
.ngdialog-content {
|
|
9043
|
+
box-shadow: 0 10px 20px 0 .black(0.25)[@color];
|
|
9044
|
+
animation-duration: @animation-duration;
|
|
9045
|
+
animation-timing-function: @animation-function;
|
|
9046
|
+
font-family: @font-family-sans-serif;
|
|
9047
|
+
font-size: 16px;
|
|
9048
|
+
border-radius: 2px;
|
|
9049
|
+
max-width: 900px;
|
|
9050
|
+
background-color: @white;
|
|
9051
|
+
z-index: 5;
|
|
9052
|
+
position: relative;
|
|
9053
|
+
padding: 19px 24px 23px 24px;
|
|
9054
|
+
|
|
9055
|
+
/*
|
|
9056
|
+
* Confirms, alerts
|
|
9057
|
+
*/
|
|
9058
|
+
.notification-text {
|
|
9059
|
+
margin: 30px 30px 0 0;
|
|
9060
|
+
max-height: 70vh;
|
|
9061
|
+
overflow: auto;
|
|
9062
|
+
|
|
9063
|
+
.error-list {
|
|
9064
|
+
list-style-type: none;
|
|
9065
|
+
|
|
9066
|
+
.error-list-item {
|
|
9067
|
+
margin-bottom: 5px;
|
|
9068
|
+
}
|
|
9069
|
+
}
|
|
9070
|
+
}
|
|
9071
|
+
|
|
9072
|
+
.notification-text.description {
|
|
9073
|
+
margin: 10px 30px;
|
|
9074
|
+
}
|
|
9075
|
+
|
|
9076
|
+
.buttons {
|
|
9077
|
+
text-align: right;
|
|
9078
|
+
|
|
9079
|
+
button:not(:first-child) {
|
|
9080
|
+
margin-left: 8px;
|
|
9081
|
+
}
|
|
9082
|
+
}
|
|
9083
|
+
|
|
9084
|
+
/*
|
|
9085
|
+
* Create/edit dialogs
|
|
9086
|
+
*/
|
|
9087
|
+
.close-button {
|
|
9088
|
+
position: absolute;
|
|
9089
|
+
right: 24px;
|
|
9090
|
+
top: 26px;
|
|
9091
|
+
line-height: 10px;
|
|
9092
|
+
font-size: 14px;
|
|
9093
|
+
color: .duskThree(0.64)[@color];
|
|
9094
|
+
cursor: pointer;
|
|
9095
|
+
}
|
|
9096
|
+
|
|
9097
|
+
.title {
|
|
9098
|
+
color: @dusk-three;
|
|
9099
|
+
font-family: @font-family-sans-serif;
|
|
9100
|
+
font-size: 20px;
|
|
9101
|
+
font-weight: 500;
|
|
9102
|
+
margin: 0 0 21px 0;
|
|
9103
|
+
padding-right: 24px;
|
|
9104
|
+
}
|
|
9105
|
+
|
|
9106
|
+
.main-content {
|
|
9107
|
+
margin: 0 0 4px;
|
|
9108
|
+
|
|
9109
|
+
.field-group {
|
|
9110
|
+
padding: 0 0 20px;
|
|
9111
|
+
|
|
9112
|
+
.field-label {
|
|
9113
|
+
color: @dusk-three;
|
|
9114
|
+
font-size: 14px;
|
|
9115
|
+
font-weight: 500;
|
|
9116
|
+
padding: 0;
|
|
9117
|
+
min-width: 50px;
|
|
9118
|
+
margin: 0 0 2px;
|
|
9119
|
+
}
|
|
9120
|
+
|
|
9121
|
+
.field-input {
|
|
9122
|
+
position: relative;
|
|
9123
|
+
width: 400px;
|
|
9124
|
+
|
|
9125
|
+
.validating-input-field {
|
|
9126
|
+
.input-field {
|
|
9127
|
+
padding-left: 17px;
|
|
9128
|
+
}
|
|
9129
|
+
|
|
9130
|
+
.input-placeholder {
|
|
9131
|
+
left: 18px;
|
|
9132
|
+
font-style: italic;
|
|
9133
|
+
}
|
|
9134
|
+
}
|
|
9135
|
+
|
|
9136
|
+
.error {
|
|
9137
|
+
color: @darkish-pink;
|
|
9138
|
+
font-size: 12px;
|
|
9139
|
+
white-space: nowrap;
|
|
9140
|
+
}
|
|
9141
|
+
}
|
|
9142
|
+
}
|
|
9143
|
+
}
|
|
9144
|
+
}
|
|
9145
|
+
|
|
9146
|
+
&.delete-entity-dialog-wrapper {
|
|
9147
|
+
.ngdialog-content {
|
|
9148
|
+
padding: 30px 24px 23px 24px;
|
|
9149
|
+
|
|
9150
|
+
.notification-text.title {
|
|
9151
|
+
text-align: center;
|
|
9152
|
+
padding-right: 0;
|
|
9153
|
+
color: @darkish-pink;
|
|
9154
|
+
font-size: 20px;
|
|
9155
|
+
font-weight: 500;
|
|
9156
|
+
letter-spacing: normal;
|
|
9157
|
+
margin: 11px 0 2px;
|
|
9158
|
+
}
|
|
9159
|
+
|
|
9160
|
+
.notification-text.description {
|
|
9161
|
+
text-align: center;
|
|
9162
|
+
margin: 0 37px;
|
|
9163
|
+
font-size: 16px;
|
|
9164
|
+
font-weight: normal;
|
|
9165
|
+
letter-spacing: normal;
|
|
9166
|
+
color: @dusk-three;
|
|
9167
|
+
}
|
|
9168
|
+
|
|
9169
|
+
.nuclio-alert-icon {
|
|
9170
|
+
background: url('/assets/images/ic-alert-message.svg');
|
|
9171
|
+
height: 29px;
|
|
9172
|
+
width: 34px;
|
|
9173
|
+
margin: 0 auto;
|
|
9174
|
+
}
|
|
9175
|
+
|
|
9176
|
+
.buttons {
|
|
9177
|
+
margin-top: 30px;
|
|
9178
|
+
}
|
|
9179
|
+
}
|
|
9180
|
+
}
|
|
9181
|
+
|
|
9182
|
+
&.ngdialog.ngdialog-closing .ngdialog-content {
|
|
9183
|
+
animation-duration: @animation-duration;
|
|
9184
|
+
animation-timing-function: @animation-function;
|
|
9185
|
+
}
|
|
9186
|
+
|
|
9187
|
+
.ngdialog-overlay {
|
|
9188
|
+
background: .black(0.6)[@color];
|
|
9189
|
+
border: 2px solid @black;
|
|
9190
|
+
animation-duration: @animation-duration;
|
|
9191
|
+
animation-timing-function: @animation-function;
|
|
9192
|
+
}
|
|
9193
|
+
|
|
9194
|
+
&.ngdialog.ngdialog-closing .ngdialog-overlay {
|
|
9195
|
+
animation-duration: @animation-duration;
|
|
9196
|
+
animation-timing-function: @animation-function;
|
|
9197
|
+
}
|
|
9198
|
+
|
|
9199
|
+
&.ngdialog.ng-login-modal .ngdialog-content {
|
|
9200
|
+
padding: 0;
|
|
9201
|
+
}
|
|
9202
|
+
}
|
|
9203
|
+
|
|
9204
|
+
body {
|
|
9205
|
+
.ncl-main-wrapper {
|
|
9206
|
+
padding: 64px 0 0 215px;
|
|
9207
|
+
width: 100%;
|
|
9208
|
+
height: 100%;
|
|
9209
|
+
}
|
|
9210
|
+
|
|
9211
|
+
.table-headers {
|
|
9212
|
+
display: flex;
|
|
9213
|
+
font-size: 14px;
|
|
9214
|
+
font-weight: bold;
|
|
9215
|
+
font-style: normal;
|
|
9216
|
+
font-stretch: normal;
|
|
9217
|
+
letter-spacing: normal;
|
|
9218
|
+
color: @dusk-three;
|
|
9219
|
+
margin-bottom: 2px;
|
|
9263
9220
|
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
background-color: @white;
|
|
9268
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
|
|
9269
|
-
border-radius: 50%;
|
|
9270
|
-
left: -11px !important;
|
|
9271
|
-
outline: 0 none transparent;
|
|
9221
|
+
.key-header {
|
|
9222
|
+
width: 34%;
|
|
9223
|
+
margin-left: 16px;
|
|
9272
9224
|
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
left: 11px;
|
|
9276
|
-
width: 5px;
|
|
9277
|
-
height: 5px;
|
|
9278
|
-
}
|
|
9279
|
-
}
|
|
9280
|
-
}
|
|
9281
|
-
}
|
|
9282
|
-
}
|
|
9283
|
-
}
|
|
9225
|
+
&:not(.use-type) {
|
|
9226
|
+
width: 36%;
|
|
9284
9227
|
}
|
|
9228
|
+
}
|
|
9285
9229
|
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
|
|
9289
|
-
|
|
9230
|
+
.type-header {
|
|
9231
|
+
width: 12%;
|
|
9232
|
+
}
|
|
9233
|
+
|
|
9234
|
+
.value-header {
|
|
9235
|
+
width: 52%;
|
|
9236
|
+
|
|
9237
|
+
&:not(.use-type) {
|
|
9238
|
+
width: 61%;
|
|
9290
9239
|
}
|
|
9291
9240
|
}
|
|
9292
9241
|
}
|
|
9242
|
+
|
|
9243
|
+
.table-body:not(:last-child) {
|
|
9244
|
+
margin-bottom: 5px;
|
|
9245
|
+
}
|
|
9246
|
+
}
|
|
9247
|
+
|
|
9248
|
+
|
|
9249
|
+
.logs-common {
|
|
9250
|
+
font-family: "Source Code Pro", "Courier New", monospace;
|
|
9251
|
+
font-size: 14px;
|
|
9252
|
+
line-height: 1.1;
|
|
9253
|
+
text-align: left;
|
|
9254
|
+
white-space: pre-wrap;
|
|
9293
9255
|
}
|
|
9256
|
+
.tooltip.custom-tooltip {
|
|
9257
|
+
transition-duration: 0s;
|
|
9258
|
+
z-index: 10001;
|
|
9259
|
+
opacity: 1;
|
|
9260
|
+
|
|
9261
|
+
.tooltip-arrow {
|
|
9262
|
+
display: block;
|
|
9263
|
+
margin-left: 0;
|
|
9264
|
+
position: absolute;
|
|
9265
|
+
top: -1px;
|
|
9266
|
+
width: 13px;
|
|
9267
|
+
height: 13px;
|
|
9268
|
+
transform: rotate(226deg);
|
|
9269
|
+
border-right: 1px solid @pale-grey;
|
|
9270
|
+
border-bottom: 1px solid @pale-grey;
|
|
9271
|
+
border-width: 1px;
|
|
9272
|
+
background-color: @white;
|
|
9273
|
+
}
|
|
9274
|
+
|
|
9275
|
+
&.bottom {
|
|
9276
|
+
margin-top: 8px;
|
|
9277
|
+
}
|
|
9294
9278
|
|
|
9279
|
+
&.top {
|
|
9280
|
+
margin-top: 4px;
|
|
9281
|
+
}
|
|
9282
|
+
|
|
9283
|
+
.tooltip-inner {
|
|
9284
|
+
background-color: @white;
|
|
9285
|
+
color: @dusk-three;
|
|
9286
|
+
border-radius: 2px;
|
|
9287
|
+
font-size: 14px;
|
|
9288
|
+
word-wrap: break-word;
|
|
9289
|
+
max-width: 280px;
|
|
9290
|
+
padding: 29px 30px;
|
|
9291
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
9292
|
+
border: solid 1px @pale-grey;
|
|
9293
|
+
}
|
|
9294
|
+
}
|
|
9295
9295
|
.deploy-deleted-function-dialog {
|
|
9296
9296
|
.sub-title {
|
|
9297
9297
|
font-size: 16px;
|
|
@@ -9304,6 +9304,40 @@ body {
|
|
|
9304
9304
|
}
|
|
9305
9305
|
}
|
|
9306
9306
|
|
|
9307
|
+
.duplicate-function-dialog-wrapper {
|
|
9308
|
+
.main-content {
|
|
9309
|
+
.field-group {
|
|
9310
|
+
display: flex;
|
|
9311
|
+
flex-wrap: wrap;
|
|
9312
|
+
width: 450px;
|
|
9313
|
+
|
|
9314
|
+
.field-label.function-name-label,
|
|
9315
|
+
.field-input.function-name-input,
|
|
9316
|
+
.field-input.function-configuration-input {
|
|
9317
|
+
width: 100%;
|
|
9318
|
+
}
|
|
9319
|
+
|
|
9320
|
+
.field-label.function-configuration-label {
|
|
9321
|
+
width: 100%;
|
|
9322
|
+
line-height: 30px;
|
|
9323
|
+
}
|
|
9324
|
+
|
|
9325
|
+
.field-input.function-name-input,
|
|
9326
|
+
.field-input.function-configuration-input {
|
|
9327
|
+
.error {
|
|
9328
|
+
top: 38px;
|
|
9329
|
+
}
|
|
9330
|
+
}
|
|
9331
|
+
|
|
9332
|
+
.field-label.function-configuration-path {
|
|
9333
|
+
font-size: 14px;
|
|
9334
|
+
margin-left: 3px;
|
|
9335
|
+
line-height: 30px;
|
|
9336
|
+
}
|
|
9337
|
+
}
|
|
9338
|
+
}
|
|
9339
|
+
}
|
|
9340
|
+
|
|
9307
9341
|
.ncl-function-collapsing-row {
|
|
9308
9342
|
background-color: @white;
|
|
9309
9343
|
margin-bottom: 8px;
|
|
@@ -9438,38 +9472,19 @@ body {
|
|
|
9438
9472
|
}
|
|
9439
9473
|
}
|
|
9440
9474
|
|
|
9441
|
-
.
|
|
9442
|
-
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
|
-
|
|
9446
|
-
width: 450px;
|
|
9447
|
-
|
|
9448
|
-
.field-label.function-name-label,
|
|
9449
|
-
.field-input.function-name-input,
|
|
9450
|
-
.field-input.function-configuration-input {
|
|
9451
|
-
width: 100%;
|
|
9452
|
-
}
|
|
9453
|
-
|
|
9454
|
-
.field-label.function-configuration-label {
|
|
9455
|
-
width: 100%;
|
|
9456
|
-
line-height: 30px;
|
|
9457
|
-
}
|
|
9475
|
+
.override-function-dialog {
|
|
9476
|
+
.sub-title {
|
|
9477
|
+
font-size: 16px;
|
|
9478
|
+
color: @silver-chalice-two;
|
|
9479
|
+
}
|
|
9458
9480
|
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
.error {
|
|
9462
|
-
top: 38px;
|
|
9463
|
-
}
|
|
9464
|
-
}
|
|
9481
|
+
.buttons {
|
|
9482
|
+
display: flex;
|
|
9465
9483
|
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
margin-left: 3px;
|
|
9469
|
-
line-height: 30px;
|
|
9470
|
-
}
|
|
9471
|
-
}
|
|
9484
|
+
.function-redirect-button {
|
|
9485
|
+
margin-right: auto;
|
|
9472
9486
|
}
|
|
9487
|
+
}
|
|
9473
9488
|
}
|
|
9474
9489
|
|
|
9475
9490
|
.ncl-edit-version {
|
|
@@ -9730,21 +9745,6 @@ body {
|
|
|
9730
9745
|
}
|
|
9731
9746
|
}
|
|
9732
9747
|
|
|
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();
|
|
@@ -10279,35 +10279,6 @@ igz-info-page-content {
|
|
|
10279
10279
|
}
|
|
10280
10280
|
}
|
|
10281
10281
|
|
|
10282
|
-
ncl-breadcrumbs {
|
|
10283
|
-
.main-header-title {
|
|
10284
|
-
&:not(.disable-behavior) {
|
|
10285
|
-
&:hover .main-header-title-text {
|
|
10286
|
-
color: @dark-sky-blue;
|
|
10287
|
-
}
|
|
10288
|
-
}
|
|
10289
|
-
|
|
10290
|
-
&.disable-behavior {
|
|
10291
|
-
color: @dusk-three;
|
|
10292
|
-
}
|
|
10293
|
-
}
|
|
10294
|
-
|
|
10295
|
-
.igz-icon-right {
|
|
10296
|
-
font-size: 11px;
|
|
10297
|
-
font-weight: 100;
|
|
10298
|
-
margin: 0 14px;
|
|
10299
|
-
}
|
|
10300
|
-
|
|
10301
|
-
.ncl-header-subtitle {
|
|
10302
|
-
color: @greyish-purple;
|
|
10303
|
-
}
|
|
10304
|
-
|
|
10305
|
-
.ncl-bold-subtitle {
|
|
10306
|
-
color: @dusk-three;
|
|
10307
|
-
font-weight: bold;
|
|
10308
|
-
}
|
|
10309
|
-
}
|
|
10310
|
-
|
|
10311
10282
|
.ncl-breadcrumbs-dropdown {
|
|
10312
10283
|
display: inline-grid;
|
|
10313
10284
|
|
|
@@ -10549,25 +10520,54 @@ ncl-breadcrumbs {
|
|
|
10549
10520
|
text-overflow: ellipsis;
|
|
10550
10521
|
}
|
|
10551
10522
|
|
|
10552
|
-
.actions-menu {
|
|
10553
|
-
visibility: hidden;
|
|
10554
|
-
align-items: flex-start;
|
|
10555
|
-
line-height: 51px;
|
|
10523
|
+
.actions-menu {
|
|
10524
|
+
visibility: hidden;
|
|
10525
|
+
align-items: flex-start;
|
|
10526
|
+
line-height: 51px;
|
|
10527
|
+
}
|
|
10528
|
+
|
|
10529
|
+
.single-action {
|
|
10530
|
+
visibility: hidden;
|
|
10531
|
+
align-items: flex-start;
|
|
10532
|
+
flex: none;
|
|
10533
|
+
padding-right: 4px;
|
|
10534
|
+
|
|
10535
|
+
.igz-action-panel {
|
|
10536
|
+
transition: unset;
|
|
10537
|
+
|
|
10538
|
+
.igz-action-item {
|
|
10539
|
+
margin: 4px 0 0 0;
|
|
10540
|
+
}
|
|
10541
|
+
}
|
|
10542
|
+
}
|
|
10543
|
+
}
|
|
10544
|
+
|
|
10545
|
+
ncl-breadcrumbs {
|
|
10546
|
+
.main-header-title {
|
|
10547
|
+
&:not(.disable-behavior) {
|
|
10548
|
+
&:hover .main-header-title-text {
|
|
10549
|
+
color: @dark-sky-blue;
|
|
10550
|
+
}
|
|
10551
|
+
}
|
|
10552
|
+
|
|
10553
|
+
&.disable-behavior {
|
|
10554
|
+
color: @dusk-three;
|
|
10555
|
+
}
|
|
10556
|
+
}
|
|
10557
|
+
|
|
10558
|
+
.igz-icon-right {
|
|
10559
|
+
font-size: 11px;
|
|
10560
|
+
font-weight: 100;
|
|
10561
|
+
margin: 0 14px;
|
|
10556
10562
|
}
|
|
10557
10563
|
|
|
10558
|
-
.
|
|
10559
|
-
|
|
10560
|
-
|
|
10561
|
-
flex: none;
|
|
10562
|
-
padding-right: 4px;
|
|
10563
|
-
|
|
10564
|
-
.igz-action-panel {
|
|
10565
|
-
transition: unset;
|
|
10564
|
+
.ncl-header-subtitle {
|
|
10565
|
+
color: @greyish-purple;
|
|
10566
|
+
}
|
|
10566
10567
|
|
|
10567
|
-
|
|
10568
|
-
|
|
10569
|
-
|
|
10570
|
-
}
|
|
10568
|
+
.ncl-bold-subtitle {
|
|
10569
|
+
color: @dusk-three;
|
|
10570
|
+
font-weight: bold;
|
|
10571
10571
|
}
|
|
10572
10572
|
}
|
|
10573
10573
|
|
|
@@ -10941,76 +10941,6 @@ ncl-breadcrumbs {
|
|
|
10941
10941
|
}
|
|
10942
10942
|
}
|
|
10943
10943
|
|
|
10944
|
-
.ncl-search-input {
|
|
10945
|
-
position: relative;
|
|
10946
|
-
color: @silver;
|
|
10947
|
-
|
|
10948
|
-
.container-search-input {
|
|
10949
|
-
background-color: transparent;
|
|
10950
|
-
border-bottom: 1px solid @silver;
|
|
10951
|
-
font-size: 13px;
|
|
10952
|
-
font-weight: 400;
|
|
10953
|
-
height: 36px;
|
|
10954
|
-
line-height: 36px;
|
|
10955
|
-
margin: 0;
|
|
10956
|
-
outline: 0;
|
|
10957
|
-
padding: 0 0 3px 31px;
|
|
10958
|
-
width: 100%;
|
|
10959
|
-
|
|
10960
|
-
&::-webkit-input-placeholder {
|
|
10961
|
-
color: @silver;
|
|
10962
|
-
}
|
|
10963
|
-
|
|
10964
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
10965
|
-
color: @silver;
|
|
10966
|
-
}
|
|
10967
|
-
|
|
10968
|
-
&::-moz-placeholder { /* Firefox 19+ */
|
|
10969
|
-
color: @silver;
|
|
10970
|
-
}
|
|
10971
|
-
|
|
10972
|
-
&:-ms-input-placeholder {
|
|
10973
|
-
color: @silver;
|
|
10974
|
-
}
|
|
10975
|
-
|
|
10976
|
-
&:focus {
|
|
10977
|
-
border-bottom: 1px solid @light-blue;
|
|
10978
|
-
|
|
10979
|
-
&, & + .igz-icon-search:before {
|
|
10980
|
-
color: @dusk-three;
|
|
10981
|
-
}
|
|
10982
|
-
|
|
10983
|
-
&::-webkit-input-placeholder {
|
|
10984
|
-
color: transparent;
|
|
10985
|
-
}
|
|
10986
|
-
|
|
10987
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
10988
|
-
color: transparent;
|
|
10989
|
-
}
|
|
10990
|
-
|
|
10991
|
-
&::-moz-placeholder { /* Firefox 19+ */
|
|
10992
|
-
color: transparent;
|
|
10993
|
-
}
|
|
10994
|
-
|
|
10995
|
-
&:-ms-input-placeholder {
|
|
10996
|
-
color: transparent;
|
|
10997
|
-
}
|
|
10998
|
-
}
|
|
10999
|
-
}
|
|
11000
|
-
|
|
11001
|
-
.igz-icon-search {
|
|
11002
|
-
font-size: 18px;
|
|
11003
|
-
position: absolute;
|
|
11004
|
-
left: 8px;
|
|
11005
|
-
top: 5px;
|
|
11006
|
-
z-index: 1;
|
|
11007
|
-
color: @silver;
|
|
11008
|
-
}
|
|
11009
|
-
|
|
11010
|
-
input::-ms-clear {
|
|
11011
|
-
display: none;
|
|
11012
|
-
}
|
|
11013
|
-
}
|
|
11014
10944
|
.ncl-monaco {
|
|
11015
10945
|
.ncl-monaco-wrapper {
|
|
11016
10946
|
padding-top: 20px;
|
|
@@ -11198,6 +11128,76 @@ ncl-navigation-tabs {
|
|
|
11198
11128
|
}
|
|
11199
11129
|
}
|
|
11200
11130
|
|
|
11131
|
+
.ncl-search-input {
|
|
11132
|
+
position: relative;
|
|
11133
|
+
color: @silver;
|
|
11134
|
+
|
|
11135
|
+
.container-search-input {
|
|
11136
|
+
background-color: transparent;
|
|
11137
|
+
border-bottom: 1px solid @silver;
|
|
11138
|
+
font-size: 13px;
|
|
11139
|
+
font-weight: 400;
|
|
11140
|
+
height: 36px;
|
|
11141
|
+
line-height: 36px;
|
|
11142
|
+
margin: 0;
|
|
11143
|
+
outline: 0;
|
|
11144
|
+
padding: 0 0 3px 31px;
|
|
11145
|
+
width: 100%;
|
|
11146
|
+
|
|
11147
|
+
&::-webkit-input-placeholder {
|
|
11148
|
+
color: @silver;
|
|
11149
|
+
}
|
|
11150
|
+
|
|
11151
|
+
&:-moz-placeholder { /* Firefox 18- */
|
|
11152
|
+
color: @silver;
|
|
11153
|
+
}
|
|
11154
|
+
|
|
11155
|
+
&::-moz-placeholder { /* Firefox 19+ */
|
|
11156
|
+
color: @silver;
|
|
11157
|
+
}
|
|
11158
|
+
|
|
11159
|
+
&:-ms-input-placeholder {
|
|
11160
|
+
color: @silver;
|
|
11161
|
+
}
|
|
11162
|
+
|
|
11163
|
+
&:focus {
|
|
11164
|
+
border-bottom: 1px solid @light-blue;
|
|
11165
|
+
|
|
11166
|
+
&, & + .igz-icon-search:before {
|
|
11167
|
+
color: @dusk-three;
|
|
11168
|
+
}
|
|
11169
|
+
|
|
11170
|
+
&::-webkit-input-placeholder {
|
|
11171
|
+
color: transparent;
|
|
11172
|
+
}
|
|
11173
|
+
|
|
11174
|
+
&:-moz-placeholder { /* Firefox 18- */
|
|
11175
|
+
color: transparent;
|
|
11176
|
+
}
|
|
11177
|
+
|
|
11178
|
+
&::-moz-placeholder { /* Firefox 19+ */
|
|
11179
|
+
color: transparent;
|
|
11180
|
+
}
|
|
11181
|
+
|
|
11182
|
+
&:-ms-input-placeholder {
|
|
11183
|
+
color: transparent;
|
|
11184
|
+
}
|
|
11185
|
+
}
|
|
11186
|
+
}
|
|
11187
|
+
|
|
11188
|
+
.igz-icon-search {
|
|
11189
|
+
font-size: 18px;
|
|
11190
|
+
position: absolute;
|
|
11191
|
+
left: 8px;
|
|
11192
|
+
top: 5px;
|
|
11193
|
+
z-index: 1;
|
|
11194
|
+
color: @silver;
|
|
11195
|
+
}
|
|
11196
|
+
|
|
11197
|
+
input::-ms-clear {
|
|
11198
|
+
display: none;
|
|
11199
|
+
}
|
|
11200
|
+
}
|
|
11201
11201
|
.new-function-wrapper {
|
|
11202
11202
|
.ncl-new-function-color-set();
|
|
11203
11203
|
|
|
@@ -11369,139 +11369,54 @@ ncl-navigation-tabs {
|
|
|
11369
11369
|
}
|
|
11370
11370
|
|
|
11371
11371
|
.actions-menu {
|
|
11372
|
-
visibility: visible;
|
|
11373
|
-
}
|
|
11374
|
-
|
|
11375
|
-
.check-row {
|
|
11376
|
-
background-color: @pale-grey-three;
|
|
11377
|
-
}
|
|
11378
|
-
}
|
|
11379
|
-
|
|
11380
|
-
igz-action-checkbox {
|
|
11381
|
-
visibility: hidden;
|
|
11382
|
-
|
|
11383
|
-
&.visible {
|
|
11384
|
-
visibility: visible;
|
|
11385
|
-
}
|
|
11386
|
-
}
|
|
11387
|
-
|
|
11388
|
-
.common-table-cells-container {
|
|
11389
|
-
cursor: pointer;
|
|
11390
|
-
|
|
11391
|
-
.common-table-cell {
|
|
11392
|
-
.status-icon {
|
|
11393
|
-
display: flex;
|
|
11394
|
-
font-size: 20px;
|
|
11395
|
-
cursor: pointer;
|
|
11396
|
-
margin-left: 9px;
|
|
11397
|
-
.duskThree(0.64);
|
|
11398
|
-
color: @color;
|
|
11399
|
-
}
|
|
11400
|
-
|
|
11401
|
-
.common-table-cell-content {
|
|
11402
|
-
width: 100%;
|
|
11403
|
-
white-space: nowrap;
|
|
11404
|
-
overflow: hidden;
|
|
11405
|
-
text-overflow: ellipsis;
|
|
11406
|
-
min-width: 0;
|
|
11407
|
-
}
|
|
11408
|
-
|
|
11409
|
-
.igz-action-panel {
|
|
11410
|
-
&.invocation-tooltip {
|
|
11411
|
-
height: 36px;
|
|
11412
|
-
width: 56px;
|
|
11413
|
-
}
|
|
11414
|
-
}
|
|
11415
|
-
}
|
|
11416
|
-
|
|
11417
|
-
.function-status {
|
|
11418
|
-
min-width: 100px;
|
|
11419
|
-
}
|
|
11420
|
-
}
|
|
11421
|
-
}
|
|
11422
|
-
}
|
|
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
|
-
}
|
|
11372
|
+
visibility: visible;
|
|
11373
|
+
}
|
|
11462
11374
|
|
|
11463
|
-
|
|
11464
|
-
|
|
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
|
-
}
|
|
11375
|
+
.check-row {
|
|
11376
|
+
background-color: @pale-grey-three;
|
|
11473
11377
|
}
|
|
11474
11378
|
}
|
|
11475
11379
|
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
|
|
11479
|
-
|
|
11480
|
-
|
|
11481
|
-
|
|
11380
|
+
igz-action-checkbox {
|
|
11381
|
+
visibility: hidden;
|
|
11382
|
+
|
|
11383
|
+
&.visible {
|
|
11384
|
+
visibility: visible;
|
|
11385
|
+
}
|
|
11482
11386
|
}
|
|
11483
|
-
}
|
|
11484
11387
|
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
|
-
display: flex;
|
|
11488
|
-
align-items: center;
|
|
11489
|
-
justify-content: flex-end;
|
|
11388
|
+
.common-table-cells-container {
|
|
11389
|
+
cursor: pointer;
|
|
11490
11390
|
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11494
|
-
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11391
|
+
.common-table-cell {
|
|
11392
|
+
.status-icon {
|
|
11393
|
+
display: flex;
|
|
11394
|
+
font-size: 20px;
|
|
11395
|
+
cursor: pointer;
|
|
11396
|
+
margin-left: 9px;
|
|
11397
|
+
.duskThree(0.64);
|
|
11398
|
+
color: @color;
|
|
11399
|
+
}
|
|
11499
11400
|
|
|
11500
|
-
|
|
11501
|
-
|
|
11502
|
-
|
|
11401
|
+
.common-table-cell-content {
|
|
11402
|
+
width: 100%;
|
|
11403
|
+
white-space: nowrap;
|
|
11404
|
+
overflow: hidden;
|
|
11405
|
+
text-overflow: ellipsis;
|
|
11406
|
+
min-width: 0;
|
|
11407
|
+
}
|
|
11408
|
+
|
|
11409
|
+
.igz-action-panel {
|
|
11410
|
+
&.invocation-tooltip {
|
|
11411
|
+
height: 36px;
|
|
11412
|
+
width: 56px;
|
|
11413
|
+
}
|
|
11503
11414
|
}
|
|
11504
11415
|
}
|
|
11416
|
+
|
|
11417
|
+
.function-status {
|
|
11418
|
+
min-width: 100px;
|
|
11419
|
+
}
|
|
11505
11420
|
}
|
|
11506
11421
|
}
|
|
11507
11422
|
}
|
|
@@ -11718,6 +11633,91 @@ ncl-navigation-tabs {
|
|
|
11718
11633
|
}
|
|
11719
11634
|
}
|
|
11720
11635
|
|
|
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
|
+
}
|
|
11648
|
+
}
|
|
11649
|
+
|
|
11650
|
+
.content {
|
|
11651
|
+
border-bottom: 1px solid @pale-grey;
|
|
11652
|
+
padding: 16px 0 16px 16px;
|
|
11653
|
+
|
|
11654
|
+
.event-form {
|
|
11655
|
+
width: 88%;
|
|
11656
|
+
|
|
11657
|
+
.field-wrapper {
|
|
11658
|
+
display: flex;
|
|
11659
|
+
align-items: center;
|
|
11660
|
+
margin: 15px 0 0 0;
|
|
11661
|
+
|
|
11662
|
+
.field-label {
|
|
11663
|
+
font-size: 16px;
|
|
11664
|
+
margin-right: 10px;
|
|
11665
|
+
width: 195px;
|
|
11666
|
+
}
|
|
11667
|
+
|
|
11668
|
+
.field-content {
|
|
11669
|
+
width: 100%;
|
|
11670
|
+
|
|
11671
|
+
.ncl-monaco {
|
|
11672
|
+
height: 200px;
|
|
11673
|
+
}
|
|
11674
|
+
|
|
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;
|
|
11683
|
+
}
|
|
11684
|
+
}
|
|
11685
|
+
}
|
|
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
|
+
}
|
|
11718
|
+
}
|
|
11719
|
+
}
|
|
11720
|
+
|
|
11721
11721
|
.ncl-version-configuration {
|
|
11722
11722
|
> .igz-scrollable-container {
|
|
11723
11723
|
padding: 24px 25px 22px 41px;
|
|
@@ -11745,32 +11745,165 @@ ncl-navigation-tabs {
|
|
|
11745
11745
|
.title {
|
|
11746
11746
|
font-size: 16px;
|
|
11747
11747
|
font-weight: bold;
|
|
11748
|
-
font-style: normal;
|
|
11749
|
-
font-stretch: normal;
|
|
11750
|
-
letter-spacing: normal;
|
|
11751
|
-
text-align: left;
|
|
11748
|
+
font-style: normal;
|
|
11749
|
+
font-stretch: normal;
|
|
11750
|
+
letter-spacing: normal;
|
|
11751
|
+
text-align: left;
|
|
11752
|
+
color: @dusk-three;
|
|
11753
|
+
margin-bottom: 12px;
|
|
11754
|
+
}
|
|
11755
|
+
|
|
11756
|
+
.row {
|
|
11757
|
+
.label {
|
|
11758
|
+
display: block;
|
|
11759
|
+
font-family: Roboto, sans-serif;
|
|
11760
|
+
font-size: 14px;
|
|
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;
|
|
11768
|
+
}
|
|
11769
|
+
}
|
|
11770
|
+
|
|
11771
|
+
.ncl-version-configuration-labels, .ncl-version-configuration-annotations {
|
|
11772
|
+
.more-info-wrapper {
|
|
11773
|
+
height: 20px;
|
|
11774
|
+
}
|
|
11775
|
+
}
|
|
11776
|
+
}
|
|
11777
|
+
}
|
|
11778
|
+
}
|
|
11779
|
+
}
|
|
11780
|
+
|
|
11781
|
+
.ncl-version-monitoring {
|
|
11782
|
+
> .igz-scrollable-container {
|
|
11783
|
+
padding: 24px 25px 22px 41px;
|
|
11784
|
+
}
|
|
11785
|
+
|
|
11786
|
+
.ncl-version-monitoring-wrapper {
|
|
11787
|
+
> .row {
|
|
11788
|
+
display: flex;
|
|
11789
|
+
flex-flow: row wrap;
|
|
11790
|
+
justify-content: space-between;
|
|
11791
|
+
|
|
11792
|
+
.monitoring-block {
|
|
11793
|
+
padding: 16px 23px 16px;
|
|
11794
|
+
background-color: @white;
|
|
11795
|
+
border: solid 1px @pale-grey;
|
|
11796
|
+
overflow: hidden;
|
|
11797
|
+
flex: 1 0 500px;
|
|
11798
|
+
margin-right: 16px;
|
|
11799
|
+
margin-bottom: 16px;
|
|
11800
|
+
|
|
11801
|
+
.enriched-node-selectors {
|
|
11802
|
+
max-width: 1000px;
|
|
11803
|
+
}
|
|
11804
|
+
|
|
11805
|
+
.invocation-block {
|
|
11806
|
+
overflow: visible;
|
|
11807
|
+
display: flex;
|
|
11808
|
+
margin-bottom: 10px;
|
|
11809
|
+
|
|
11810
|
+
.internal-invocation-urls, .external-invocation-urls {
|
|
11811
|
+
flex: 1;
|
|
11812
|
+
|
|
11813
|
+
& .invocation-url-list {
|
|
11814
|
+
list-style: none;
|
|
11815
|
+
padding: 0;
|
|
11816
|
+
}
|
|
11817
|
+
}
|
|
11818
|
+
.external-invocation-urls{
|
|
11819
|
+
.more-info-wrapper{
|
|
11820
|
+
height: auto;
|
|
11821
|
+
}
|
|
11822
|
+
}
|
|
11823
|
+
}
|
|
11824
|
+
|
|
11825
|
+
&.without-collapse {
|
|
11826
|
+
padding: 0;
|
|
11827
|
+
padding-left: 4px;
|
|
11828
|
+
cursor: default;
|
|
11829
|
+
|
|
11830
|
+
&:before {
|
|
11831
|
+
border: 0;
|
|
11832
|
+
display: none;
|
|
11833
|
+
}
|
|
11834
|
+
}
|
|
11835
|
+
|
|
11836
|
+
.icon-collapsed {
|
|
11837
|
+
.duskThree(0.64);
|
|
11838
|
+
color: @color;
|
|
11839
|
+
font-size: 12px;
|
|
11840
|
+
margin: 0 13px 0 4px;
|
|
11841
|
+
}
|
|
11842
|
+
|
|
11843
|
+
.igz-scrollable-container {
|
|
11844
|
+
max-height: 500px;
|
|
11845
|
+
}
|
|
11846
|
+
|
|
11847
|
+
.title {
|
|
11848
|
+
font-size: 16px;
|
|
11849
|
+
font-weight: bold;
|
|
11752
11850
|
color: @dusk-three;
|
|
11753
|
-
margin-bottom: 12px;
|
|
11754
11851
|
}
|
|
11755
11852
|
|
|
11756
|
-
.
|
|
11757
|
-
|
|
11758
|
-
|
|
11759
|
-
|
|
11760
|
-
|
|
11761
|
-
|
|
11762
|
-
|
|
11763
|
-
font-stretch: normal;
|
|
11764
|
-
letter-spacing: normal;
|
|
11765
|
-
text-align: left;
|
|
11766
|
-
color: @dusk-three;
|
|
11767
|
-
padding: 0;
|
|
11853
|
+
.monitoring-invocation-url-wrapper {
|
|
11854
|
+
display: flex;
|
|
11855
|
+
align-items: center;
|
|
11856
|
+
|
|
11857
|
+
.igz-action-panel {
|
|
11858
|
+
top: -2px;
|
|
11859
|
+
left: 5px;
|
|
11768
11860
|
}
|
|
11769
11861
|
}
|
|
11770
11862
|
|
|
11771
|
-
.
|
|
11772
|
-
|
|
11773
|
-
|
|
11863
|
+
.monitoring-invocation-field-invalid {
|
|
11864
|
+
margin-left: 5px;
|
|
11865
|
+
font-family: Roboto;
|
|
11866
|
+
}
|
|
11867
|
+
|
|
11868
|
+
.monitoring-replicas {
|
|
11869
|
+
margin-left: 5px;
|
|
11870
|
+
}
|
|
11871
|
+
}
|
|
11872
|
+
|
|
11873
|
+
.ncl-monitoring-build-logger {
|
|
11874
|
+
.monitoring-block-title {
|
|
11875
|
+
margin-left: 5px;
|
|
11876
|
+
}
|
|
11877
|
+
|
|
11878
|
+
.ncl-monitoring-build-logs {
|
|
11879
|
+
padding: 0 0 7px 4px;
|
|
11880
|
+
|
|
11881
|
+
&.collapsing {
|
|
11882
|
+
transition-duration: 150ms;
|
|
11883
|
+
}
|
|
11884
|
+
}
|
|
11885
|
+
}
|
|
11886
|
+
|
|
11887
|
+
.ncl-monitoring-error-logger {
|
|
11888
|
+
max-height: 335px;
|
|
11889
|
+
|
|
11890
|
+
.monitoring-block-title {
|
|
11891
|
+
margin-left: 5px;
|
|
11892
|
+
}
|
|
11893
|
+
|
|
11894
|
+
.ncl-monitoring-error-logs {
|
|
11895
|
+
padding: 0 0 7px 4px;
|
|
11896
|
+
|
|
11897
|
+
&.collapsing {
|
|
11898
|
+
transition-duration: 150ms;
|
|
11899
|
+
}
|
|
11900
|
+
|
|
11901
|
+
.error-panel {
|
|
11902
|
+
.logs-common();
|
|
11903
|
+
color: @dusk-three;
|
|
11904
|
+
padding: 5px;
|
|
11905
|
+
margin-left: 24px;
|
|
11906
|
+
max-height: 232px;
|
|
11774
11907
|
}
|
|
11775
11908
|
}
|
|
11776
11909
|
}
|
|
@@ -11903,207 +12036,153 @@ ncl-navigation-tabs {
|
|
|
11903
12036
|
}
|
|
11904
12037
|
}
|
|
11905
12038
|
|
|
11906
|
-
.ncl-version-
|
|
11907
|
-
|
|
11908
|
-
padding: 24px 25px 22px 41px;
|
|
11909
|
-
}
|
|
11910
|
-
|
|
11911
|
-
.ncl-version-monitoring-wrapper {
|
|
11912
|
-
> .row {
|
|
11913
|
-
display: flex;
|
|
11914
|
-
flex-flow: row wrap;
|
|
11915
|
-
justify-content: space-between;
|
|
11916
|
-
|
|
11917
|
-
.monitoring-block {
|
|
11918
|
-
padding: 16px 23px 16px;
|
|
11919
|
-
background-color: @white;
|
|
11920
|
-
border: solid 1px @pale-grey;
|
|
11921
|
-
overflow: hidden;
|
|
11922
|
-
flex: 1 0 500px;
|
|
11923
|
-
margin-right: 16px;
|
|
11924
|
-
margin-bottom: 16px;
|
|
11925
|
-
|
|
11926
|
-
.enriched-node-selectors {
|
|
11927
|
-
max-width: 1000px;
|
|
11928
|
-
}
|
|
11929
|
-
|
|
11930
|
-
.invocation-block {
|
|
11931
|
-
overflow: visible;
|
|
11932
|
-
display: flex;
|
|
11933
|
-
margin-bottom: 10px;
|
|
11934
|
-
|
|
11935
|
-
.internal-invocation-urls, .external-invocation-urls {
|
|
11936
|
-
flex: 1;
|
|
12039
|
+
.ncl-version-trigger {
|
|
12040
|
+
padding: 11px 24px;
|
|
11937
12041
|
|
|
11938
|
-
|
|
11939
|
-
|
|
11940
|
-
|
|
11941
|
-
}
|
|
11942
|
-
}
|
|
11943
|
-
.external-invocation-urls{
|
|
11944
|
-
.more-info-wrapper{
|
|
11945
|
-
height: auto;
|
|
11946
|
-
}
|
|
11947
|
-
}
|
|
11948
|
-
}
|
|
12042
|
+
.common-table-header {
|
|
12043
|
+
border: none;
|
|
12044
|
+
padding-left: 24px;
|
|
11949
12045
|
|
|
11950
|
-
|
|
11951
|
-
|
|
11952
|
-
|
|
11953
|
-
|
|
12046
|
+
.common-table-cell {
|
|
12047
|
+
font-size: 14px;
|
|
12048
|
+
font-weight: bold;
|
|
12049
|
+
letter-spacing: normal;
|
|
12050
|
+
color: @dusk-three;
|
|
12051
|
+
height: 46px;
|
|
12052
|
+
}
|
|
12053
|
+
}
|
|
11954
12054
|
|
|
11955
|
-
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
12055
|
+
.common-table-body {
|
|
12056
|
+
.common-table-row {
|
|
12057
|
+
&:not(.read-only):hover {
|
|
12058
|
+
.common-table-cells-container {
|
|
12059
|
+
background-color: @white;
|
|
11959
12060
|
}
|
|
11960
12061
|
|
|
11961
|
-
.
|
|
11962
|
-
|
|
11963
|
-
color: @color;
|
|
11964
|
-
font-size: 12px;
|
|
11965
|
-
margin: 0 13px 0 4px;
|
|
12062
|
+
.actions-menu {
|
|
12063
|
+
background-color: @white;
|
|
11966
12064
|
}
|
|
12065
|
+
}
|
|
12066
|
+
}
|
|
12067
|
+
}
|
|
11967
12068
|
|
|
11968
|
-
|
|
11969
|
-
|
|
11970
|
-
|
|
12069
|
+
.http-trigger-checkbox {
|
|
12070
|
+
display: flex;
|
|
12071
|
+
}
|
|
11971
12072
|
|
|
11972
|
-
|
|
11973
|
-
|
|
11974
|
-
|
|
11975
|
-
color: @dusk-three;
|
|
11976
|
-
}
|
|
12073
|
+
.item-row .item-name, .item-row .item-class, .item-row .item-info {
|
|
12074
|
+
padding-left: 0;
|
|
12075
|
+
}
|
|
11977
12076
|
|
|
11978
|
-
|
|
11979
|
-
|
|
11980
|
-
|
|
12077
|
+
.title-field-row .name-field, .item-row .item-name, .header-name {
|
|
12078
|
+
margin-right: 16px;
|
|
12079
|
+
width: 15%;
|
|
12080
|
+
}
|
|
11981
12081
|
|
|
11982
|
-
|
|
11983
|
-
|
|
11984
|
-
|
|
11985
|
-
|
|
11986
|
-
}
|
|
12082
|
+
.title-field-row .class-field, .item-row .item-class, .header-class {
|
|
12083
|
+
margin-right: 16px;
|
|
12084
|
+
width: 10%;
|
|
12085
|
+
}
|
|
11987
12086
|
|
|
11988
|
-
|
|
11989
|
-
|
|
11990
|
-
|
|
11991
|
-
|
|
12087
|
+
.title-field-row .class-field {
|
|
12088
|
+
width: auto;
|
|
12089
|
+
}
|
|
12090
|
+
}
|
|
11992
12091
|
|
|
11993
|
-
|
|
11994
|
-
|
|
11995
|
-
|
|
11996
|
-
|
|
12092
|
+
.function-from-scratch-content {
|
|
12093
|
+
.splash-screen {
|
|
12094
|
+
top: 0;
|
|
12095
|
+
}
|
|
11997
12096
|
|
|
11998
|
-
|
|
11999
|
-
|
|
12000
|
-
margin-left: 5px;
|
|
12001
|
-
}
|
|
12097
|
+
.title-wrapper {
|
|
12098
|
+
margin-left: 50px;
|
|
12002
12099
|
|
|
12003
|
-
|
|
12004
|
-
|
|
12100
|
+
.title {
|
|
12101
|
+
color: @dusk-three;
|
|
12102
|
+
font-size: 16px;
|
|
12103
|
+
font-weight: bold;
|
|
12104
|
+
}
|
|
12105
|
+
}
|
|
12005
12106
|
|
|
12006
|
-
|
|
12007
|
-
|
|
12008
|
-
}
|
|
12009
|
-
}
|
|
12010
|
-
}
|
|
12107
|
+
.function-configuration {
|
|
12108
|
+
margin: 28px 0 0 0;
|
|
12011
12109
|
|
|
12012
|
-
|
|
12013
|
-
|
|
12110
|
+
.configuration-form {
|
|
12111
|
+
display: flex;
|
|
12014
12112
|
|
|
12015
|
-
|
|
12016
|
-
|
|
12017
|
-
|
|
12113
|
+
.function-name-wrapper {
|
|
12114
|
+
width: 50%;
|
|
12115
|
+
display: flex;
|
|
12116
|
+
padding: 0 24px 0 74px;
|
|
12018
12117
|
|
|
12019
|
-
.
|
|
12020
|
-
|
|
12118
|
+
.projects-drop-down {
|
|
12119
|
+
width: 40%;
|
|
12120
|
+
margin-right: 48px;
|
|
12021
12121
|
|
|
12022
|
-
|
|
12023
|
-
|
|
12122
|
+
.input-label {
|
|
12123
|
+
font-size: 14px;
|
|
12124
|
+
font-weight: 600;
|
|
12125
|
+
color: @dusk-three;
|
|
12024
12126
|
}
|
|
12025
12127
|
|
|
12026
|
-
|
|
12027
|
-
.
|
|
12028
|
-
|
|
12029
|
-
|
|
12030
|
-
|
|
12031
|
-
|
|
12128
|
+
igz-default-dropdown {
|
|
12129
|
+
.default-dropdown {
|
|
12130
|
+
background-color: @white;
|
|
12131
|
+
|
|
12132
|
+
.default-dropdown-field {
|
|
12133
|
+
&:focus {
|
|
12134
|
+
background-color: inherit;
|
|
12135
|
+
}
|
|
12136
|
+
}
|
|
12137
|
+
}
|
|
12032
12138
|
}
|
|
12033
12139
|
}
|
|
12034
|
-
}
|
|
12035
|
-
}
|
|
12036
|
-
}
|
|
12037
|
-
}
|
|
12038
|
-
|
|
12039
|
-
.ncl-version-trigger {
|
|
12040
|
-
padding: 11px 24px;
|
|
12041
|
-
|
|
12042
|
-
.common-table-header {
|
|
12043
|
-
border: none;
|
|
12044
|
-
padding-left: 24px;
|
|
12045
12140
|
|
|
12046
|
-
|
|
12047
|
-
|
|
12048
|
-
font-weight: bold;
|
|
12049
|
-
letter-spacing: normal;
|
|
12050
|
-
color: @dusk-three;
|
|
12051
|
-
height: 46px;
|
|
12052
|
-
}
|
|
12053
|
-
}
|
|
12141
|
+
.function-name {
|
|
12142
|
+
width: 100%;
|
|
12054
12143
|
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
12059
|
-
|
|
12060
|
-
}
|
|
12144
|
+
.input-label {
|
|
12145
|
+
font-size: 14px;
|
|
12146
|
+
font-weight: 600;
|
|
12147
|
+
color: @dusk-three;
|
|
12148
|
+
}
|
|
12061
12149
|
|
|
12062
|
-
|
|
12063
|
-
|
|
12150
|
+
igz-validating-input-field {
|
|
12151
|
+
margin-left: 2px;
|
|
12152
|
+
}
|
|
12064
12153
|
}
|
|
12065
12154
|
}
|
|
12066
|
-
}
|
|
12067
|
-
}
|
|
12068
|
-
|
|
12069
|
-
.http-trigger-checkbox {
|
|
12070
|
-
display: flex;
|
|
12071
|
-
}
|
|
12072
|
-
|
|
12073
|
-
.item-row .item-name, .item-row .item-class, .item-row .item-info {
|
|
12074
|
-
padding-left: 0;
|
|
12075
|
-
}
|
|
12076
|
-
|
|
12077
|
-
.title-field-row .name-field, .item-row .item-name, .header-name {
|
|
12078
|
-
margin-right: 16px;
|
|
12079
|
-
width: 15%;
|
|
12080
|
-
}
|
|
12081
12155
|
|
|
12082
|
-
|
|
12083
|
-
|
|
12084
|
-
|
|
12085
|
-
|
|
12156
|
+
.function-runtime-wrapper {
|
|
12157
|
+
width: 50%;
|
|
12158
|
+
padding-left: 24px;
|
|
12159
|
+
padding-right: 10%;
|
|
12086
12160
|
|
|
12087
|
-
|
|
12088
|
-
|
|
12089
|
-
|
|
12090
|
-
|
|
12161
|
+
.function-runtime {
|
|
12162
|
+
.input-label {
|
|
12163
|
+
font-size: 14px;
|
|
12164
|
+
font-weight: 600;
|
|
12165
|
+
color: @dusk-three;
|
|
12166
|
+
}
|
|
12091
12167
|
|
|
12092
|
-
|
|
12093
|
-
|
|
12094
|
-
|
|
12168
|
+
igz-default-dropdown {
|
|
12169
|
+
.default-dropdown {
|
|
12170
|
+
background-color: @white;
|
|
12095
12171
|
|
|
12096
|
-
|
|
12097
|
-
|
|
12098
|
-
|
|
12099
|
-
|
|
12100
|
-
|
|
12101
|
-
|
|
12102
|
-
|
|
12172
|
+
.default-dropdown-field {
|
|
12173
|
+
&:focus {
|
|
12174
|
+
background-color: inherit;
|
|
12175
|
+
}
|
|
12176
|
+
}
|
|
12177
|
+
}
|
|
12178
|
+
}
|
|
12103
12179
|
|
|
12104
|
-
|
|
12105
|
-
|
|
12106
|
-
|
|
12180
|
+
.bottom-bar {
|
|
12181
|
+
display: flex;
|
|
12182
|
+
justify-content: flex-end;
|
|
12183
|
+
margin-top: 48px;
|
|
12184
|
+
}
|
|
12185
|
+
}
|
|
12107
12186
|
}
|
|
12108
12187
|
}
|
|
12109
12188
|
}
|
|
@@ -12371,100 +12450,21 @@ ncl-navigation-tabs {
|
|
|
12371
12450
|
}
|
|
12372
12451
|
}
|
|
12373
12452
|
|
|
12374
|
-
.
|
|
12375
|
-
|
|
12376
|
-
|
|
12377
|
-
}
|
|
12378
|
-
|
|
12379
|
-
.title-wrapper {
|
|
12380
|
-
margin-left: 50px;
|
|
12381
|
-
|
|
12382
|
-
.title {
|
|
12383
|
-
color: @dusk-three;
|
|
12384
|
-
font-size: 16px;
|
|
12385
|
-
font-weight: bold;
|
|
12386
|
-
}
|
|
12387
|
-
}
|
|
12388
|
-
|
|
12389
|
-
.function-configuration {
|
|
12390
|
-
margin: 28px 0 0 0;
|
|
12391
|
-
|
|
12392
|
-
.configuration-form {
|
|
12393
|
-
display: flex;
|
|
12394
|
-
|
|
12395
|
-
.function-name-wrapper {
|
|
12396
|
-
width: 50%;
|
|
12397
|
-
display: flex;
|
|
12398
|
-
padding: 0 24px 0 74px;
|
|
12399
|
-
|
|
12400
|
-
.projects-drop-down {
|
|
12401
|
-
width: 40%;
|
|
12402
|
-
margin-right: 48px;
|
|
12403
|
-
|
|
12404
|
-
.input-label {
|
|
12405
|
-
font-size: 14px;
|
|
12406
|
-
font-weight: 600;
|
|
12407
|
-
color: @dusk-three;
|
|
12408
|
-
}
|
|
12409
|
-
|
|
12410
|
-
igz-default-dropdown {
|
|
12411
|
-
.default-dropdown {
|
|
12412
|
-
background-color: @white;
|
|
12413
|
-
|
|
12414
|
-
.default-dropdown-field {
|
|
12415
|
-
&:focus {
|
|
12416
|
-
background-color: inherit;
|
|
12417
|
-
}
|
|
12418
|
-
}
|
|
12419
|
-
}
|
|
12420
|
-
}
|
|
12421
|
-
}
|
|
12422
|
-
|
|
12423
|
-
.function-name {
|
|
12424
|
-
width: 100%;
|
|
12425
|
-
|
|
12426
|
-
.input-label {
|
|
12427
|
-
font-size: 14px;
|
|
12428
|
-
font-weight: 600;
|
|
12429
|
-
color: @dusk-three;
|
|
12430
|
-
}
|
|
12431
|
-
|
|
12432
|
-
igz-validating-input-field {
|
|
12433
|
-
margin-left: 2px;
|
|
12434
|
-
}
|
|
12435
|
-
}
|
|
12436
|
-
}
|
|
12437
|
-
|
|
12438
|
-
.function-runtime-wrapper {
|
|
12439
|
-
width: 50%;
|
|
12440
|
-
padding-left: 24px;
|
|
12441
|
-
padding-right: 10%;
|
|
12442
|
-
|
|
12443
|
-
.function-runtime {
|
|
12444
|
-
.input-label {
|
|
12445
|
-
font-size: 14px;
|
|
12446
|
-
font-weight: 600;
|
|
12447
|
-
color: @dusk-three;
|
|
12448
|
-
}
|
|
12449
|
-
|
|
12450
|
-
igz-default-dropdown {
|
|
12451
|
-
.default-dropdown {
|
|
12452
|
-
background-color: @white;
|
|
12453
|
+
.ncl-text-size-dropdown {
|
|
12454
|
+
display: flex;
|
|
12455
|
+
justify-content: flex-end;
|
|
12453
12456
|
|
|
12454
|
-
|
|
12455
|
-
|
|
12456
|
-
|
|
12457
|
-
|
|
12458
|
-
|
|
12459
|
-
|
|
12460
|
-
|
|
12457
|
+
.text-size-action-item {
|
|
12458
|
+
width: 35px;
|
|
12459
|
+
height: 35px;
|
|
12460
|
+
margin: 0 8px 0 0;
|
|
12461
|
+
display: flex;
|
|
12462
|
+
justify-content: space-evenly;
|
|
12463
|
+
font-size: 18px;
|
|
12461
12464
|
|
|
12462
|
-
|
|
12463
|
-
|
|
12464
|
-
|
|
12465
|
-
margin-top: 48px;
|
|
12466
|
-
}
|
|
12467
|
-
}
|
|
12465
|
+
.action-icon {
|
|
12466
|
+
&.igz-icon-decrease {
|
|
12467
|
+
font-size: 10px;
|
|
12468
12468
|
}
|
|
12469
12469
|
}
|
|
12470
12470
|
}
|
|
@@ -13268,296 +13268,241 @@ ncl-navigation-tabs {
|
|
|
13268
13268
|
}
|
|
13269
13269
|
}
|
|
13270
13270
|
|
|
13271
|
-
.ncl-
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
|
|
13275
|
-
.functional-buttons {
|
|
13276
|
-
.duskThree(0.64);
|
|
13277
|
-
display: flex;
|
|
13278
|
-
justify-content: flex-end;
|
|
13279
|
-
color: @color;
|
|
13280
|
-
font-size: 16px;
|
|
13281
|
-
|
|
13282
|
-
> div {
|
|
13283
|
-
margin-right: 24px;
|
|
13284
|
-
|
|
13285
|
-
&:hover {
|
|
13286
|
-
color: @dusk-three;
|
|
13287
|
-
}
|
|
13288
|
-
}
|
|
13271
|
+
.ncl-version-configuration-build {
|
|
13272
|
+
&.disabled {
|
|
13273
|
+
opacity: .5;
|
|
13289
13274
|
}
|
|
13290
13275
|
|
|
13291
|
-
.
|
|
13292
|
-
|
|
13293
|
-
display: flex;
|
|
13294
|
-
align-items: center;
|
|
13295
|
-
position: relative;
|
|
13296
|
-
height: 36px;
|
|
13297
|
-
background-color: @white;
|
|
13298
|
-
color: @dusk-three;
|
|
13299
|
-
box-shadow: 1.7px 1.1px 4px 0 @color;
|
|
13300
|
-
border: solid 1px @pale-grey;
|
|
13301
|
-
margin-bottom: 10px;
|
|
13302
|
-
|
|
13303
|
-
.igz-icon-right {
|
|
13304
|
-
.duskThree(0.64);
|
|
13305
|
-
font-size: 12px;
|
|
13306
|
-
color: @color;
|
|
13307
|
-
margin: 0 8px 0 12px;
|
|
13308
|
-
|
|
13309
|
-
&::before {
|
|
13310
|
-
vertical-align: text-bottom;
|
|
13311
|
-
}
|
|
13312
|
-
}
|
|
13276
|
+
.build-field {
|
|
13277
|
+
margin-bottom: 23px;
|
|
13313
13278
|
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13317
|
-
width: 20px;
|
|
13318
|
-
text-align: center;
|
|
13279
|
+
&.build-base-image-field {
|
|
13280
|
+
padding-right: 10px;
|
|
13281
|
+
}
|
|
13319
13282
|
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
}
|
|
13283
|
+
&.build-onbuild-image-field {
|
|
13284
|
+
padding-left: 10px;
|
|
13285
|
+
}
|
|
13324
13286
|
|
|
13325
|
-
|
|
13326
|
-
|
|
13287
|
+
.field-label {
|
|
13288
|
+
font-family: @font-family-sans-serif;
|
|
13289
|
+
font-size: 14px;
|
|
13290
|
+
font-weight: 500;
|
|
13291
|
+
text-align: left;
|
|
13292
|
+
color: @dusk-three;
|
|
13293
|
+
}
|
|
13327
13294
|
|
|
13328
|
-
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
}
|
|
13295
|
+
.label-with-tooltip {
|
|
13296
|
+
height: 20px;
|
|
13297
|
+
}
|
|
13332
13298
|
|
|
13333
|
-
|
|
13334
|
-
|
|
13299
|
+
.validating-input-field {
|
|
13300
|
+
.input-field {
|
|
13301
|
+
padding: 0 10px 0 17px;
|
|
13335
13302
|
}
|
|
13336
13303
|
|
|
13337
|
-
|
|
13338
|
-
|
|
13304
|
+
.input-placeholder {
|
|
13305
|
+
left: 18px;
|
|
13306
|
+
font-style: italic;
|
|
13307
|
+
font-size: 14px;
|
|
13339
13308
|
}
|
|
13309
|
+
}
|
|
13340
13310
|
|
|
13341
|
-
|
|
13342
|
-
|
|
13311
|
+
.build-textarea-input {
|
|
13312
|
+
&.build-commands-input {
|
|
13313
|
+
.textarea-field {
|
|
13314
|
+
height: 150px;
|
|
13315
|
+
}
|
|
13343
13316
|
}
|
|
13344
|
-
}
|
|
13345
13317
|
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
|
|
13351
|
-
|
|
13318
|
+
.textarea-field {
|
|
13319
|
+
height: 70px;
|
|
13320
|
+
resize: none;
|
|
13321
|
+
white-space: pre;
|
|
13322
|
+
overflow: auto;
|
|
13323
|
+
}
|
|
13352
13324
|
}
|
|
13325
|
+
}
|
|
13353
13326
|
|
|
13354
|
-
|
|
13355
|
-
|
|
13356
|
-
width: 200px;
|
|
13357
|
-
margin-right: 30px;
|
|
13358
|
-
}
|
|
13327
|
+
.build-checkboxes {
|
|
13328
|
+
display: flex;
|
|
13359
13329
|
|
|
13360
|
-
.
|
|
13361
|
-
|
|
13362
|
-
|
|
13363
|
-
|
|
13364
|
-
position: absolute;
|
|
13365
|
-
top: 9px;
|
|
13366
|
-
right: 9px;
|
|
13330
|
+
.checkbox-block {
|
|
13331
|
+
display: inline-flex;
|
|
13332
|
+
align-items: baseline;
|
|
13333
|
+
margin-right: 15px;
|
|
13367
13334
|
}
|
|
13368
13335
|
}
|
|
13369
13336
|
|
|
13370
|
-
.
|
|
13371
|
-
|
|
13372
|
-
color: @dusk-three;
|
|
13373
|
-
border: solid 1px @pale-grey;
|
|
13374
|
-
margin-bottom: 10px;
|
|
13337
|
+
.files-field {
|
|
13338
|
+
margin-bottom: 1px;
|
|
13375
13339
|
|
|
13376
|
-
.
|
|
13377
|
-
|
|
13340
|
+
.uploading-files {
|
|
13341
|
+
margin-top: -6px;
|
|
13378
13342
|
display: flex;
|
|
13379
|
-
align-items: center;
|
|
13380
|
-
height: 34px;
|
|
13381
13343
|
|
|
13382
|
-
.
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
color: @
|
|
13386
|
-
|
|
13344
|
+
.file-block {
|
|
13345
|
+
height: 32px;
|
|
13346
|
+
border-radius: 2px;
|
|
13347
|
+
background-color: @light-grayish-blue;
|
|
13348
|
+
border: solid 1px @pale-grey;
|
|
13387
13349
|
|
|
13388
|
-
|
|
13389
|
-
|
|
13350
|
+
.file-name {
|
|
13351
|
+
height: 14px;
|
|
13352
|
+
font-family: @font-family-sans-serif;
|
|
13353
|
+
font-size: 14px;
|
|
13354
|
+
line-height: 1.38;
|
|
13390
13355
|
}
|
|
13391
|
-
}
|
|
13392
|
-
|
|
13393
|
-
.level-icon {
|
|
13394
|
-
display: inline-block;
|
|
13395
|
-
margin-right: 8px;
|
|
13396
|
-
width: 20px;
|
|
13397
|
-
text-align: center;
|
|
13398
13356
|
|
|
13399
|
-
|
|
13400
|
-
|
|
13401
|
-
|
|
13357
|
+
.ncl-icon-script,
|
|
13358
|
+
.ncl-icon-file,
|
|
13359
|
+
.file-name {
|
|
13360
|
+
display: inline-block;
|
|
13402
13361
|
}
|
|
13403
13362
|
|
|
13404
|
-
|
|
13405
|
-
|
|
13363
|
+
.progress {
|
|
13364
|
+
position: absolute;
|
|
13365
|
+
background-color: @white;
|
|
13366
|
+
display: inline-block;
|
|
13367
|
+
width: 95px;
|
|
13368
|
+
height: 6px;
|
|
13369
|
+
border: 1px solid @pale-grey;
|
|
13370
|
+
border-radius: 2px;
|
|
13371
|
+
top: 13px;
|
|
13372
|
+
right: 28px;
|
|
13406
13373
|
|
|
13407
|
-
|
|
13408
|
-
|
|
13374
|
+
.progress-bar {
|
|
13375
|
+
border-radius: 2px;
|
|
13376
|
+
background-color: @dark-sky-blue;
|
|
13409
13377
|
}
|
|
13410
13378
|
}
|
|
13411
13379
|
|
|
13412
|
-
|
|
13413
|
-
|
|
13380
|
+
.build-close-button {
|
|
13381
|
+
position: absolute;
|
|
13382
|
+
right: 13px;
|
|
13383
|
+
width: 10px;
|
|
13384
|
+
height: 10px;
|
|
13385
|
+
border: none;
|
|
13386
|
+
outline: none;
|
|
13387
|
+
background: none;
|
|
13388
|
+
margin-top: 3px;
|
|
13389
|
+
font-size: 10px;
|
|
13414
13390
|
}
|
|
13415
13391
|
|
|
13416
|
-
|
|
13417
|
-
|
|
13392
|
+
.ncl-icon-file {
|
|
13393
|
+
font-size: 20px;
|
|
13418
13394
|
}
|
|
13419
13395
|
|
|
13420
|
-
|
|
13421
|
-
|
|
13396
|
+
.ncl-icon-script,
|
|
13397
|
+
.ncl-icon-file,
|
|
13398
|
+
.ncl-icon-close {
|
|
13399
|
+
color: @greyish-purple;
|
|
13422
13400
|
}
|
|
13423
13401
|
}
|
|
13424
13402
|
|
|
13425
|
-
.
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
font-size: 14px;
|
|
13429
|
-
font-weight: bold;
|
|
13430
|
-
margin-right: 15px;
|
|
13431
|
-
}
|
|
13403
|
+
.uploading-proccess-wrapper {
|
|
13404
|
+
width: 100%;
|
|
13405
|
+
flex-grow: 2.5;
|
|
13432
13406
|
|
|
13433
|
-
|
|
13434
|
-
|
|
13435
|
-
|
|
13436
|
-
top: 9px;
|
|
13437
|
-
right: 9px;
|
|
13438
|
-
color: @color;
|
|
13439
|
-
font-size: 14px;
|
|
13440
|
-
}
|
|
13441
|
-
}
|
|
13407
|
+
.uploading {
|
|
13408
|
+
position: relative;
|
|
13409
|
+
padding: 6px 130px 6px 8px;
|
|
13442
13410
|
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13411
|
+
.progress-percents {
|
|
13412
|
+
margin-left: 15px;
|
|
13413
|
+
color: @dark-grey;
|
|
13414
|
+
}
|
|
13446
13415
|
|
|
13447
|
-
|
|
13448
|
-
|
|
13449
|
-
|
|
13450
|
-
|
|
13451
|
-
|
|
13452
|
-
|
|
13453
|
-
|
|
13454
|
-
|
|
13455
|
-
|
|
13456
|
-
|
|
13416
|
+
.file-name {
|
|
13417
|
+
margin-left: 8px;
|
|
13418
|
+
color: @dark-sky-blue;
|
|
13419
|
+
text-overflow: ellipsis;
|
|
13420
|
+
}
|
|
13421
|
+
|
|
13422
|
+
.ncl-icon-script {
|
|
13423
|
+
font-size: 12px;
|
|
13424
|
+
}
|
|
13425
|
+
}
|
|
13426
|
+
|
|
13427
|
+
.uploading-file {
|
|
13428
|
+
padding: 3px 55px 3px 8px;
|
|
13429
|
+
|
|
13430
|
+
.file-name {
|
|
13431
|
+
vertical-align: top;
|
|
13432
|
+
margin: 4px;
|
|
13433
|
+
margin-left: 9px;
|
|
13434
|
+
}
|
|
13435
|
+
}
|
|
13457
13436
|
}
|
|
13458
13437
|
|
|
13459
|
-
.
|
|
13460
|
-
|
|
13461
|
-
width: 70%;
|
|
13462
|
-
word-wrap: break-word;
|
|
13463
|
-
margin: 0 0 16px 62px;
|
|
13438
|
+
.one-file-uploaded {
|
|
13439
|
+
margin-right: 16px;
|
|
13464
13440
|
}
|
|
13465
13441
|
|
|
13466
|
-
.
|
|
13467
|
-
|
|
13442
|
+
.uploaded-wrapper {
|
|
13443
|
+
width: 100%;
|
|
13444
|
+
display: flex;
|
|
13445
|
+
justify-content: space-between;
|
|
13468
13446
|
|
|
13469
|
-
.
|
|
13470
|
-
|
|
13447
|
+
.uploaded {
|
|
13448
|
+
position: relative;
|
|
13449
|
+
flex-grow: 1;
|
|
13450
|
+
padding: 6px 40px 6px 8px;
|
|
13451
|
+
|
|
13452
|
+
.file-name {
|
|
13453
|
+
margin-left: 9px;
|
|
13454
|
+
color: @dusk-three;
|
|
13455
|
+
|
|
13456
|
+
.uploaded-file-directory {
|
|
13457
|
+
margin-left: 8px;
|
|
13458
|
+
color: @dark-greyish-blue;
|
|
13459
|
+
}
|
|
13460
|
+
}
|
|
13471
13461
|
}
|
|
13472
13462
|
|
|
13473
|
-
|
|
13474
|
-
|
|
13475
|
-
line-height: 2;
|
|
13463
|
+
.uploaded-file {
|
|
13464
|
+
padding: 3px 55px 3px 8px;
|
|
13476
13465
|
|
|
13477
|
-
.
|
|
13478
|
-
|
|
13479
|
-
|
|
13480
|
-
width: 30%;
|
|
13466
|
+
.file-name {
|
|
13467
|
+
margin: 4px 4px 4px 9px;
|
|
13468
|
+
vertical-align: top;
|
|
13481
13469
|
}
|
|
13482
13470
|
|
|
13483
|
-
.
|
|
13484
|
-
|
|
13485
|
-
font-size: 14px;
|
|
13486
|
-
width: 70%;
|
|
13471
|
+
.build-close-button {
|
|
13472
|
+
top: 6px;
|
|
13487
13473
|
}
|
|
13488
13474
|
}
|
|
13489
13475
|
}
|
|
13490
13476
|
}
|
|
13491
13477
|
}
|
|
13492
13478
|
|
|
13493
|
-
.
|
|
13494
|
-
|
|
13495
|
-
|
|
13496
|
-
color: @pale-grey;
|
|
13497
|
-
text-align: center;
|
|
13498
|
-
}
|
|
13499
|
-
}
|
|
13500
|
-
.ncl-test-events-navigation-tabs {
|
|
13501
|
-
display: flex;
|
|
13502
|
-
background: #f8f8fb;
|
|
13503
|
-
height: 40px;
|
|
13504
|
-
border-top: 1px solid @pale-grey;
|
|
13505
|
-
border-bottom: 1px solid @pale-grey;
|
|
13506
|
-
|
|
13507
|
-
.test-events-navigation-tab {
|
|
13508
|
-
.duskThree(0.64);
|
|
13509
|
-
position: relative;
|
|
13510
|
-
float: left;
|
|
13511
|
-
height: 27px;
|
|
13512
|
-
padding: 10px 40px 0;
|
|
13513
|
-
font-family: @font-family-sans-serif;
|
|
13514
|
-
color: @color;
|
|
13515
|
-
font-size: 13px;
|
|
13516
|
-
text-align: center;
|
|
13517
|
-
cursor: pointer;
|
|
13518
|
-
border-bottom: none;
|
|
13519
|
-
box-sizing: content-box;
|
|
13520
|
-
|
|
13521
|
-
&.active, &.active:hover {
|
|
13522
|
-
background: none;
|
|
13523
|
-
color: @dusk-three;
|
|
13524
|
-
border-bottom: 2px solid @dusk-three;
|
|
13525
|
-
font-weight: bold;
|
|
13479
|
+
.configuration-build-title-wrapper {
|
|
13480
|
+
display: flex;
|
|
13481
|
+
justify-content: space-between;
|
|
13526
13482
|
|
|
13527
|
-
|
|
13528
|
-
|
|
13529
|
-
|
|
13483
|
+
.igz-action-menu {
|
|
13484
|
+
.menu-button {
|
|
13485
|
+
width: 40px;
|
|
13486
|
+
height: 40px;
|
|
13487
|
+
display: flex;
|
|
13488
|
+
justify-content: center;
|
|
13489
|
+
align-items: center;
|
|
13490
|
+
font-size: 22px;
|
|
13491
|
+
margin: -10px -15px 0 0;
|
|
13492
|
+
border-radius: 50%;
|
|
13493
|
+
color: @dusk-three;
|
|
13530
13494
|
}
|
|
13531
|
-
}
|
|
13532
|
-
|
|
13533
|
-
.badge {
|
|
13534
|
-
display: inline-block;
|
|
13535
|
-
min-width: 22px;
|
|
13536
|
-
padding: 3px 7px;
|
|
13537
|
-
font-size: 12px;
|
|
13538
|
-
font-weight: 500;
|
|
13539
|
-
color: @greyish-purple;
|
|
13540
|
-
line-height: 1;
|
|
13541
|
-
vertical-align: middle;
|
|
13542
|
-
white-space: nowrap;
|
|
13543
|
-
text-align: center;
|
|
13544
|
-
background-color: @pale-grey;
|
|
13545
|
-
border-radius: 7.5px;
|
|
13546
|
-
margin-left: 7px;
|
|
13547
|
-
margin-top: -4px;
|
|
13548
|
-
}
|
|
13549
|
-
}
|
|
13550
|
-
|
|
13551
|
-
.default-dropdown {
|
|
13552
|
-
float: left;
|
|
13553
|
-
width: 105px;
|
|
13554
13495
|
|
|
13555
|
-
|
|
13556
|
-
|
|
13557
|
-
|
|
13496
|
+
.active {
|
|
13497
|
+
.black(0.1);
|
|
13498
|
+
background-color: @silver;
|
|
13499
|
+
box-shadow: inset 0px 2px 3px 0 @color;
|
|
13500
|
+
}
|
|
13558
13501
|
|
|
13559
|
-
|
|
13560
|
-
|
|
13502
|
+
.menu-dropdown {
|
|
13503
|
+
margin-top: 4px;
|
|
13504
|
+
right: -18px;
|
|
13505
|
+
}
|
|
13561
13506
|
}
|
|
13562
13507
|
}
|
|
13563
13508
|
}
|
|
@@ -13658,424 +13603,479 @@ ncl-navigation-tabs {
|
|
|
13658
13603
|
}
|
|
13659
13604
|
}
|
|
13660
13605
|
|
|
13661
|
-
.ncl-version-configuration-
|
|
13662
|
-
|
|
13663
|
-
|
|
13664
|
-
|
|
13665
|
-
|
|
13666
|
-
.build-field {
|
|
13667
|
-
margin-bottom: 23px;
|
|
13606
|
+
.ncl-version-configuration-logging {
|
|
13607
|
+
.row {
|
|
13608
|
+
display: flex;
|
|
13609
|
+
position: relative;
|
|
13668
13610
|
|
|
13669
|
-
|
|
13670
|
-
|
|
13611
|
+
.logging-wrapper {
|
|
13612
|
+
width: 100%;
|
|
13671
13613
|
}
|
|
13614
|
+
}
|
|
13615
|
+
}
|
|
13672
13616
|
|
|
13673
|
-
|
|
13674
|
-
padding-left: 10px;
|
|
13675
|
-
}
|
|
13617
|
+
@desktop-middle: 1550px;
|
|
13676
13618
|
|
|
13677
|
-
|
|
13678
|
-
|
|
13679
|
-
|
|
13680
|
-
|
|
13681
|
-
|
|
13682
|
-
color: @dusk-three;
|
|
13683
|
-
}
|
|
13619
|
+
.ncl-version-configuration-resources {
|
|
13620
|
+
.row {
|
|
13621
|
+
.range-inputs-row {
|
|
13622
|
+
display: flex;
|
|
13623
|
+
align-items: flex-end;
|
|
13684
13624
|
|
|
13685
|
-
|
|
13686
|
-
|
|
13625
|
+
.row-title {
|
|
13626
|
+
margin-bottom: 8px;
|
|
13627
|
+
}
|
|
13687
13628
|
}
|
|
13688
13629
|
|
|
13689
|
-
.
|
|
13690
|
-
|
|
13691
|
-
padding: 0 10px 0 17px;
|
|
13692
|
-
}
|
|
13630
|
+
.form-row {
|
|
13631
|
+
padding: 12px 0;
|
|
13693
13632
|
|
|
13694
|
-
.input-
|
|
13695
|
-
left: 18px;
|
|
13696
|
-
font-style: italic;
|
|
13633
|
+
.row-title, .input-title {
|
|
13697
13634
|
font-size: 14px;
|
|
13698
13635
|
}
|
|
13699
|
-
}
|
|
13700
13636
|
|
|
13701
|
-
|
|
13702
|
-
|
|
13703
|
-
|
|
13704
|
-
|
|
13637
|
+
.row-title {
|
|
13638
|
+
font-weight: 500;
|
|
13639
|
+
}
|
|
13640
|
+
|
|
13641
|
+
.input-wrapper {
|
|
13642
|
+
display: flex;
|
|
13643
|
+
flex-wrap: wrap;
|
|
13644
|
+
|
|
13645
|
+
.input-title {
|
|
13646
|
+
width: 100%;
|
|
13647
|
+
}
|
|
13648
|
+
|
|
13649
|
+
.memory-number-input, .cpu-number-input {
|
|
13650
|
+
width: 50%;
|
|
13651
|
+
}
|
|
13652
|
+
|
|
13653
|
+
.memory-size-dropdown, .cpu-dropdown {
|
|
13654
|
+
width: 35%
|
|
13655
|
+
}
|
|
13656
|
+
|
|
13657
|
+
.gpu-number-input, .replicas-number-input, .preemtion-mode-input, .priority-class-input {
|
|
13658
|
+
width: 85%;
|
|
13705
13659
|
}
|
|
13706
13660
|
}
|
|
13661
|
+
}
|
|
13707
13662
|
|
|
13708
|
-
|
|
13709
|
-
|
|
13710
|
-
|
|
13711
|
-
|
|
13712
|
-
|
|
13663
|
+
.slider-block {
|
|
13664
|
+
padding-top: 0;
|
|
13665
|
+
margin-bottom: 10px;
|
|
13666
|
+
|
|
13667
|
+
.slider {
|
|
13668
|
+
width: 70%;
|
|
13713
13669
|
}
|
|
13714
13670
|
}
|
|
13715
13671
|
}
|
|
13672
|
+
}
|
|
13716
13673
|
|
|
13717
|
-
|
|
13674
|
+
.ncl-version-configuration-runtime-attributes {
|
|
13675
|
+
.row:not(.info-row) {
|
|
13718
13676
|
display: flex;
|
|
13677
|
+
justify-content: space-between;
|
|
13719
13678
|
|
|
13720
|
-
|
|
13721
|
-
|
|
13722
|
-
|
|
13723
|
-
|
|
13679
|
+
&:not(:last-child) {
|
|
13680
|
+
margin-top: 10px;
|
|
13681
|
+
margin-bottom: 25px;
|
|
13682
|
+
}
|
|
13683
|
+
|
|
13684
|
+
> div {
|
|
13685
|
+
flex: 0.65;
|
|
13686
|
+
|
|
13687
|
+
&:not(:last-child) {
|
|
13688
|
+
margin-right: 16px;
|
|
13689
|
+
}
|
|
13690
|
+
|
|
13691
|
+
&.arguments-input {
|
|
13692
|
+
flex-grow: 2;
|
|
13693
|
+
}
|
|
13724
13694
|
}
|
|
13725
13695
|
}
|
|
13726
13696
|
|
|
13727
|
-
.
|
|
13728
|
-
|
|
13697
|
+
.row {
|
|
13698
|
+
.runtime {
|
|
13699
|
+
height: 36px;
|
|
13700
|
+
border-radius: 2px;
|
|
13701
|
+
padding: 9px 0 0 14px;
|
|
13702
|
+
text-transform: capitalize;
|
|
13703
|
+
font-family: @font-family-sans-serif;
|
|
13704
|
+
font-size: 14px;
|
|
13705
|
+
text-align: left;
|
|
13706
|
+
color: @dusk-three;
|
|
13707
|
+
}
|
|
13729
13708
|
|
|
13730
|
-
.
|
|
13731
|
-
|
|
13732
|
-
|
|
13709
|
+
.textarea-field {
|
|
13710
|
+
height: 177px;
|
|
13711
|
+
resize: none;
|
|
13712
|
+
white-space: pre;
|
|
13713
|
+
overflow-x: auto;
|
|
13714
|
+
}
|
|
13715
|
+
}
|
|
13733
13716
|
|
|
13734
|
-
|
|
13735
|
-
|
|
13736
|
-
|
|
13737
|
-
|
|
13738
|
-
|
|
13717
|
+
.java-attribute {
|
|
13718
|
+
.textarea-field {
|
|
13719
|
+
height: 70px;
|
|
13720
|
+
overflow-y: auto;
|
|
13721
|
+
}
|
|
13722
|
+
}
|
|
13723
|
+
}
|
|
13724
|
+
|
|
13725
|
+
.ncl-version-configuration-volumes {
|
|
13726
|
+
.ncl-version-volume {
|
|
13727
|
+
.common-table-header {
|
|
13728
|
+
border: none;
|
|
13729
|
+
padding-left: 40px;
|
|
13730
|
+
padding-right: 60px;
|
|
13731
|
+
|
|
13732
|
+
.common-table-cell {
|
|
13733
|
+
font-size: 14px;
|
|
13734
|
+
font-weight: bold;
|
|
13735
|
+
letter-spacing: normal;
|
|
13736
|
+
color: @dusk-three;
|
|
13737
|
+
height: 46px;
|
|
13738
|
+
}
|
|
13739
13739
|
|
|
13740
|
-
|
|
13741
|
-
|
|
13742
|
-
font-family: @font-family-sans-serif;
|
|
13743
|
-
font-size: 14px;
|
|
13744
|
-
line-height: 1.38;
|
|
13745
|
-
}
|
|
13740
|
+
&.item-header {
|
|
13741
|
+
display: flex;
|
|
13746
13742
|
|
|
13747
|
-
.
|
|
13748
|
-
|
|
13749
|
-
|
|
13750
|
-
display: inline-block;
|
|
13743
|
+
.item-name {
|
|
13744
|
+
width: 25%;
|
|
13745
|
+
padding-left: 0;
|
|
13751
13746
|
}
|
|
13752
13747
|
|
|
13753
|
-
.
|
|
13754
|
-
|
|
13755
|
-
|
|
13756
|
-
display: inline-block;
|
|
13757
|
-
width: 95px;
|
|
13758
|
-
height: 6px;
|
|
13759
|
-
border: 1px solid @pale-grey;
|
|
13760
|
-
border-radius: 2px;
|
|
13761
|
-
top: 13px;
|
|
13762
|
-
right: 28px;
|
|
13748
|
+
.item-class {
|
|
13749
|
+
width: 20%;
|
|
13750
|
+
}
|
|
13763
13751
|
|
|
13764
|
-
|
|
13765
|
-
|
|
13766
|
-
background-color: @dark-sky-blue;
|
|
13767
|
-
}
|
|
13752
|
+
.item-info {
|
|
13753
|
+
width: 55%;
|
|
13768
13754
|
}
|
|
13755
|
+
}
|
|
13756
|
+
}
|
|
13769
13757
|
|
|
13770
|
-
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13775
|
-
border: none;
|
|
13776
|
-
outline: none;
|
|
13777
|
-
background: none;
|
|
13778
|
-
margin-top: 3px;
|
|
13779
|
-
font-size: 10px;
|
|
13758
|
+
.common-table-body {
|
|
13759
|
+
.ncl-collapsing-row .item-row {
|
|
13760
|
+
.item-name {
|
|
13761
|
+
padding-left: 0;
|
|
13762
|
+
width: 25%;
|
|
13780
13763
|
}
|
|
13781
13764
|
|
|
13782
|
-
.
|
|
13783
|
-
|
|
13765
|
+
.item-class {
|
|
13766
|
+
width: 20%;
|
|
13784
13767
|
}
|
|
13785
13768
|
|
|
13786
|
-
.
|
|
13787
|
-
|
|
13788
|
-
.ncl-icon-close {
|
|
13789
|
-
color: @greyish-purple;
|
|
13769
|
+
.item-info {
|
|
13770
|
+
width: 55%;
|
|
13790
13771
|
}
|
|
13791
13772
|
}
|
|
13792
13773
|
|
|
13793
|
-
.
|
|
13794
|
-
|
|
13795
|
-
|
|
13796
|
-
|
|
13797
|
-
.uploading {
|
|
13798
|
-
position: relative;
|
|
13799
|
-
padding: 6px 130px 6px 8px;
|
|
13800
|
-
|
|
13801
|
-
.progress-percents {
|
|
13802
|
-
margin-left: 15px;
|
|
13803
|
-
color: @dark-grey;
|
|
13804
|
-
}
|
|
13805
|
-
|
|
13806
|
-
.file-name {
|
|
13807
|
-
margin-left: 8px;
|
|
13808
|
-
color: @dark-sky-blue;
|
|
13809
|
-
text-overflow: ellipsis;
|
|
13774
|
+
.common-table-row {
|
|
13775
|
+
&:not(.read-only):hover {
|
|
13776
|
+
.common-table-cells-container {
|
|
13777
|
+
background-color: @white;
|
|
13810
13778
|
}
|
|
13811
13779
|
|
|
13812
|
-
.
|
|
13813
|
-
|
|
13780
|
+
.actions-menu {
|
|
13781
|
+
background-color: @white;
|
|
13814
13782
|
}
|
|
13815
13783
|
}
|
|
13784
|
+
}
|
|
13785
|
+
}
|
|
13786
|
+
}
|
|
13787
|
+
}
|
|
13816
13788
|
|
|
13817
|
-
|
|
13818
|
-
|
|
13789
|
+
.ncl-test-events-logs {
|
|
13790
|
+
padding: 6px 17px 25px;
|
|
13791
|
+
background-color: @white;
|
|
13819
13792
|
|
|
13820
|
-
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
13826
|
-
}
|
|
13793
|
+
.functional-buttons {
|
|
13794
|
+
.duskThree(0.64);
|
|
13795
|
+
display: flex;
|
|
13796
|
+
justify-content: flex-end;
|
|
13797
|
+
color: @color;
|
|
13798
|
+
font-size: 16px;
|
|
13827
13799
|
|
|
13828
|
-
|
|
13829
|
-
|
|
13800
|
+
> div {
|
|
13801
|
+
margin-right: 24px;
|
|
13802
|
+
|
|
13803
|
+
&:hover {
|
|
13804
|
+
color: @dusk-three;
|
|
13830
13805
|
}
|
|
13806
|
+
}
|
|
13807
|
+
}
|
|
13831
13808
|
|
|
13832
|
-
|
|
13833
|
-
|
|
13834
|
-
|
|
13835
|
-
|
|
13809
|
+
.collapsed-row {
|
|
13810
|
+
.black(0.2);
|
|
13811
|
+
display: flex;
|
|
13812
|
+
align-items: center;
|
|
13813
|
+
position: relative;
|
|
13814
|
+
height: 36px;
|
|
13815
|
+
background-color: @white;
|
|
13816
|
+
color: @dusk-three;
|
|
13817
|
+
box-shadow: 1.7px 1.1px 4px 0 @color;
|
|
13818
|
+
border: solid 1px @pale-grey;
|
|
13819
|
+
margin-bottom: 10px;
|
|
13836
13820
|
|
|
13837
|
-
|
|
13838
|
-
|
|
13839
|
-
|
|
13840
|
-
|
|
13821
|
+
.igz-icon-right {
|
|
13822
|
+
.duskThree(0.64);
|
|
13823
|
+
font-size: 12px;
|
|
13824
|
+
color: @color;
|
|
13825
|
+
margin: 0 8px 0 12px;
|
|
13841
13826
|
|
|
13842
|
-
|
|
13843
|
-
|
|
13844
|
-
|
|
13827
|
+
&::before {
|
|
13828
|
+
vertical-align: text-bottom;
|
|
13829
|
+
}
|
|
13830
|
+
}
|
|
13845
13831
|
|
|
13846
|
-
|
|
13847
|
-
|
|
13848
|
-
|
|
13849
|
-
|
|
13850
|
-
|
|
13851
|
-
}
|
|
13832
|
+
.level-icon {
|
|
13833
|
+
display: inline-block;
|
|
13834
|
+
margin-right: 8px;
|
|
13835
|
+
width: 20px;
|
|
13836
|
+
text-align: center;
|
|
13852
13837
|
|
|
13853
|
-
|
|
13854
|
-
|
|
13838
|
+
&::before {
|
|
13839
|
+
font-size: 16px;
|
|
13840
|
+
vertical-align: text-bottom;
|
|
13841
|
+
}
|
|
13855
13842
|
|
|
13856
|
-
|
|
13857
|
-
|
|
13858
|
-
vertical-align: top;
|
|
13859
|
-
}
|
|
13843
|
+
&.ncl-icon-debug {
|
|
13844
|
+
color: @orangish;
|
|
13860
13845
|
|
|
13861
|
-
|
|
13862
|
-
|
|
13863
|
-
}
|
|
13846
|
+
&::before {
|
|
13847
|
+
font-size: 18px;
|
|
13864
13848
|
}
|
|
13865
13849
|
}
|
|
13866
|
-
}
|
|
13867
|
-
}
|
|
13868
|
-
|
|
13869
|
-
.configuration-build-title-wrapper {
|
|
13870
|
-
display: flex;
|
|
13871
|
-
justify-content: space-between;
|
|
13872
13850
|
|
|
13873
|
-
|
|
13874
|
-
|
|
13875
|
-
width: 40px;
|
|
13876
|
-
height: 40px;
|
|
13877
|
-
display: flex;
|
|
13878
|
-
justify-content: center;
|
|
13879
|
-
align-items: center;
|
|
13880
|
-
font-size: 22px;
|
|
13881
|
-
margin: -10px -15px 0 0;
|
|
13882
|
-
border-radius: 50%;
|
|
13883
|
-
color: @dusk-three;
|
|
13851
|
+
&.igz-icon-info-round {
|
|
13852
|
+
color: @orangish;
|
|
13884
13853
|
}
|
|
13885
13854
|
|
|
13886
|
-
|
|
13887
|
-
|
|
13888
|
-
background-color: @silver;
|
|
13889
|
-
box-shadow: inset 0px 2px 3px 0 @color;
|
|
13855
|
+
&.igz-icon-warning {
|
|
13856
|
+
color: @orangish;
|
|
13890
13857
|
}
|
|
13891
13858
|
|
|
13892
|
-
|
|
13893
|
-
|
|
13894
|
-
right: -18px;
|
|
13859
|
+
&.igz-icon-cancel-path {
|
|
13860
|
+
color: @orangish;
|
|
13895
13861
|
}
|
|
13896
13862
|
}
|
|
13897
|
-
}
|
|
13898
|
-
}
|
|
13899
13863
|
|
|
13900
|
-
.
|
|
13901
|
-
|
|
13902
|
-
|
|
13903
|
-
|
|
13864
|
+
.date {
|
|
13865
|
+
display: inline-block;
|
|
13866
|
+
width: 230px;
|
|
13867
|
+
font-size: 14px;
|
|
13868
|
+
font-weight: bold;
|
|
13869
|
+
margin-right: 15px;
|
|
13870
|
+
}
|
|
13904
13871
|
|
|
13905
|
-
.
|
|
13906
|
-
|
|
13872
|
+
.message {
|
|
13873
|
+
display: inline-block;
|
|
13874
|
+
width: 200px;
|
|
13875
|
+
margin-right: 30px;
|
|
13876
|
+
}
|
|
13877
|
+
|
|
13878
|
+
.ncl-icon-parameters {
|
|
13879
|
+
.duskThree(0.64);
|
|
13880
|
+
color: @color;
|
|
13881
|
+
font-size: 14px;
|
|
13882
|
+
position: absolute;
|
|
13883
|
+
top: 9px;
|
|
13884
|
+
right: 9px;
|
|
13907
13885
|
}
|
|
13908
13886
|
}
|
|
13909
|
-
}
|
|
13910
13887
|
|
|
13911
|
-
|
|
13888
|
+
.expanded-row {
|
|
13889
|
+
background-color: @white;
|
|
13890
|
+
color: @dusk-three;
|
|
13891
|
+
border: solid 1px @pale-grey;
|
|
13892
|
+
margin-bottom: 10px;
|
|
13912
13893
|
|
|
13913
|
-
.
|
|
13914
|
-
|
|
13915
|
-
.range-inputs-row {
|
|
13894
|
+
.header {
|
|
13895
|
+
position: relative;
|
|
13916
13896
|
display: flex;
|
|
13917
|
-
align-items:
|
|
13918
|
-
|
|
13919
|
-
.row-title {
|
|
13920
|
-
margin-bottom: 8px;
|
|
13921
|
-
}
|
|
13922
|
-
}
|
|
13923
|
-
|
|
13924
|
-
.form-row {
|
|
13925
|
-
padding: 12px 0;
|
|
13897
|
+
align-items: center;
|
|
13898
|
+
height: 34px;
|
|
13926
13899
|
|
|
13927
|
-
.
|
|
13928
|
-
|
|
13929
|
-
|
|
13900
|
+
.igz-icon-down {
|
|
13901
|
+
.duskThree(0.64);
|
|
13902
|
+
font-size: 12px;
|
|
13903
|
+
color: @color;
|
|
13904
|
+
margin: 0 8px 0 12px;
|
|
13930
13905
|
|
|
13931
|
-
|
|
13932
|
-
|
|
13906
|
+
&::before {
|
|
13907
|
+
vertical-align: text-bottom;
|
|
13908
|
+
}
|
|
13933
13909
|
}
|
|
13934
13910
|
|
|
13935
|
-
.
|
|
13936
|
-
display:
|
|
13937
|
-
|
|
13911
|
+
.level-icon {
|
|
13912
|
+
display: inline-block;
|
|
13913
|
+
margin-right: 8px;
|
|
13914
|
+
width: 20px;
|
|
13915
|
+
text-align: center;
|
|
13938
13916
|
|
|
13939
|
-
|
|
13940
|
-
|
|
13917
|
+
&::before {
|
|
13918
|
+
font-size: 16px;
|
|
13919
|
+
vertical-align: text-bottom;
|
|
13941
13920
|
}
|
|
13942
13921
|
|
|
13943
|
-
|
|
13944
|
-
|
|
13945
|
-
}
|
|
13922
|
+
&.ncl-icon-debug {
|
|
13923
|
+
color: @orangish;
|
|
13946
13924
|
|
|
13947
|
-
|
|
13948
|
-
|
|
13925
|
+
&::before {
|
|
13926
|
+
font-size: 18px;
|
|
13927
|
+
}
|
|
13949
13928
|
}
|
|
13950
13929
|
|
|
13951
|
-
|
|
13952
|
-
|
|
13930
|
+
&.igz-icon-info-round {
|
|
13931
|
+
color: @orangish;
|
|
13953
13932
|
}
|
|
13954
|
-
}
|
|
13955
|
-
}
|
|
13956
13933
|
|
|
13957
|
-
|
|
13958
|
-
|
|
13959
|
-
|
|
13934
|
+
&.igz-icon-warning {
|
|
13935
|
+
color: @orangish;
|
|
13936
|
+
}
|
|
13960
13937
|
|
|
13961
|
-
|
|
13962
|
-
|
|
13938
|
+
&.igz-icon-cancel-path {
|
|
13939
|
+
color: @orangish;
|
|
13940
|
+
}
|
|
13963
13941
|
}
|
|
13964
|
-
}
|
|
13965
|
-
}
|
|
13966
|
-
}
|
|
13967
|
-
|
|
13968
|
-
.ncl-version-configuration-runtime-attributes {
|
|
13969
|
-
.row:not(.info-row) {
|
|
13970
|
-
display: flex;
|
|
13971
|
-
justify-content: space-between;
|
|
13972
|
-
|
|
13973
|
-
&:not(:last-child) {
|
|
13974
|
-
margin-top: 10px;
|
|
13975
|
-
margin-bottom: 25px;
|
|
13976
|
-
}
|
|
13977
|
-
|
|
13978
|
-
> div {
|
|
13979
|
-
flex: 0.65;
|
|
13980
13942
|
|
|
13981
|
-
|
|
13982
|
-
|
|
13943
|
+
.date {
|
|
13944
|
+
display: inline-block;
|
|
13945
|
+
width: 230px;
|
|
13946
|
+
font-size: 14px;
|
|
13947
|
+
font-weight: bold;
|
|
13948
|
+
margin-right: 15px;
|
|
13983
13949
|
}
|
|
13984
13950
|
|
|
13985
|
-
|
|
13986
|
-
|
|
13951
|
+
.ncl-icon-parameters {
|
|
13952
|
+
.duskThree(0.64);
|
|
13953
|
+
position: absolute;
|
|
13954
|
+
top: 9px;
|
|
13955
|
+
right: 9px;
|
|
13956
|
+
color: @color;
|
|
13957
|
+
font-size: 14px;
|
|
13987
13958
|
}
|
|
13988
13959
|
}
|
|
13989
|
-
}
|
|
13990
13960
|
|
|
13991
|
-
|
|
13992
|
-
.runtime {
|
|
13993
|
-
height: 36px;
|
|
13994
|
-
border-radius: 2px;
|
|
13995
|
-
padding: 9px 0 0 14px;
|
|
13996
|
-
text-transform: capitalize;
|
|
13997
|
-
font-family: @font-family-sans-serif;
|
|
13961
|
+
.expanded-body {
|
|
13998
13962
|
font-size: 14px;
|
|
13999
|
-
text-align: left;
|
|
14000
13963
|
color: @dusk-three;
|
|
14001
|
-
}
|
|
14002
|
-
|
|
14003
|
-
.textarea-field {
|
|
14004
|
-
height: 177px;
|
|
14005
|
-
resize: none;
|
|
14006
|
-
white-space: pre;
|
|
14007
|
-
overflow-x: auto;
|
|
14008
|
-
}
|
|
14009
|
-
}
|
|
14010
|
-
|
|
14011
|
-
.java-attribute {
|
|
14012
|
-
.textarea-field {
|
|
14013
|
-
height: 70px;
|
|
14014
|
-
overflow-y: auto;
|
|
14015
|
-
}
|
|
14016
|
-
}
|
|
14017
|
-
}
|
|
14018
13964
|
|
|
14019
|
-
.
|
|
14020
|
-
|
|
14021
|
-
|
|
14022
|
-
|
|
14023
|
-
|
|
14024
|
-
|
|
13965
|
+
.error {
|
|
13966
|
+
width: 71%;
|
|
13967
|
+
border-radius: 3px;
|
|
13968
|
+
background-color: #fbe5e8;
|
|
13969
|
+
border: solid 1px @darkish-pink;
|
|
13970
|
+
color: @darkish-pink;
|
|
13971
|
+
word-wrap: break-word;
|
|
13972
|
+
margin-left: 62px;
|
|
13973
|
+
padding: 12px;
|
|
13974
|
+
margin-bottom: 16px;
|
|
13975
|
+
}
|
|
14025
13976
|
|
|
14026
|
-
.
|
|
14027
|
-
|
|
14028
|
-
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
height: 46px;
|
|
13977
|
+
.message {
|
|
13978
|
+
display: inline-block;
|
|
13979
|
+
width: 70%;
|
|
13980
|
+
word-wrap: break-word;
|
|
13981
|
+
margin: 0 0 16px 62px;
|
|
14032
13982
|
}
|
|
14033
13983
|
|
|
14034
|
-
|
|
14035
|
-
|
|
13984
|
+
.parameters {
|
|
13985
|
+
padding: 0 62px 16px;
|
|
14036
13986
|
|
|
14037
|
-
.
|
|
14038
|
-
|
|
14039
|
-
padding-left: 0;
|
|
13987
|
+
.parameters-header {
|
|
13988
|
+
font-weight: bold;
|
|
14040
13989
|
}
|
|
14041
13990
|
|
|
14042
|
-
|
|
14043
|
-
|
|
14044
|
-
|
|
13991
|
+
> div {
|
|
13992
|
+
display: flex;
|
|
13993
|
+
line-height: 2;
|
|
14045
13994
|
|
|
14046
|
-
|
|
14047
|
-
|
|
13995
|
+
.labels {
|
|
13996
|
+
color: @greyish-purple;
|
|
13997
|
+
font-size: 14px;
|
|
13998
|
+
width: 30%;
|
|
13999
|
+
}
|
|
14000
|
+
|
|
14001
|
+
.values {
|
|
14002
|
+
color: @dusk-three;
|
|
14003
|
+
font-size: 14px;
|
|
14004
|
+
width: 70%;
|
|
14005
|
+
}
|
|
14048
14006
|
}
|
|
14049
14007
|
}
|
|
14050
14008
|
}
|
|
14009
|
+
}
|
|
14051
14010
|
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
|
|
14055
|
-
|
|
14056
|
-
|
|
14057
|
-
|
|
14011
|
+
.no-logs {
|
|
14012
|
+
margin: 10px auto 0;
|
|
14013
|
+
font-size: 14px;
|
|
14014
|
+
color: @pale-grey;
|
|
14015
|
+
text-align: center;
|
|
14016
|
+
}
|
|
14017
|
+
}
|
|
14018
|
+
.ncl-test-events-navigation-tabs {
|
|
14019
|
+
display: flex;
|
|
14020
|
+
background: #f8f8fb;
|
|
14021
|
+
height: 40px;
|
|
14022
|
+
border-top: 1px solid @pale-grey;
|
|
14023
|
+
border-bottom: 1px solid @pale-grey;
|
|
14058
14024
|
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
|
|
14025
|
+
.test-events-navigation-tab {
|
|
14026
|
+
.duskThree(0.64);
|
|
14027
|
+
position: relative;
|
|
14028
|
+
float: left;
|
|
14029
|
+
height: 27px;
|
|
14030
|
+
padding: 10px 40px 0;
|
|
14031
|
+
font-family: @font-family-sans-serif;
|
|
14032
|
+
color: @color;
|
|
14033
|
+
font-size: 13px;
|
|
14034
|
+
text-align: center;
|
|
14035
|
+
cursor: pointer;
|
|
14036
|
+
border-bottom: none;
|
|
14037
|
+
box-sizing: content-box;
|
|
14062
14038
|
|
|
14063
|
-
|
|
14064
|
-
|
|
14065
|
-
|
|
14039
|
+
&.active, &.active:hover {
|
|
14040
|
+
background: none;
|
|
14041
|
+
color: @dusk-three;
|
|
14042
|
+
border-bottom: 2px solid @dusk-three;
|
|
14043
|
+
font-weight: bold;
|
|
14044
|
+
|
|
14045
|
+
.badge {
|
|
14046
|
+
color: @white;
|
|
14047
|
+
background-color: @light-grey-blue;
|
|
14066
14048
|
}
|
|
14049
|
+
}
|
|
14067
14050
|
|
|
14068
|
-
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
|
|
14072
|
-
|
|
14051
|
+
.badge {
|
|
14052
|
+
display: inline-block;
|
|
14053
|
+
min-width: 22px;
|
|
14054
|
+
padding: 3px 7px;
|
|
14055
|
+
font-size: 12px;
|
|
14056
|
+
font-weight: 500;
|
|
14057
|
+
color: @greyish-purple;
|
|
14058
|
+
line-height: 1;
|
|
14059
|
+
vertical-align: middle;
|
|
14060
|
+
white-space: nowrap;
|
|
14061
|
+
text-align: center;
|
|
14062
|
+
background-color: @pale-grey;
|
|
14063
|
+
border-radius: 7.5px;
|
|
14064
|
+
margin-left: 7px;
|
|
14065
|
+
margin-top: -4px;
|
|
14066
|
+
}
|
|
14067
|
+
}
|
|
14073
14068
|
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
|
|
14077
|
-
|
|
14078
|
-
|
|
14069
|
+
.default-dropdown {
|
|
14070
|
+
float: left;
|
|
14071
|
+
width: 105px;
|
|
14072
|
+
|
|
14073
|
+
.default-dropdown-field:not(:hover) {
|
|
14074
|
+
border-color: transparent;
|
|
14075
|
+
}
|
|
14076
|
+
|
|
14077
|
+
.default-dropdown-container {
|
|
14078
|
+
z-index: 3;
|
|
14079
14079
|
}
|
|
14080
14080
|
}
|
|
14081
14081
|
}
|