iguazio.dashboard-controls 1.2.18 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/en/functions.json +1 -0
- package/dist/js/iguazio.dashboard-controls.js +2871 -2851
- package/dist/less/iguazio.dashboard-controls.less +994 -994
- package/package.json +1 -1
- package/src/i18n/en/functions.json +1 -0
- package/src/igz_controls/components/log-table-row/log-table-row.component.spec.js +28 -5
- package/src/igz_controls/components/toast-status-panel/toast-status-panel.component.spec.js +1 -1
- package/src/nuclio/api-gateways/api-gateways.service.js +5 -0
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.spec.js +6 -14
- package/src/nuclio/functions/functions.component.js +2 -1
- package/src/nuclio/functions/functions.service.js +3 -1
- package/src/nuclio/functions/version/version-code/version-code.component.js +9 -0
- package/src/nuclio/functions/version/version-code/version-code.tpl.html +16 -15
- package/src/nuclio/functions/version/version-triggers/version-triggers.component.js +2 -1
|
@@ -6971,37 +6971,6 @@ 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
|
-
|
|
7005
6974
|
.more-info-wrapper {
|
|
7006
6975
|
.more-info-color-set();
|
|
7007
6976
|
|
|
@@ -7161,6 +7130,37 @@ yx-axis
|
|
|
7161
7130
|
}
|
|
7162
7131
|
}
|
|
7163
7132
|
|
|
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
|
|
|
@@ -7357,6 +7357,45 @@ yx-axis
|
|
|
7357
7357
|
}
|
|
7358
7358
|
}
|
|
7359
7359
|
|
|
7360
|
+
.igz-navigation-tabs {
|
|
7361
|
+
.navigation-tabs-color-set();
|
|
7362
|
+
|
|
7363
|
+
background-color: @navigation-tabs-bg-color;
|
|
7364
|
+
height: 56px;
|
|
7365
|
+
padding-top: 7px;
|
|
7366
|
+
|
|
7367
|
+
.navigation-tab {
|
|
7368
|
+
float: left;
|
|
7369
|
+
height: 32px;
|
|
7370
|
+
padding: 15px 24px 0;
|
|
7371
|
+
font-family: @font-family-sans-serif;
|
|
7372
|
+
color: @navigation-tab-color;
|
|
7373
|
+
font-size: 14px;
|
|
7374
|
+
text-align: center;
|
|
7375
|
+
cursor: pointer;
|
|
7376
|
+
border-bottom: @navigation-tab-border-bottom;
|
|
7377
|
+
box-sizing: content-box;
|
|
7378
|
+
|
|
7379
|
+
&.active, &.active:hover {
|
|
7380
|
+
background-color: @navigation-tab-active-hover-bg-color;
|
|
7381
|
+
color: @navigation-tab-active-hover-color;
|
|
7382
|
+
border-bottom: @navigation-tab-active-hover-border-bottom;
|
|
7383
|
+
}
|
|
7384
|
+
|
|
7385
|
+
&:hover {
|
|
7386
|
+
background-color: @navigation-tab-hover-bg-color;
|
|
7387
|
+
}
|
|
7388
|
+
|
|
7389
|
+
&.active {
|
|
7390
|
+
background-color: @navigation-tab-active-bg-color;
|
|
7391
|
+
}
|
|
7392
|
+
|
|
7393
|
+
@media screen and (max-width: 940px) {
|
|
7394
|
+
padding: 15px 12px 0;
|
|
7395
|
+
}
|
|
7396
|
+
}
|
|
7397
|
+
}
|
|
7398
|
+
|
|
7360
7399
|
.igz-number-input {
|
|
7361
7400
|
.number-input-color-set();
|
|
7362
7401
|
|
|
@@ -7510,45 +7549,6 @@ yx-axis
|
|
|
7510
7549
|
}
|
|
7511
7550
|
}
|
|
7512
7551
|
|
|
7513
|
-
.igz-navigation-tabs {
|
|
7514
|
-
.navigation-tabs-color-set();
|
|
7515
|
-
|
|
7516
|
-
background-color: @navigation-tabs-bg-color;
|
|
7517
|
-
height: 56px;
|
|
7518
|
-
padding-top: 7px;
|
|
7519
|
-
|
|
7520
|
-
.navigation-tab {
|
|
7521
|
-
float: left;
|
|
7522
|
-
height: 32px;
|
|
7523
|
-
padding: 15px 24px 0;
|
|
7524
|
-
font-family: @font-family-sans-serif;
|
|
7525
|
-
color: @navigation-tab-color;
|
|
7526
|
-
font-size: 14px;
|
|
7527
|
-
text-align: center;
|
|
7528
|
-
cursor: pointer;
|
|
7529
|
-
border-bottom: @navigation-tab-border-bottom;
|
|
7530
|
-
box-sizing: content-box;
|
|
7531
|
-
|
|
7532
|
-
&.active, &.active:hover {
|
|
7533
|
-
background-color: @navigation-tab-active-hover-bg-color;
|
|
7534
|
-
color: @navigation-tab-active-hover-color;
|
|
7535
|
-
border-bottom: @navigation-tab-active-hover-border-bottom;
|
|
7536
|
-
}
|
|
7537
|
-
|
|
7538
|
-
&:hover {
|
|
7539
|
-
background-color: @navigation-tab-hover-bg-color;
|
|
7540
|
-
}
|
|
7541
|
-
|
|
7542
|
-
&.active {
|
|
7543
|
-
background-color: @navigation-tab-active-bg-color;
|
|
7544
|
-
}
|
|
7545
|
-
|
|
7546
|
-
@media screen and (max-width: 940px) {
|
|
7547
|
-
padding: 15px 12px 0;
|
|
7548
|
-
}
|
|
7549
|
-
}
|
|
7550
|
-
}
|
|
7551
|
-
|
|
7552
7552
|
.igz-pagination {
|
|
7553
7553
|
.pagination-color-set();
|
|
7554
7554
|
|
|
@@ -8689,609 +8689,609 @@ form.ng-submitted .validating-input-field {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
}
|
|
8691
8691
|
|
|
8692
|
-
.
|
|
8693
|
-
.
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8692
|
+
.igz-info-page-actions-bar {
|
|
8693
|
+
.actions-buttons-block {
|
|
8694
|
+
margin-top: 3px;
|
|
8695
|
+
margin-right: 17px;
|
|
8696
|
+
}
|
|
8697
|
+
}
|
|
8698
|
+
.ncl-primary-button {
|
|
8699
|
+
margin-left: 9px;
|
|
8700
|
+
}
|
|
8697
8701
|
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8702
|
+
.ncl-secondary-button {
|
|
8703
|
+
vertical-align: top;
|
|
8704
|
+
position: relative;
|
|
8705
|
+
}
|
|
8701
8706
|
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8707
|
+
.btn-close {
|
|
8708
|
+
color: .duskThree(0.64)[@color];
|
|
8709
|
+
right: 0;
|
|
8710
|
+
position: absolute;
|
|
8711
|
+
margin-top: 6px;
|
|
8712
|
+
margin-right: 24px;
|
|
8713
|
+
font-size: 14px;
|
|
8714
|
+
line-height: 14px;
|
|
8715
|
+
z-index: 11;
|
|
8706
8716
|
|
|
8707
|
-
|
|
8708
|
-
|
|
8709
|
-
}
|
|
8710
|
-
}
|
|
8711
|
-
}
|
|
8717
|
+
&:hover {
|
|
8718
|
+
color: .duskThree(1)[@color];
|
|
8712
8719
|
}
|
|
8720
|
+
}
|
|
8713
8721
|
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8722
|
+
.ncl-new-entity-button {
|
|
8723
|
+
display: inline-block;
|
|
8724
|
+
vertical-align: top;
|
|
8725
|
+
position: relative;
|
|
8726
|
+
margin-left: 15px;
|
|
8727
|
+
}
|
|
8717
8728
|
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
.actions-menu {
|
|
8721
|
-
visibility: visible;
|
|
8722
|
-
}
|
|
8723
|
-
}
|
|
8724
|
-
}
|
|
8729
|
+
.ngdialog {
|
|
8730
|
+
z-index: 10000;
|
|
8725
8731
|
}
|
|
8726
8732
|
|
|
8727
|
-
.
|
|
8728
|
-
.
|
|
8733
|
+
.ngdialog-theme-nuclio {
|
|
8734
|
+
@animation-duration: 0.2s;
|
|
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;
|
|
8729
8742
|
|
|
8730
|
-
.content
|
|
8731
|
-
.
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
|
|
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;
|
|
8736
8755
|
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
|
|
8740
|
-
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
align-items: center;
|
|
8756
|
+
/*
|
|
8757
|
+
* Confirms, alerts
|
|
8758
|
+
*/
|
|
8759
|
+
.notification-text {
|
|
8760
|
+
margin: 30px 30px 0 0;
|
|
8761
|
+
max-height: 70vh;
|
|
8762
|
+
overflow: auto;
|
|
8745
8763
|
|
|
8746
|
-
|
|
8747
|
-
|
|
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;
|
|
8764
|
+
.error-list {
|
|
8765
|
+
list-style-type: none;
|
|
8756
8766
|
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
8761
|
-
|
|
8762
|
-
}
|
|
8767
|
+
.error-list-item {
|
|
8768
|
+
margin-bottom: 5px;
|
|
8769
|
+
}
|
|
8770
|
+
}
|
|
8771
|
+
}
|
|
8763
8772
|
|
|
8764
|
-
|
|
8765
|
-
|
|
8766
|
-
|
|
8773
|
+
.notification-text.description {
|
|
8774
|
+
margin: 10px 30px;
|
|
8775
|
+
}
|
|
8767
8776
|
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
font-weight: bold;
|
|
8771
|
-
font-size: 16px;
|
|
8772
|
-
color: @api-gateway-block-title-font-color;
|
|
8773
|
-
margin-bottom: 16px;
|
|
8774
|
-
}
|
|
8775
|
-
}
|
|
8777
|
+
.buttons {
|
|
8778
|
+
text-align: right;
|
|
8776
8779
|
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8780
|
+
button:not(:first-child) {
|
|
8781
|
+
margin-left: 8px;
|
|
8782
|
+
}
|
|
8783
|
+
}
|
|
8781
8784
|
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8785
|
+
/*
|
|
8786
|
+
* Create/edit dialogs
|
|
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
|
+
}
|
|
8788
8797
|
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
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
|
+
}
|
|
8795
8806
|
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
.fields-wrapper {
|
|
8799
|
-
display: flex;
|
|
8800
|
-
flex-flow: column nowrap;
|
|
8801
|
-
justify-content: space-around;
|
|
8807
|
+
.main-content {
|
|
8808
|
+
margin: 0 0 4px;
|
|
8802
8809
|
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
flex-flow: row nowrap;
|
|
8806
|
-
justify-content: space-between;
|
|
8807
|
-
line-height: 36px;
|
|
8808
|
-
margin-top: 16px;
|
|
8810
|
+
.field-group {
|
|
8811
|
+
padding: 0 0 20px;
|
|
8809
8812
|
|
|
8810
|
-
|
|
8811
|
-
|
|
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
|
+
}
|
|
8813
8821
|
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
|
|
8822
|
+
.field-input {
|
|
8823
|
+
position: relative;
|
|
8824
|
+
width: 400px;
|
|
8817
8825
|
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
}
|
|
8826
|
+
.validating-input-field {
|
|
8827
|
+
.input-field {
|
|
8828
|
+
padding-left: 17px;
|
|
8822
8829
|
}
|
|
8823
|
-
}
|
|
8824
|
-
|
|
8825
|
-
.api-gateway-basic-settings {
|
|
8826
|
-
.end-point-block {
|
|
8827
|
-
margin-top: 8px;
|
|
8828
|
-
|
|
8829
|
-
.end-point-title {
|
|
8830
|
-
font-weight: bold;
|
|
8831
|
-
}
|
|
8832
|
-
|
|
8833
|
-
.end-point-host {
|
|
8834
|
-
display: flex;
|
|
8835
|
-
flex-flow: row nowrap;
|
|
8836
|
-
align-items: center;
|
|
8837
|
-
|
|
8838
|
-
.host {
|
|
8839
|
-
flex: auto;
|
|
8840
|
-
word-break: break-all;
|
|
8841
|
-
max-height: 80px;
|
|
8842
|
-
overflow-y: auto;
|
|
8843
|
-
}
|
|
8844
8830
|
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
}
|
|
8831
|
+
.input-placeholder {
|
|
8832
|
+
left: 18px;
|
|
8833
|
+
font-style: italic;
|
|
8849
8834
|
}
|
|
8850
8835
|
}
|
|
8851
8836
|
|
|
8852
|
-
.
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
|
|
8856
|
-
|
|
8857
|
-
|
|
8858
|
-
|
|
8859
|
-
|
|
8860
|
-
|
|
8861
|
-
}
|
|
8862
|
-
|
|
8863
|
-
.api-gateway-block {
|
|
8864
|
-
border-radius: 35px;
|
|
8865
|
-
|
|
8866
|
-
&.function-circle {
|
|
8867
|
-
width: 320px;
|
|
8868
|
-
|
|
8869
|
-
&.canary-function {
|
|
8870
|
-
.canary-title {
|
|
8871
|
-
margin-top: 20px;
|
|
8872
|
-
margin-bottom: 0;
|
|
8873
|
-
}
|
|
8837
|
+
.error {
|
|
8838
|
+
color: @darkish-pink;
|
|
8839
|
+
font-size: 12px;
|
|
8840
|
+
white-space: nowrap;
|
|
8841
|
+
}
|
|
8842
|
+
}
|
|
8843
|
+
}
|
|
8844
|
+
}
|
|
8845
|
+
}
|
|
8874
8846
|
|
|
8875
|
-
|
|
8876
|
-
|
|
8877
|
-
|
|
8878
|
-
right: 0;
|
|
8879
|
-
}
|
|
8880
|
-
}
|
|
8847
|
+
&.delete-entity-dialog-wrapper {
|
|
8848
|
+
.ngdialog-content {
|
|
8849
|
+
padding: 30px 24px 23px 24px;
|
|
8881
8850
|
|
|
8882
|
-
|
|
8883
|
-
|
|
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
|
+
}
|
|
8884
8860
|
|
|
8885
|
-
|
|
8886
|
-
|
|
8887
|
-
|
|
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
|
+
}
|
|
8888
8869
|
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
8870
|
+
.nuclio-alert-icon {
|
|
8871
|
+
background: url('/assets/images/ic-alert-message.svg');
|
|
8872
|
+
height: 29px;
|
|
8873
|
+
width: 34px;
|
|
8874
|
+
margin: 0 auto;
|
|
8875
|
+
}
|
|
8895
8876
|
|
|
8896
|
-
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8900
|
-
|
|
8901
|
-
border-radius: 50% 50% 0 50%;
|
|
8902
|
-
transform: rotate(45deg);
|
|
8903
|
-
}
|
|
8877
|
+
.buttons {
|
|
8878
|
+
margin-top: 30px;
|
|
8879
|
+
}
|
|
8880
|
+
}
|
|
8881
|
+
}
|
|
8904
8882
|
|
|
8905
|
-
|
|
8906
|
-
|
|
8883
|
+
&.ngdialog.ngdialog-closing .ngdialog-content {
|
|
8884
|
+
animation-duration: @animation-duration;
|
|
8885
|
+
animation-timing-function: @animation-function;
|
|
8886
|
+
}
|
|
8907
8887
|
|
|
8908
|
-
|
|
8909
|
-
|
|
8910
|
-
|
|
8911
|
-
|
|
8912
|
-
|
|
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
|
+
}
|
|
8913
8894
|
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
width: 100%;
|
|
8919
|
-
height: 36px;
|
|
8920
|
-
line-height: 36px;
|
|
8921
|
-
text-align: center;
|
|
8922
|
-
color: @api-gateway-percentage-value-font-color;
|
|
8895
|
+
&.ngdialog.ngdialog-closing .ngdialog-overlay {
|
|
8896
|
+
animation-duration: @animation-duration;
|
|
8897
|
+
animation-timing-function: @animation-function;
|
|
8898
|
+
}
|
|
8923
8899
|
|
|
8924
|
-
|
|
8925
|
-
|
|
8926
|
-
|
|
8927
|
-
|
|
8928
|
-
}
|
|
8929
|
-
}
|
|
8900
|
+
&.ngdialog.ng-login-modal .ngdialog-content {
|
|
8901
|
+
padding: 0;
|
|
8902
|
+
}
|
|
8903
|
+
}
|
|
8930
8904
|
|
|
8931
|
-
|
|
8932
|
-
|
|
8933
|
-
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
8905
|
+
body {
|
|
8906
|
+
.ncl-main-wrapper {
|
|
8907
|
+
padding: 64px 0 0 215px;
|
|
8908
|
+
width: 100%;
|
|
8909
|
+
height: 100%;
|
|
8910
|
+
}
|
|
8937
8911
|
|
|
8938
|
-
|
|
8939
|
-
|
|
8940
|
-
|
|
8941
|
-
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
|
|
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;
|
|
8945
8921
|
|
|
8946
|
-
|
|
8947
|
-
|
|
8948
|
-
|
|
8949
|
-
width: 100%;
|
|
8950
|
-
display: flex;
|
|
8951
|
-
justify-content: flex-start;
|
|
8952
|
-
margin-left: 20px;
|
|
8922
|
+
.key-header {
|
|
8923
|
+
width: 34%;
|
|
8924
|
+
margin-left: 16px;
|
|
8953
8925
|
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
}
|
|
8926
|
+
&:not(.use-type) {
|
|
8927
|
+
width: 36%;
|
|
8928
|
+
}
|
|
8929
|
+
}
|
|
8959
8930
|
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
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;
|
|
8931
|
+
.type-header {
|
|
8932
|
+
width: 12%;
|
|
8933
|
+
}
|
|
8968
8934
|
|
|
8969
|
-
|
|
8970
|
-
|
|
8971
|
-
left: 11px;
|
|
8972
|
-
width: 5px;
|
|
8973
|
-
height: 5px;
|
|
8974
|
-
}
|
|
8975
|
-
}
|
|
8976
|
-
}
|
|
8977
|
-
}
|
|
8978
|
-
}
|
|
8979
|
-
}
|
|
8980
|
-
}
|
|
8935
|
+
.value-header {
|
|
8936
|
+
width: 52%;
|
|
8981
8937
|
|
|
8982
|
-
.
|
|
8983
|
-
|
|
8984
|
-
width: 100%;
|
|
8985
|
-
margin-top: 32px;
|
|
8938
|
+
&:not(.use-type) {
|
|
8939
|
+
width: 61%;
|
|
8986
8940
|
}
|
|
8987
8941
|
}
|
|
8988
8942
|
}
|
|
8989
|
-
}
|
|
8990
8943
|
|
|
8991
|
-
.
|
|
8992
|
-
|
|
8993
|
-
margin-top: 3px;
|
|
8994
|
-
margin-right: 17px;
|
|
8944
|
+
.table-body:not(:last-child) {
|
|
8945
|
+
margin-bottom: 5px;
|
|
8995
8946
|
}
|
|
8996
8947
|
}
|
|
8997
|
-
.ncl-primary-button {
|
|
8998
|
-
margin-left: 9px;
|
|
8999
|
-
}
|
|
9000
8948
|
|
|
9001
|
-
.ncl-secondary-button {
|
|
9002
|
-
vertical-align: top;
|
|
9003
|
-
position: relative;
|
|
9004
|
-
}
|
|
9005
8949
|
|
|
9006
|
-
.
|
|
9007
|
-
|
|
9008
|
-
right: 0;
|
|
9009
|
-
position: absolute;
|
|
9010
|
-
margin-top: 6px;
|
|
9011
|
-
margin-right: 24px;
|
|
8950
|
+
.logs-common {
|
|
8951
|
+
font-family: "Source Code Pro", "Courier New", monospace;
|
|
9012
8952
|
font-size: 14px;
|
|
9013
|
-
line-height:
|
|
9014
|
-
|
|
9015
|
-
|
|
9016
|
-
&:hover {
|
|
9017
|
-
color: .duskThree(1)[@color];
|
|
9018
|
-
}
|
|
8953
|
+
line-height: 1.1;
|
|
8954
|
+
text-align: left;
|
|
8955
|
+
white-space: pre-wrap;
|
|
9019
8956
|
}
|
|
8957
|
+
.tooltip.custom-tooltip {
|
|
8958
|
+
transition-duration: 0s;
|
|
8959
|
+
z-index: 10001;
|
|
8960
|
+
opacity: 1;
|
|
9020
8961
|
|
|
9021
|
-
.
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
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
|
+
}
|
|
9027
8975
|
|
|
9028
|
-
|
|
9029
|
-
|
|
9030
|
-
}
|
|
8976
|
+
&.bottom {
|
|
8977
|
+
margin-top: 8px;
|
|
8978
|
+
}
|
|
9031
8979
|
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
display: flex;
|
|
9036
|
-
height: 100%;
|
|
9037
|
-
padding: 0 50px;
|
|
9038
|
-
min-width: 500px;
|
|
9039
|
-
align-items: center;
|
|
9040
|
-
justify-content: center;
|
|
8980
|
+
&.top {
|
|
8981
|
+
margin-top: 4px;
|
|
8982
|
+
}
|
|
9041
8983
|
|
|
9042
|
-
.
|
|
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;
|
|
8984
|
+
.tooltip-inner {
|
|
9050
8985
|
background-color: @white;
|
|
9051
|
-
|
|
9052
|
-
|
|
9053
|
-
|
|
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;
|
|
9054
9001
|
|
|
9055
|
-
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
.notification-text {
|
|
9059
|
-
margin: 30px 30px 0 0;
|
|
9060
|
-
max-height: 70vh;
|
|
9061
|
-
overflow: auto;
|
|
9002
|
+
&.ready {
|
|
9003
|
+
color: @tealish;
|
|
9004
|
+
}
|
|
9062
9005
|
|
|
9063
|
-
|
|
9064
|
-
|
|
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
|
+
}
|
|
9065
9010
|
|
|
9066
|
-
|
|
9067
|
-
|
|
9011
|
+
&.error {
|
|
9012
|
+
color: @darkish-pink;
|
|
9068
9013
|
}
|
|
9069
9014
|
}
|
|
9070
9015
|
}
|
|
9016
|
+
}
|
|
9071
9017
|
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
.buttons {
|
|
9077
|
-
text-align: right;
|
|
9018
|
+
.actions-menu {
|
|
9019
|
+
visibility: hidden;
|
|
9020
|
+
}
|
|
9078
9021
|
|
|
9079
|
-
|
|
9080
|
-
|
|
9022
|
+
&.common-table-row {
|
|
9023
|
+
&:hover {
|
|
9024
|
+
.actions-menu {
|
|
9025
|
+
visibility: visible;
|
|
9081
9026
|
}
|
|
9082
9027
|
}
|
|
9028
|
+
}
|
|
9029
|
+
}
|
|
9083
9030
|
|
|
9084
|
-
|
|
9085
|
-
|
|
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
|
-
}
|
|
9031
|
+
.new-api-gateway-wizard {
|
|
9032
|
+
.new-api-gateway-wizard-color-set();
|
|
9105
9033
|
|
|
9106
|
-
|
|
9107
|
-
|
|
9034
|
+
.content-wrapper {
|
|
9035
|
+
.content {
|
|
9036
|
+
.toast-status-panel {
|
|
9037
|
+
max-width: 90vw;
|
|
9038
|
+
margin: 16px auto 20px;
|
|
9039
|
+
}
|
|
9108
9040
|
|
|
9109
|
-
.
|
|
9110
|
-
|
|
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;
|
|
9111
9049
|
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
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;
|
|
9120
9060
|
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9061
|
+
// important for not waiting to animation to finish when removing/promoting canary function
|
|
9062
|
+
// (`ng-leave` and `ng-leave-active` are assigned by the `ng-if` directive when its scope
|
|
9063
|
+
// expression evaluates to a falsy value) see https://docs.angularjs.org/api/ng/directive/ngIf
|
|
9064
|
+
&.ng-leave.ng-leave-active {
|
|
9065
|
+
transition: none 0s 0s;
|
|
9066
|
+
}
|
|
9124
9067
|
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
padding-left: 17px;
|
|
9068
|
+
&:hover, &:focus-within {
|
|
9069
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
|
|
9128
9070
|
}
|
|
9129
9071
|
|
|
9130
|
-
.
|
|
9131
|
-
|
|
9132
|
-
font-
|
|
9072
|
+
.block-title {
|
|
9073
|
+
text-align: center;
|
|
9074
|
+
font-weight: bold;
|
|
9075
|
+
font-size: 16px;
|
|
9076
|
+
color: @api-gateway-block-title-font-color;
|
|
9077
|
+
margin-bottom: 16px;
|
|
9133
9078
|
}
|
|
9134
9079
|
}
|
|
9135
9080
|
|
|
9136
|
-
.
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
white-space: nowrap;
|
|
9081
|
+
.connector, .connector-split {
|
|
9082
|
+
flex: 1 1 0;
|
|
9083
|
+
border-top: 1px solid @connector-line-stroke-color;
|
|
9140
9084
|
}
|
|
9141
|
-
}
|
|
9142
|
-
}
|
|
9143
|
-
}
|
|
9144
|
-
}
|
|
9145
9085
|
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9086
|
+
.connector-split {
|
|
9087
|
+
border-left: 1px solid @connector-line-stroke-color;
|
|
9088
|
+
border-bottom: 1px solid @connector-line-stroke-color;
|
|
9089
|
+
border-radius: 50px 0 0 50px;
|
|
9090
|
+
height: 280px;
|
|
9091
|
+
}
|
|
9149
9092
|
|
|
9150
|
-
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
letter-spacing: normal;
|
|
9157
|
-
margin: 11px 0 2px;
|
|
9158
|
-
}
|
|
9093
|
+
.api-gateway-globe {
|
|
9094
|
+
flex: none;
|
|
9095
|
+
width: 128px;
|
|
9096
|
+
height: 128px;
|
|
9097
|
+
background: url('/assets/images/globe.png') center center / cover no-repeat transparent;
|
|
9098
|
+
}
|
|
9159
9099
|
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
color: @dusk-three;
|
|
9167
|
-
}
|
|
9100
|
+
.api-gateway-authentication,
|
|
9101
|
+
.api-gateway-basic-settings {
|
|
9102
|
+
.fields-wrapper {
|
|
9103
|
+
display: flex;
|
|
9104
|
+
flex-flow: column nowrap;
|
|
9105
|
+
justify-content: space-around;
|
|
9168
9106
|
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9107
|
+
.field-wrapper {
|
|
9108
|
+
display: flex;
|
|
9109
|
+
flex-flow: row nowrap;
|
|
9110
|
+
justify-content: space-between;
|
|
9111
|
+
line-height: 36px;
|
|
9112
|
+
margin-top: 16px;
|
|
9175
9113
|
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
}
|
|
9180
|
-
}
|
|
9114
|
+
&:first-child {
|
|
9115
|
+
margin-top: 0;
|
|
9116
|
+
}
|
|
9181
9117
|
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
|
|
9185
|
-
}
|
|
9118
|
+
.field-label {
|
|
9119
|
+
width: 35%;
|
|
9120
|
+
}
|
|
9186
9121
|
|
|
9187
|
-
|
|
9188
|
-
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9122
|
+
.field-input {
|
|
9123
|
+
width: 60%;
|
|
9124
|
+
}
|
|
9125
|
+
}
|
|
9126
|
+
}
|
|
9127
|
+
}
|
|
9193
9128
|
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
}
|
|
9129
|
+
.api-gateway-basic-settings {
|
|
9130
|
+
.end-point-block {
|
|
9131
|
+
margin-top: 8px;
|
|
9198
9132
|
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
|
|
9202
|
-
|
|
9133
|
+
.end-point-title {
|
|
9134
|
+
font-weight: bold;
|
|
9135
|
+
}
|
|
9136
|
+
|
|
9137
|
+
.end-point-host {
|
|
9138
|
+
display: flex;
|
|
9139
|
+
flex-flow: row nowrap;
|
|
9140
|
+
align-items: center;
|
|
9141
|
+
|
|
9142
|
+
.host {
|
|
9143
|
+
flex: auto;
|
|
9144
|
+
word-break: break-all;
|
|
9145
|
+
max-height: 80px;
|
|
9146
|
+
overflow-y: auto;
|
|
9147
|
+
}
|
|
9148
|
+
|
|
9149
|
+
.copy-to-clipboard {
|
|
9150
|
+
flex: none;
|
|
9151
|
+
}
|
|
9152
|
+
}
|
|
9153
|
+
}
|
|
9154
|
+
}
|
|
9155
|
+
|
|
9156
|
+
.api-gateway-circles {
|
|
9157
|
+
display: flex;
|
|
9158
|
+
flex-flow: column nowrap;
|
|
9159
|
+
justify-content: space-between;
|
|
9160
|
+
align-items: center;
|
|
9161
|
+
position: relative;
|
|
9162
|
+
|
|
9163
|
+
&.only-primary {
|
|
9164
|
+
justify-content: center;
|
|
9165
|
+
}
|
|
9166
|
+
|
|
9167
|
+
.api-gateway-block {
|
|
9168
|
+
border-radius: 35px;
|
|
9169
|
+
|
|
9170
|
+
&.function-circle {
|
|
9171
|
+
width: 320px;
|
|
9172
|
+
|
|
9173
|
+
&.canary-function {
|
|
9174
|
+
.canary-title {
|
|
9175
|
+
margin-top: 20px;
|
|
9176
|
+
margin-bottom: 0;
|
|
9177
|
+
}
|
|
9178
|
+
|
|
9179
|
+
.canary-action-menu {
|
|
9180
|
+
position: absolute;
|
|
9181
|
+
top: 24px;
|
|
9182
|
+
right: 0;
|
|
9183
|
+
}
|
|
9184
|
+
}
|
|
9203
9185
|
|
|
9204
|
-
|
|
9205
|
-
|
|
9206
|
-
padding: 64px 0 0 215px;
|
|
9207
|
-
width: 100%;
|
|
9208
|
-
height: 100%;
|
|
9209
|
-
}
|
|
9186
|
+
.function-name {
|
|
9187
|
+
position: relative;
|
|
9210
9188
|
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
font-weight: bold;
|
|
9215
|
-
font-style: normal;
|
|
9216
|
-
font-stretch: normal;
|
|
9217
|
-
letter-spacing: normal;
|
|
9218
|
-
color: @dusk-three;
|
|
9219
|
-
margin-bottom: 2px;
|
|
9189
|
+
&.percentage-exists {
|
|
9190
|
+
padding-left: 36px;
|
|
9191
|
+
}
|
|
9220
9192
|
|
|
9221
|
-
|
|
9222
|
-
|
|
9223
|
-
|
|
9193
|
+
.percentage {
|
|
9194
|
+
position: absolute;
|
|
9195
|
+
left: -17px;
|
|
9196
|
+
top: -4px;
|
|
9197
|
+
width: 44px;
|
|
9198
|
+
height: 44px;
|
|
9224
9199
|
|
|
9225
|
-
|
|
9226
|
-
|
|
9227
|
-
|
|
9228
|
-
|
|
9200
|
+
.percentage-background {
|
|
9201
|
+
position: absolute;
|
|
9202
|
+
width: 110%;
|
|
9203
|
+
height: 110%;
|
|
9204
|
+
background-color: @api-gateway-percentage-background-color;
|
|
9205
|
+
border-radius: 50% 50% 0 50%;
|
|
9206
|
+
transform: rotate(45deg);
|
|
9207
|
+
}
|
|
9229
9208
|
|
|
9230
|
-
|
|
9231
|
-
|
|
9232
|
-
}
|
|
9209
|
+
&.swap {
|
|
9210
|
+
top: -8px;
|
|
9233
9211
|
|
|
9234
|
-
|
|
9235
|
-
|
|
9212
|
+
.percentage-background {
|
|
9213
|
+
border-radius: 50% 0 50% 50%;
|
|
9214
|
+
transform: rotate(-45deg);
|
|
9215
|
+
}
|
|
9216
|
+
}
|
|
9236
9217
|
|
|
9237
|
-
|
|
9238
|
-
|
|
9239
|
-
|
|
9240
|
-
|
|
9241
|
-
|
|
9218
|
+
.percentage-value {
|
|
9219
|
+
position: absolute;
|
|
9220
|
+
top: 5px;
|
|
9221
|
+
left: 2px;
|
|
9222
|
+
width: 100%;
|
|
9223
|
+
height: 36px;
|
|
9224
|
+
line-height: 36px;
|
|
9225
|
+
text-align: center;
|
|
9226
|
+
color: @api-gateway-percentage-value-font-color;
|
|
9242
9227
|
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
9246
|
-
}
|
|
9228
|
+
&:after {
|
|
9229
|
+
content: '%';
|
|
9230
|
+
}
|
|
9231
|
+
}
|
|
9232
|
+
}
|
|
9233
|
+
}
|
|
9247
9234
|
|
|
9235
|
+
.function-name-title {
|
|
9236
|
+
vertical-align: middle;
|
|
9237
|
+
line-height: normal;
|
|
9238
|
+
}
|
|
9239
|
+
}
|
|
9240
|
+
}
|
|
9248
9241
|
|
|
9249
|
-
.
|
|
9250
|
-
|
|
9251
|
-
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
}
|
|
9256
|
-
.tooltip.custom-tooltip {
|
|
9257
|
-
transition-duration: 0s;
|
|
9258
|
-
z-index: 10001;
|
|
9259
|
-
opacity: 1;
|
|
9242
|
+
.create-canary-button {
|
|
9243
|
+
position: absolute;
|
|
9244
|
+
bottom: -40px;
|
|
9245
|
+
.igz-icon-add-round {
|
|
9246
|
+
margin: 0 8px 0 0;
|
|
9247
|
+
}
|
|
9248
|
+
}
|
|
9260
9249
|
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
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
|
-
}
|
|
9250
|
+
.primary-canary-slider {
|
|
9251
|
+
z-index: 1;
|
|
9252
|
+
height: 175px;
|
|
9253
|
+
width: 100%;
|
|
9254
|
+
display: flex;
|
|
9255
|
+
justify-content: flex-start;
|
|
9256
|
+
margin-left: 20px;
|
|
9274
9257
|
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9258
|
+
.rzslider:not([disabled]).rz-vertical {
|
|
9259
|
+
.rz-bar {
|
|
9260
|
+
background-color: @dark-sky-blue;
|
|
9261
|
+
border-radius: 0;
|
|
9262
|
+
}
|
|
9278
9263
|
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9264
|
+
.rz-pointer {
|
|
9265
|
+
width: 27px;
|
|
9266
|
+
height: 27px;
|
|
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;
|
|
9282
9272
|
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9273
|
+
&::after {
|
|
9274
|
+
top: 11px;
|
|
9275
|
+
left: 11px;
|
|
9276
|
+
width: 5px;
|
|
9277
|
+
height: 5px;
|
|
9278
|
+
}
|
|
9279
|
+
}
|
|
9280
|
+
}
|
|
9281
|
+
}
|
|
9282
|
+
}
|
|
9283
|
+
}
|
|
9284
|
+
}
|
|
9285
|
+
|
|
9286
|
+
.buttons-wrapper {
|
|
9287
|
+
position: relative;
|
|
9288
|
+
width: 100%;
|
|
9289
|
+
margin-top: 32px;
|
|
9290
|
+
}
|
|
9291
|
+
}
|
|
9293
9292
|
}
|
|
9294
9293
|
}
|
|
9294
|
+
|
|
9295
9295
|
.deploy-deleted-function-dialog {
|
|
9296
9296
|
.sub-title {
|
|
9297
9297
|
font-size: 16px;
|
|
@@ -9304,40 +9304,6 @@ 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
|
-
|
|
9341
9307
|
.ncl-function-collapsing-row {
|
|
9342
9308
|
background-color: @white;
|
|
9343
9309
|
margin-bottom: 8px;
|
|
@@ -9472,19 +9438,38 @@ body {
|
|
|
9472
9438
|
}
|
|
9473
9439
|
}
|
|
9474
9440
|
|
|
9475
|
-
.
|
|
9476
|
-
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
|
|
9441
|
+
.duplicate-function-dialog-wrapper {
|
|
9442
|
+
.main-content {
|
|
9443
|
+
.field-group {
|
|
9444
|
+
display: flex;
|
|
9445
|
+
flex-wrap: wrap;
|
|
9446
|
+
width: 450px;
|
|
9480
9447
|
|
|
9481
|
-
|
|
9482
|
-
|
|
9448
|
+
.field-label.function-name-label,
|
|
9449
|
+
.field-input.function-name-input,
|
|
9450
|
+
.field-input.function-configuration-input {
|
|
9451
|
+
width: 100%;
|
|
9452
|
+
}
|
|
9483
9453
|
|
|
9484
|
-
|
|
9485
|
-
|
|
9454
|
+
.field-label.function-configuration-label {
|
|
9455
|
+
width: 100%;
|
|
9456
|
+
line-height: 30px;
|
|
9457
|
+
}
|
|
9458
|
+
|
|
9459
|
+
.field-input.function-name-input,
|
|
9460
|
+
.field-input.function-configuration-input {
|
|
9461
|
+
.error {
|
|
9462
|
+
top: 38px;
|
|
9463
|
+
}
|
|
9464
|
+
}
|
|
9465
|
+
|
|
9466
|
+
.field-label.function-configuration-path {
|
|
9467
|
+
font-size: 14px;
|
|
9468
|
+
margin-left: 3px;
|
|
9469
|
+
line-height: 30px;
|
|
9470
|
+
}
|
|
9471
|
+
}
|
|
9486
9472
|
}
|
|
9487
|
-
}
|
|
9488
9473
|
}
|
|
9489
9474
|
|
|
9490
9475
|
.ncl-edit-version {
|
|
@@ -9745,6 +9730,21 @@ body {
|
|
|
9745
9730
|
}
|
|
9746
9731
|
}
|
|
9747
9732
|
|
|
9733
|
+
.override-function-dialog {
|
|
9734
|
+
.sub-title {
|
|
9735
|
+
font-size: 16px;
|
|
9736
|
+
color: @silver-chalice-two;
|
|
9737
|
+
}
|
|
9738
|
+
|
|
9739
|
+
.buttons {
|
|
9740
|
+
display: flex;
|
|
9741
|
+
|
|
9742
|
+
.function-redirect-button {
|
|
9743
|
+
margin-right: auto;
|
|
9744
|
+
}
|
|
9745
|
+
}
|
|
9746
|
+
}
|
|
9747
|
+
|
|
9748
9748
|
// Style rules for actions bar
|
|
9749
9749
|
.border-top > .igz-info-page-actions-bar {
|
|
9750
9750
|
.info-page-actions-bar-color-set();
|
|
@@ -10308,129 +10308,6 @@ ncl-breadcrumbs {
|
|
|
10308
10308
|
}
|
|
10309
10309
|
}
|
|
10310
10310
|
|
|
10311
|
-
.ncl-collapsing-row {
|
|
10312
|
-
margin-bottom: 9px;
|
|
10313
|
-
|
|
10314
|
-
.title-block.common-table-row {
|
|
10315
|
-
border: 1px solid @pale-grey;
|
|
10316
|
-
box-shadow: none;
|
|
10317
|
-
min-height: 49px;
|
|
10318
|
-
|
|
10319
|
-
&.collapsed {
|
|
10320
|
-
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
10321
|
-
|
|
10322
|
-
&:hover {
|
|
10323
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
10324
|
-
}
|
|
10325
|
-
}
|
|
10326
|
-
|
|
10327
|
-
&:hover {
|
|
10328
|
-
.common-table-cells-container {
|
|
10329
|
-
background-color: @white;
|
|
10330
|
-
}
|
|
10331
|
-
|
|
10332
|
-
.actions-menu {
|
|
10333
|
-
visibility: visible;
|
|
10334
|
-
background-color: @white;
|
|
10335
|
-
}
|
|
10336
|
-
|
|
10337
|
-
.single-action {
|
|
10338
|
-
visibility: visible;
|
|
10339
|
-
}
|
|
10340
|
-
}
|
|
10341
|
-
}
|
|
10342
|
-
|
|
10343
|
-
.row-collapse {
|
|
10344
|
-
width: 40px;
|
|
10345
|
-
flex: none;
|
|
10346
|
-
justify-content: center;
|
|
10347
|
-
align-items: flex-start;
|
|
10348
|
-
line-height: 51px;
|
|
10349
|
-
|
|
10350
|
-
.collapse-icon {
|
|
10351
|
-
background-color: transparent;
|
|
10352
|
-
position: absolute;
|
|
10353
|
-
|
|
10354
|
-
&.igz-icon-right, &.igz-icon-down {
|
|
10355
|
-
font-size: 12px;
|
|
10356
|
-
.duskThree(0.64);
|
|
10357
|
-
color: @color;
|
|
10358
|
-
|
|
10359
|
-
&:hover {
|
|
10360
|
-
color: @dusk-three;
|
|
10361
|
-
}
|
|
10362
|
-
}
|
|
10363
|
-
}
|
|
10364
|
-
}
|
|
10365
|
-
|
|
10366
|
-
.item-row {
|
|
10367
|
-
display: flex;
|
|
10368
|
-
flex-flow: row nowrap;
|
|
10369
|
-
align-items: center;
|
|
10370
|
-
|
|
10371
|
-
.item-name {
|
|
10372
|
-
font-weight: bold;
|
|
10373
|
-
display: flex;
|
|
10374
|
-
flex-flow: row nowrap;
|
|
10375
|
-
align-items: baseline;
|
|
10376
|
-
width: 192px;
|
|
10377
|
-
|
|
10378
|
-
.text-ellipsis {
|
|
10379
|
-
width: auto;
|
|
10380
|
-
}
|
|
10381
|
-
}
|
|
10382
|
-
|
|
10383
|
-
.item-class {
|
|
10384
|
-
width: 168px;
|
|
10385
|
-
padding-left: 16px;
|
|
10386
|
-
}
|
|
10387
|
-
|
|
10388
|
-
.field-label {
|
|
10389
|
-
text-transform: capitalize;
|
|
10390
|
-
}
|
|
10391
|
-
}
|
|
10392
|
-
|
|
10393
|
-
.item-info-row {
|
|
10394
|
-
line-height: 30px;
|
|
10395
|
-
}
|
|
10396
|
-
|
|
10397
|
-
.expanded-item-info-block {
|
|
10398
|
-
width: 100%;
|
|
10399
|
-
height: 100%;
|
|
10400
|
-
top: 0;
|
|
10401
|
-
padding: 10px 0;
|
|
10402
|
-
}
|
|
10403
|
-
|
|
10404
|
-
.collapsed-item-info-block {
|
|
10405
|
-
padding-left: 16px;
|
|
10406
|
-
white-space: nowrap;
|
|
10407
|
-
width: 100%;
|
|
10408
|
-
overflow: hidden;
|
|
10409
|
-
text-overflow: ellipsis;
|
|
10410
|
-
}
|
|
10411
|
-
|
|
10412
|
-
.actions-menu {
|
|
10413
|
-
visibility: hidden;
|
|
10414
|
-
align-items: flex-start;
|
|
10415
|
-
line-height: 51px;
|
|
10416
|
-
}
|
|
10417
|
-
|
|
10418
|
-
.single-action {
|
|
10419
|
-
visibility: hidden;
|
|
10420
|
-
align-items: flex-start;
|
|
10421
|
-
flex: none;
|
|
10422
|
-
padding-right: 4px;
|
|
10423
|
-
|
|
10424
|
-
.igz-action-panel {
|
|
10425
|
-
transition: unset;
|
|
10426
|
-
|
|
10427
|
-
.igz-action-item {
|
|
10428
|
-
margin: 4px 0 0 0;
|
|
10429
|
-
}
|
|
10430
|
-
}
|
|
10431
|
-
}
|
|
10432
|
-
}
|
|
10433
|
-
|
|
10434
10311
|
.ncl-breadcrumbs-dropdown {
|
|
10435
10312
|
display: inline-grid;
|
|
10436
10313
|
|
|
@@ -10509,63 +10386,186 @@ ncl-breadcrumbs {
|
|
|
10509
10386
|
outline: none;
|
|
10510
10387
|
border: solid 1px @dark-sky-blue;
|
|
10511
10388
|
|
|
10512
|
-
+ .igz-icon-search {
|
|
10513
|
-
color: @greyish-purple;
|
|
10514
|
-
}
|
|
10389
|
+
+ .igz-icon-search {
|
|
10390
|
+
color: @greyish-purple;
|
|
10391
|
+
}
|
|
10392
|
+
|
|
10393
|
+
&::-webkit-input-placeholder {
|
|
10394
|
+
color: transparent;
|
|
10395
|
+
}
|
|
10396
|
+
|
|
10397
|
+
&::-moz-placeholder {
|
|
10398
|
+
color: transparent;
|
|
10399
|
+
}
|
|
10400
|
+
}
|
|
10401
|
+
}
|
|
10402
|
+
}
|
|
10403
|
+
}
|
|
10404
|
+
|
|
10405
|
+
.dropdown-list {
|
|
10406
|
+
font-size: 13px;
|
|
10407
|
+
font-weight: 500;
|
|
10408
|
+
text-align: left;
|
|
10409
|
+
max-height: 375px;
|
|
10410
|
+
list-style: none;
|
|
10411
|
+
padding: 8px 0 0;
|
|
10412
|
+
margin: 0;
|
|
10413
|
+
border-radius: 2px;
|
|
10414
|
+
background-color: @white;
|
|
10415
|
+
|
|
10416
|
+
li {
|
|
10417
|
+
height: 32px;
|
|
10418
|
+
line-height: 32px;
|
|
10419
|
+
width: 239px;
|
|
10420
|
+
|
|
10421
|
+
.item-name {
|
|
10422
|
+
display: inline-block;
|
|
10423
|
+
width: 170px;
|
|
10424
|
+
overflow: hidden;
|
|
10425
|
+
white-space: nowrap;
|
|
10426
|
+
text-overflow: ellipsis;
|
|
10427
|
+
margin-left: 16px;
|
|
10428
|
+
color: @dusk-three;
|
|
10429
|
+
vertical-align:top;
|
|
10430
|
+
text-decoration: none;
|
|
10431
|
+
height: 32px;
|
|
10432
|
+
}
|
|
10433
|
+
|
|
10434
|
+
.igz-icon-tick {
|
|
10435
|
+
display: inline-block;
|
|
10436
|
+
font-size: 16px;
|
|
10437
|
+
width: 41px;
|
|
10438
|
+
height: 32px;
|
|
10439
|
+
padding: 0 19px 0 12px;
|
|
10440
|
+
vertical-align: top;
|
|
10441
|
+
}
|
|
10442
|
+
|
|
10443
|
+
&:hover {
|
|
10444
|
+
height: 32px;
|
|
10445
|
+
background-color: @pale-grey-two;
|
|
10446
|
+
}
|
|
10447
|
+
}
|
|
10448
|
+
}
|
|
10449
|
+
}
|
|
10450
|
+
|
|
10451
|
+
.ncl-collapsing-row {
|
|
10452
|
+
margin-bottom: 9px;
|
|
10453
|
+
|
|
10454
|
+
.title-block.common-table-row {
|
|
10455
|
+
border: 1px solid @pale-grey;
|
|
10456
|
+
box-shadow: none;
|
|
10457
|
+
min-height: 49px;
|
|
10458
|
+
|
|
10459
|
+
&.collapsed {
|
|
10460
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
10461
|
+
|
|
10462
|
+
&:hover {
|
|
10463
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
10464
|
+
}
|
|
10465
|
+
}
|
|
10466
|
+
|
|
10467
|
+
&:hover {
|
|
10468
|
+
.common-table-cells-container {
|
|
10469
|
+
background-color: @white;
|
|
10470
|
+
}
|
|
10471
|
+
|
|
10472
|
+
.actions-menu {
|
|
10473
|
+
visibility: visible;
|
|
10474
|
+
background-color: @white;
|
|
10475
|
+
}
|
|
10476
|
+
|
|
10477
|
+
.single-action {
|
|
10478
|
+
visibility: visible;
|
|
10479
|
+
}
|
|
10480
|
+
}
|
|
10481
|
+
}
|
|
10482
|
+
|
|
10483
|
+
.row-collapse {
|
|
10484
|
+
width: 40px;
|
|
10485
|
+
flex: none;
|
|
10486
|
+
justify-content: center;
|
|
10487
|
+
align-items: flex-start;
|
|
10488
|
+
line-height: 51px;
|
|
10489
|
+
|
|
10490
|
+
.collapse-icon {
|
|
10491
|
+
background-color: transparent;
|
|
10492
|
+
position: absolute;
|
|
10493
|
+
|
|
10494
|
+
&.igz-icon-right, &.igz-icon-down {
|
|
10495
|
+
font-size: 12px;
|
|
10496
|
+
.duskThree(0.64);
|
|
10497
|
+
color: @color;
|
|
10498
|
+
|
|
10499
|
+
&:hover {
|
|
10500
|
+
color: @dusk-three;
|
|
10501
|
+
}
|
|
10502
|
+
}
|
|
10503
|
+
}
|
|
10504
|
+
}
|
|
10505
|
+
|
|
10506
|
+
.item-row {
|
|
10507
|
+
display: flex;
|
|
10508
|
+
flex-flow: row nowrap;
|
|
10509
|
+
align-items: center;
|
|
10510
|
+
|
|
10511
|
+
.item-name {
|
|
10512
|
+
font-weight: bold;
|
|
10513
|
+
display: flex;
|
|
10514
|
+
flex-flow: row nowrap;
|
|
10515
|
+
align-items: baseline;
|
|
10516
|
+
width: 192px;
|
|
10517
|
+
|
|
10518
|
+
.text-ellipsis {
|
|
10519
|
+
width: auto;
|
|
10520
|
+
}
|
|
10521
|
+
}
|
|
10515
10522
|
|
|
10516
|
-
|
|
10517
|
-
|
|
10518
|
-
|
|
10523
|
+
.item-class {
|
|
10524
|
+
width: 168px;
|
|
10525
|
+
padding-left: 16px;
|
|
10526
|
+
}
|
|
10519
10527
|
|
|
10520
|
-
|
|
10521
|
-
|
|
10522
|
-
}
|
|
10523
|
-
}
|
|
10524
|
-
}
|
|
10528
|
+
.field-label {
|
|
10529
|
+
text-transform: capitalize;
|
|
10525
10530
|
}
|
|
10526
10531
|
}
|
|
10527
10532
|
|
|
10528
|
-
.
|
|
10529
|
-
|
|
10530
|
-
|
|
10531
|
-
text-align: left;
|
|
10532
|
-
max-height: 375px;
|
|
10533
|
-
list-style: none;
|
|
10534
|
-
padding: 8px 0 0;
|
|
10535
|
-
margin: 0;
|
|
10536
|
-
border-radius: 2px;
|
|
10537
|
-
background-color: @white;
|
|
10533
|
+
.item-info-row {
|
|
10534
|
+
line-height: 30px;
|
|
10535
|
+
}
|
|
10538
10536
|
|
|
10539
|
-
|
|
10540
|
-
|
|
10541
|
-
|
|
10542
|
-
|
|
10537
|
+
.expanded-item-info-block {
|
|
10538
|
+
width: 100%;
|
|
10539
|
+
height: 100%;
|
|
10540
|
+
top: 0;
|
|
10541
|
+
padding: 10px 0;
|
|
10542
|
+
}
|
|
10543
10543
|
|
|
10544
|
-
|
|
10545
|
-
|
|
10546
|
-
|
|
10547
|
-
|
|
10548
|
-
|
|
10549
|
-
|
|
10550
|
-
|
|
10551
|
-
color: @dusk-three;
|
|
10552
|
-
vertical-align:top;
|
|
10553
|
-
text-decoration: none;
|
|
10554
|
-
height: 32px;
|
|
10555
|
-
}
|
|
10544
|
+
.collapsed-item-info-block {
|
|
10545
|
+
padding-left: 16px;
|
|
10546
|
+
white-space: nowrap;
|
|
10547
|
+
width: 100%;
|
|
10548
|
+
overflow: hidden;
|
|
10549
|
+
text-overflow: ellipsis;
|
|
10550
|
+
}
|
|
10556
10551
|
|
|
10557
|
-
|
|
10558
|
-
|
|
10559
|
-
|
|
10560
|
-
|
|
10561
|
-
|
|
10562
|
-
padding: 0 19px 0 12px;
|
|
10563
|
-
vertical-align: top;
|
|
10564
|
-
}
|
|
10552
|
+
.actions-menu {
|
|
10553
|
+
visibility: hidden;
|
|
10554
|
+
align-items: flex-start;
|
|
10555
|
+
line-height: 51px;
|
|
10556
|
+
}
|
|
10565
10557
|
|
|
10566
|
-
|
|
10567
|
-
|
|
10568
|
-
|
|
10558
|
+
.single-action {
|
|
10559
|
+
visibility: hidden;
|
|
10560
|
+
align-items: flex-start;
|
|
10561
|
+
flex: none;
|
|
10562
|
+
padding-right: 4px;
|
|
10563
|
+
|
|
10564
|
+
.igz-action-panel {
|
|
10565
|
+
transition: unset;
|
|
10566
|
+
|
|
10567
|
+
.igz-action-item {
|
|
10568
|
+
margin: 4px 0 0 0;
|
|
10569
10569
|
}
|
|
10570
10570
|
}
|
|
10571
10571
|
}
|
|
@@ -10709,6 +10709,24 @@ ncl-breadcrumbs {
|
|
|
10709
10709
|
}
|
|
10710
10710
|
}
|
|
10711
10711
|
|
|
10712
|
+
.view-yaml-dialog-wrapper {
|
|
10713
|
+
.ngdialog-content {
|
|
10714
|
+
.view-yaml-dialog-header {
|
|
10715
|
+
.title {
|
|
10716
|
+
margin-bottom: 10px;
|
|
10717
|
+
}
|
|
10718
|
+
|
|
10719
|
+
.copy-to-clipboard {
|
|
10720
|
+
width: 20px;
|
|
10721
|
+
}
|
|
10722
|
+
}
|
|
10723
|
+
|
|
10724
|
+
.monaco-editor {
|
|
10725
|
+
min-width: 700px;
|
|
10726
|
+
min-height: 450px;
|
|
10727
|
+
}
|
|
10728
|
+
}
|
|
10729
|
+
}
|
|
10712
10730
|
.ncl-key-value-input {
|
|
10713
10731
|
.input-wrapper {
|
|
10714
10732
|
width: 100%;
|
|
@@ -10923,23 +10941,75 @@ ncl-breadcrumbs {
|
|
|
10923
10941
|
}
|
|
10924
10942
|
}
|
|
10925
10943
|
|
|
10926
|
-
.
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10930
|
-
|
|
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;
|
|
10931
10981
|
}
|
|
10932
10982
|
|
|
10933
|
-
|
|
10934
|
-
|
|
10983
|
+
&::-webkit-input-placeholder {
|
|
10984
|
+
color: transparent;
|
|
10935
10985
|
}
|
|
10936
|
-
}
|
|
10937
10986
|
|
|
10938
|
-
|
|
10939
|
-
|
|
10940
|
-
|
|
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
|
+
}
|
|
10941
10998
|
}
|
|
10942
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
|
+
}
|
|
10943
11013
|
}
|
|
10944
11014
|
.ncl-monaco {
|
|
10945
11015
|
.ncl-monaco-wrapper {
|
|
@@ -11085,119 +11155,49 @@ ncl-navigation-tabs {
|
|
|
11085
11155
|
|
|
11086
11156
|
&:after {
|
|
11087
11157
|
border-right-color: @darkish-pink;
|
|
11088
|
-
}
|
|
11089
|
-
}
|
|
11090
|
-
|
|
11091
|
-
.ncl-status-icon {
|
|
11092
|
-
width: 13px;
|
|
11093
|
-
margin-right: 5px;
|
|
11094
|
-
|
|
11095
|
-
&.ncl-icon-ready {
|
|
11096
|
-
margin-top: 3px;
|
|
11097
|
-
font-size: 10px;
|
|
11098
|
-
}
|
|
11099
|
-
|
|
11100
|
-
&.ncl-icon-building {
|
|
11101
|
-
margin-top: 6px;
|
|
11102
|
-
font-size: 5px;
|
|
11103
|
-
}
|
|
11104
|
-
|
|
11105
|
-
&.ncl-icon-error {
|
|
11106
|
-
margin-top: 3px;
|
|
11107
|
-
font-size: 10px;
|
|
11108
|
-
}
|
|
11109
|
-
}
|
|
11110
|
-
|
|
11111
|
-
.ncl-status-title {
|
|
11112
|
-
font-size: 13px;
|
|
11113
|
-
font-weight: normal;
|
|
11114
|
-
white-space: nowrap;
|
|
11115
|
-
|
|
11116
|
-
&::first-letter {
|
|
11117
|
-
text-transform: capitalize;
|
|
11118
|
-
}
|
|
11119
|
-
}
|
|
11120
|
-
}
|
|
11121
|
-
}
|
|
11122
|
-
}
|
|
11123
|
-
}
|
|
11124
|
-
}
|
|
11125
|
-
|
|
11126
|
-
.test-pane-actions-wrapper {
|
|
11127
|
-
margin-right: 35px;
|
|
11128
|
-
}
|
|
11129
|
-
}
|
|
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
|
-
}
|
|
11158
|
+
}
|
|
11159
|
+
}
|
|
11162
11160
|
|
|
11163
|
-
|
|
11164
|
-
|
|
11161
|
+
.ncl-status-icon {
|
|
11162
|
+
width: 13px;
|
|
11163
|
+
margin-right: 5px;
|
|
11165
11164
|
|
|
11166
|
-
|
|
11167
|
-
|
|
11168
|
-
|
|
11165
|
+
&.ncl-icon-ready {
|
|
11166
|
+
margin-top: 3px;
|
|
11167
|
+
font-size: 10px;
|
|
11168
|
+
}
|
|
11169
11169
|
|
|
11170
|
-
|
|
11171
|
-
|
|
11172
|
-
|
|
11170
|
+
&.ncl-icon-building {
|
|
11171
|
+
margin-top: 6px;
|
|
11172
|
+
font-size: 5px;
|
|
11173
|
+
}
|
|
11173
11174
|
|
|
11174
|
-
|
|
11175
|
-
|
|
11176
|
-
|
|
11175
|
+
&.ncl-icon-error {
|
|
11176
|
+
margin-top: 3px;
|
|
11177
|
+
font-size: 10px;
|
|
11178
|
+
}
|
|
11179
|
+
}
|
|
11177
11180
|
|
|
11178
|
-
|
|
11179
|
-
|
|
11180
|
-
|
|
11181
|
+
.ncl-status-title {
|
|
11182
|
+
font-size: 13px;
|
|
11183
|
+
font-weight: normal;
|
|
11184
|
+
white-space: nowrap;
|
|
11181
11185
|
|
|
11182
|
-
|
|
11183
|
-
|
|
11186
|
+
&::first-letter {
|
|
11187
|
+
text-transform: capitalize;
|
|
11188
|
+
}
|
|
11189
|
+
}
|
|
11190
|
+
}
|
|
11191
|
+
}
|
|
11184
11192
|
}
|
|
11185
11193
|
}
|
|
11186
11194
|
}
|
|
11187
11195
|
|
|
11188
|
-
.
|
|
11189
|
-
|
|
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;
|
|
11196
|
+
.test-pane-actions-wrapper {
|
|
11197
|
+
margin-right: 35px;
|
|
11199
11198
|
}
|
|
11200
11199
|
}
|
|
11200
|
+
|
|
11201
11201
|
.new-function-wrapper {
|
|
11202
11202
|
.ncl-new-function-color-set();
|
|
11203
11203
|
|
|
@@ -12109,105 +12109,6 @@ ncl-navigation-tabs {
|
|
|
12109
12109
|
}
|
|
12110
12110
|
}
|
|
12111
12111
|
|
|
12112
|
-
.function-from-scratch-content {
|
|
12113
|
-
.splash-screen {
|
|
12114
|
-
top: 0;
|
|
12115
|
-
}
|
|
12116
|
-
|
|
12117
|
-
.title-wrapper {
|
|
12118
|
-
margin-left: 50px;
|
|
12119
|
-
|
|
12120
|
-
.title {
|
|
12121
|
-
color: @dusk-three;
|
|
12122
|
-
font-size: 16px;
|
|
12123
|
-
font-weight: bold;
|
|
12124
|
-
}
|
|
12125
|
-
}
|
|
12126
|
-
|
|
12127
|
-
.function-configuration {
|
|
12128
|
-
margin: 28px 0 0 0;
|
|
12129
|
-
|
|
12130
|
-
.configuration-form {
|
|
12131
|
-
display: flex;
|
|
12132
|
-
|
|
12133
|
-
.function-name-wrapper {
|
|
12134
|
-
width: 50%;
|
|
12135
|
-
display: flex;
|
|
12136
|
-
padding: 0 24px 0 74px;
|
|
12137
|
-
|
|
12138
|
-
.projects-drop-down {
|
|
12139
|
-
width: 40%;
|
|
12140
|
-
margin-right: 48px;
|
|
12141
|
-
|
|
12142
|
-
.input-label {
|
|
12143
|
-
font-size: 14px;
|
|
12144
|
-
font-weight: 600;
|
|
12145
|
-
color: @dusk-three;
|
|
12146
|
-
}
|
|
12147
|
-
|
|
12148
|
-
igz-default-dropdown {
|
|
12149
|
-
.default-dropdown {
|
|
12150
|
-
background-color: @white;
|
|
12151
|
-
|
|
12152
|
-
.default-dropdown-field {
|
|
12153
|
-
&:focus {
|
|
12154
|
-
background-color: inherit;
|
|
12155
|
-
}
|
|
12156
|
-
}
|
|
12157
|
-
}
|
|
12158
|
-
}
|
|
12159
|
-
}
|
|
12160
|
-
|
|
12161
|
-
.function-name {
|
|
12162
|
-
width: 100%;
|
|
12163
|
-
|
|
12164
|
-
.input-label {
|
|
12165
|
-
font-size: 14px;
|
|
12166
|
-
font-weight: 600;
|
|
12167
|
-
color: @dusk-three;
|
|
12168
|
-
}
|
|
12169
|
-
|
|
12170
|
-
igz-validating-input-field {
|
|
12171
|
-
margin-left: 2px;
|
|
12172
|
-
}
|
|
12173
|
-
}
|
|
12174
|
-
}
|
|
12175
|
-
|
|
12176
|
-
.function-runtime-wrapper {
|
|
12177
|
-
width: 50%;
|
|
12178
|
-
padding-left: 24px;
|
|
12179
|
-
padding-right: 10%;
|
|
12180
|
-
|
|
12181
|
-
.function-runtime {
|
|
12182
|
-
.input-label {
|
|
12183
|
-
font-size: 14px;
|
|
12184
|
-
font-weight: 600;
|
|
12185
|
-
color: @dusk-three;
|
|
12186
|
-
}
|
|
12187
|
-
|
|
12188
|
-
igz-default-dropdown {
|
|
12189
|
-
.default-dropdown {
|
|
12190
|
-
background-color: @white;
|
|
12191
|
-
|
|
12192
|
-
.default-dropdown-field {
|
|
12193
|
-
&:focus {
|
|
12194
|
-
background-color: inherit;
|
|
12195
|
-
}
|
|
12196
|
-
}
|
|
12197
|
-
}
|
|
12198
|
-
}
|
|
12199
|
-
|
|
12200
|
-
.bottom-bar {
|
|
12201
|
-
display: flex;
|
|
12202
|
-
justify-content: flex-end;
|
|
12203
|
-
margin-top: 48px;
|
|
12204
|
-
}
|
|
12205
|
-
}
|
|
12206
|
-
}
|
|
12207
|
-
}
|
|
12208
|
-
}
|
|
12209
|
-
}
|
|
12210
|
-
|
|
12211
12112
|
.function-from-template-content {
|
|
12212
12113
|
.ncl-function-from-template-color-set();
|
|
12213
12114
|
|
|
@@ -12470,6 +12371,105 @@ ncl-navigation-tabs {
|
|
|
12470
12371
|
}
|
|
12471
12372
|
}
|
|
12472
12373
|
|
|
12374
|
+
.function-from-scratch-content {
|
|
12375
|
+
.splash-screen {
|
|
12376
|
+
top: 0;
|
|
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
|
+
|
|
12454
|
+
.default-dropdown-field {
|
|
12455
|
+
&:focus {
|
|
12456
|
+
background-color: inherit;
|
|
12457
|
+
}
|
|
12458
|
+
}
|
|
12459
|
+
}
|
|
12460
|
+
}
|
|
12461
|
+
|
|
12462
|
+
.bottom-bar {
|
|
12463
|
+
display: flex;
|
|
12464
|
+
justify-content: flex-end;
|
|
12465
|
+
margin-top: 48px;
|
|
12466
|
+
}
|
|
12467
|
+
}
|
|
12468
|
+
}
|
|
12469
|
+
}
|
|
12470
|
+
}
|
|
12471
|
+
}
|
|
12472
|
+
|
|
12473
12473
|
.function-import-wrapper-content {
|
|
12474
12474
|
font-family: @font-family-sans-serif;
|
|
12475
12475
|
padding-left: 3%;
|