iguazio.dashboard-controls 1.0.1 → 1.0.3
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/common.json +2 -2
- package/dist/i18n/en/functions.json +6 -7
- package/dist/js/iguazio.dashboard-controls.js +14205 -14199
- package/dist/less/iguazio.dashboard-controls.less +1143 -1143
- package/package.json +1 -1
- package/src/i18n/en/common.json +2 -2
- package/src/i18n/en/functions.json +6 -7
- package/src/igz_controls/components/pagination/pagination.controller.js +10 -5
- package/src/igz_controls/components/pagination/pagination.service.js +4 -2
- package/src/nuclio/common/components/edit-item/edit-item.tpl.html +3 -3
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-annotations/version-configuration-annotations.tpl.html +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.tpl.html +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-labels/version-configuration-labels.tpl.html +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +1 -1
- package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-volumes/version-configuration-volumes.tpl.html +1 -1
- package/src/nuclio/functions/version/version-triggers/version-triggers.tpl.html +1 -1
- package/src/nuclio/functions/version/version.component.js +1 -0
|
@@ -6942,154 +6942,6 @@ yx-axis
|
|
|
6942
6942
|
}
|
|
6943
6943
|
}
|
|
6944
6944
|
|
|
6945
|
-
.igz-pagination {
|
|
6946
|
-
.pagination-color-set();
|
|
6947
|
-
|
|
6948
|
-
float: right;
|
|
6949
|
-
padding: 24px 36px 5px 30px;
|
|
6950
|
-
|
|
6951
|
-
> div {
|
|
6952
|
-
vertical-align: top;
|
|
6953
|
-
}
|
|
6954
|
-
|
|
6955
|
-
.rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
|
|
6956
|
-
display: inline-block;
|
|
6957
|
-
vertical-align: baseline;
|
|
6958
|
-
}
|
|
6959
|
-
|
|
6960
|
-
.rows-title {
|
|
6961
|
-
font-size: 13px;
|
|
6962
|
-
color: @rows-title-color;
|
|
6963
|
-
font-family: @font-family-sans-serif;
|
|
6964
|
-
}
|
|
6965
|
-
|
|
6966
|
-
.per-page {
|
|
6967
|
-
width: 66px;
|
|
6968
|
-
|
|
6969
|
-
.default-dropdown-field {
|
|
6970
|
-
background: none;
|
|
6971
|
-
border: none;
|
|
6972
|
-
box-shadow: none;
|
|
6973
|
-
font-size: 14px;
|
|
6974
|
-
height: 36px;
|
|
6975
|
-
|
|
6976
|
-
.dropdown-selected-item {
|
|
6977
|
-
font-size: 14px;
|
|
6978
|
-
}
|
|
6979
|
-
|
|
6980
|
-
.dropdown-arrow {
|
|
6981
|
-
margin-top: 5px;
|
|
6982
|
-
|
|
6983
|
-
span {
|
|
6984
|
-
font-size: 12px;
|
|
6985
|
-
}
|
|
6986
|
-
}
|
|
6987
|
-
|
|
6988
|
-
.dropdown-arrow {
|
|
6989
|
-
border: none;
|
|
6990
|
-
|
|
6991
|
-
&:hover, &:active {
|
|
6992
|
-
border: none;
|
|
6993
|
-
background: none;
|
|
6994
|
-
box-shadow: none;
|
|
6995
|
-
}
|
|
6996
|
-
}
|
|
6997
|
-
|
|
6998
|
-
&:focus {
|
|
6999
|
-
.dropdown-selected-item {
|
|
7000
|
-
border: none;
|
|
7001
|
-
}
|
|
7002
|
-
}
|
|
7003
|
-
}
|
|
7004
|
-
|
|
7005
|
-
.default-dropdown-container {
|
|
7006
|
-
width: 66px;
|
|
7007
|
-
|
|
7008
|
-
.list-item {
|
|
7009
|
-
padding-left: 15px;
|
|
7010
|
-
|
|
7011
|
-
.list-item-label {
|
|
7012
|
-
margin-right: 10px;
|
|
7013
|
-
}
|
|
7014
|
-
}
|
|
7015
|
-
}
|
|
7016
|
-
}
|
|
7017
|
-
|
|
7018
|
-
.jump-to-page {
|
|
7019
|
-
margin-left: 7px;
|
|
7020
|
-
|
|
7021
|
-
& > div, .jump-to-page-input {
|
|
7022
|
-
display: inline-block;
|
|
7023
|
-
vertical-align: baseline;
|
|
7024
|
-
}
|
|
7025
|
-
|
|
7026
|
-
.to-page-prev, .to-page-next {
|
|
7027
|
-
width: 41px;
|
|
7028
|
-
line-height: 34px;
|
|
7029
|
-
height: 36px;
|
|
7030
|
-
vertical-align: top;
|
|
7031
|
-
position: relative;
|
|
7032
|
-
|
|
7033
|
-
&:not(:active) {
|
|
7034
|
-
background-color: transparent;
|
|
7035
|
-
}
|
|
7036
|
-
|
|
7037
|
-
&:not(:hover):not(:active):not(:disabled):not(.disabled) {
|
|
7038
|
-
color: @page-prev-next-color;
|
|
7039
|
-
}
|
|
7040
|
-
|
|
7041
|
-
&:before {
|
|
7042
|
-
line-height: 34px;
|
|
7043
|
-
}
|
|
7044
|
-
}
|
|
7045
|
-
|
|
7046
|
-
.to-page-prev {
|
|
7047
|
-
border-radius: 2px 0 0 2px;
|
|
7048
|
-
|
|
7049
|
-
&::before {
|
|
7050
|
-
margin-left: -2px;
|
|
7051
|
-
}
|
|
7052
|
-
}
|
|
7053
|
-
|
|
7054
|
-
.to-page-next {
|
|
7055
|
-
border-radius: 0 2px 2px 0;
|
|
7056
|
-
}
|
|
7057
|
-
|
|
7058
|
-
.title {
|
|
7059
|
-
margin: 0 0 0 14px;
|
|
7060
|
-
}
|
|
7061
|
-
|
|
7062
|
-
.page-number {
|
|
7063
|
-
min-width: 30px;
|
|
7064
|
-
height: 36px;
|
|
7065
|
-
line-height: 36px;
|
|
7066
|
-
text-align: center;
|
|
7067
|
-
}
|
|
7068
|
-
|
|
7069
|
-
.validating-input-field {
|
|
7070
|
-
background-color: @input-field-bg-color;
|
|
7071
|
-
|
|
7072
|
-
.input-field {
|
|
7073
|
-
width: 43px;
|
|
7074
|
-
height: 36px;
|
|
7075
|
-
border-radius: 0;
|
|
7076
|
-
box-shadow: @input-field-box-shadow;
|
|
7077
|
-
border: 1px solid @input-field-border-color;
|
|
7078
|
-
border-left: 0 none transparent;
|
|
7079
|
-
border-right: 0 none transparent;
|
|
7080
|
-
font-family: @font-family-sans-serif;
|
|
7081
|
-
font-size: 14px;
|
|
7082
|
-
font-weight: 500;
|
|
7083
|
-
color: @input-field-color;
|
|
7084
|
-
text-align: center;
|
|
7085
|
-
|
|
7086
|
-
&:hover {
|
|
7087
|
-
border: @input-field-hover-border;
|
|
7088
|
-
}
|
|
7089
|
-
}
|
|
7090
|
-
}
|
|
7091
|
-
}
|
|
7092
|
-
}
|
|
7093
6945
|
.igz-number-input {
|
|
7094
6946
|
.number-input-color-set();
|
|
7095
6947
|
|
|
@@ -7430,92 +7282,240 @@ yx-axis
|
|
|
7430
7282
|
}
|
|
7431
7283
|
}
|
|
7432
7284
|
}
|
|
7433
|
-
.igz-
|
|
7434
|
-
.
|
|
7285
|
+
.igz-pagination {
|
|
7286
|
+
.pagination-color-set();
|
|
7435
7287
|
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
justify-content: space-between;
|
|
7439
|
-
min-height: 40px;
|
|
7288
|
+
float: right;
|
|
7289
|
+
padding: 24px 36px 5px 30px;
|
|
7440
7290
|
|
|
7441
|
-
|
|
7442
|
-
|
|
7443
|
-
display: inline-block;
|
|
7444
|
-
vertical-align: middle;
|
|
7291
|
+
> div {
|
|
7292
|
+
vertical-align: top;
|
|
7445
7293
|
}
|
|
7446
7294
|
|
|
7447
|
-
.
|
|
7448
|
-
|
|
7449
|
-
|
|
7450
|
-
|
|
7451
|
-
|
|
7452
|
-
> span {
|
|
7453
|
-
line-height: 25px;
|
|
7454
|
-
}
|
|
7455
|
-
|
|
7456
|
-
&.short {
|
|
7457
|
-
flex: 0 0 75px;
|
|
7458
|
-
min-width: 75px;
|
|
7459
|
-
}
|
|
7460
|
-
|
|
7461
|
-
&.shorten {
|
|
7462
|
-
flex: 0 0 60px;
|
|
7463
|
-
min-width: 60px;
|
|
7464
|
-
}
|
|
7295
|
+
.rows-title, .per-page, .jump-to-page, .to-page-prev, .to-page-next {
|
|
7296
|
+
display: inline-block;
|
|
7297
|
+
vertical-align: baseline;
|
|
7298
|
+
}
|
|
7465
7299
|
|
|
7466
|
-
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
|
-
|
|
7300
|
+
.rows-title {
|
|
7301
|
+
font-size: 13px;
|
|
7302
|
+
color: @rows-title-color;
|
|
7303
|
+
font-family: @font-family-sans-serif;
|
|
7470
7304
|
}
|
|
7471
7305
|
|
|
7472
|
-
.
|
|
7473
|
-
|
|
7474
|
-
font-size: 12px;
|
|
7306
|
+
.per-page {
|
|
7307
|
+
width: 66px;
|
|
7475
7308
|
|
|
7476
|
-
.
|
|
7477
|
-
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7309
|
+
.default-dropdown-field {
|
|
7310
|
+
background: none;
|
|
7311
|
+
border: none;
|
|
7312
|
+
box-shadow: none;
|
|
7313
|
+
font-size: 14px;
|
|
7314
|
+
height: 36px;
|
|
7481
7315
|
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
}
|
|
7486
|
-
}
|
|
7316
|
+
.dropdown-selected-item {
|
|
7317
|
+
font-size: 14px;
|
|
7318
|
+
}
|
|
7487
7319
|
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
min-width: 0;
|
|
7320
|
+
.dropdown-arrow {
|
|
7321
|
+
margin-top: 5px;
|
|
7491
7322
|
|
|
7492
|
-
|
|
7493
|
-
|
|
7323
|
+
span {
|
|
7324
|
+
font-size: 12px;
|
|
7325
|
+
}
|
|
7326
|
+
}
|
|
7494
7327
|
|
|
7495
|
-
.
|
|
7496
|
-
|
|
7328
|
+
.dropdown-arrow {
|
|
7329
|
+
border: none;
|
|
7497
7330
|
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
text-overflow: unset;
|
|
7503
|
-
}
|
|
7504
|
-
}
|
|
7331
|
+
&:hover, &:active {
|
|
7332
|
+
border: none;
|
|
7333
|
+
background: none;
|
|
7334
|
+
box-shadow: none;
|
|
7505
7335
|
}
|
|
7336
|
+
}
|
|
7506
7337
|
|
|
7507
|
-
|
|
7508
|
-
|
|
7509
|
-
|
|
7510
|
-
line-height: 1.1;
|
|
7511
|
-
text-align: center;
|
|
7338
|
+
&:focus {
|
|
7339
|
+
.dropdown-selected-item {
|
|
7340
|
+
border: none;
|
|
7512
7341
|
}
|
|
7513
7342
|
}
|
|
7514
7343
|
}
|
|
7515
|
-
}
|
|
7516
7344
|
|
|
7517
|
-
|
|
7518
|
-
|
|
7345
|
+
.default-dropdown-container {
|
|
7346
|
+
width: 66px;
|
|
7347
|
+
|
|
7348
|
+
.list-item {
|
|
7349
|
+
padding-left: 15px;
|
|
7350
|
+
|
|
7351
|
+
.list-item-label {
|
|
7352
|
+
margin-right: 10px;
|
|
7353
|
+
}
|
|
7354
|
+
}
|
|
7355
|
+
}
|
|
7356
|
+
}
|
|
7357
|
+
|
|
7358
|
+
.jump-to-page {
|
|
7359
|
+
margin-left: 7px;
|
|
7360
|
+
|
|
7361
|
+
& > div, .jump-to-page-input {
|
|
7362
|
+
display: inline-block;
|
|
7363
|
+
vertical-align: baseline;
|
|
7364
|
+
}
|
|
7365
|
+
|
|
7366
|
+
.to-page-prev, .to-page-next {
|
|
7367
|
+
width: 41px;
|
|
7368
|
+
line-height: 34px;
|
|
7369
|
+
height: 36px;
|
|
7370
|
+
vertical-align: top;
|
|
7371
|
+
position: relative;
|
|
7372
|
+
|
|
7373
|
+
&:not(:active) {
|
|
7374
|
+
background-color: transparent;
|
|
7375
|
+
}
|
|
7376
|
+
|
|
7377
|
+
&:not(:hover):not(:active):not(:disabled):not(.disabled) {
|
|
7378
|
+
color: @page-prev-next-color;
|
|
7379
|
+
}
|
|
7380
|
+
|
|
7381
|
+
&:before {
|
|
7382
|
+
line-height: 34px;
|
|
7383
|
+
}
|
|
7384
|
+
}
|
|
7385
|
+
|
|
7386
|
+
.to-page-prev {
|
|
7387
|
+
border-radius: 2px 0 0 2px;
|
|
7388
|
+
|
|
7389
|
+
&::before {
|
|
7390
|
+
margin-left: -2px;
|
|
7391
|
+
}
|
|
7392
|
+
}
|
|
7393
|
+
|
|
7394
|
+
.to-page-next {
|
|
7395
|
+
border-radius: 0 2px 2px 0;
|
|
7396
|
+
}
|
|
7397
|
+
|
|
7398
|
+
.title {
|
|
7399
|
+
margin: 0 0 0 14px;
|
|
7400
|
+
}
|
|
7401
|
+
|
|
7402
|
+
.page-number {
|
|
7403
|
+
min-width: 30px;
|
|
7404
|
+
height: 36px;
|
|
7405
|
+
line-height: 36px;
|
|
7406
|
+
text-align: center;
|
|
7407
|
+
}
|
|
7408
|
+
|
|
7409
|
+
.validating-input-field {
|
|
7410
|
+
background-color: @input-field-bg-color;
|
|
7411
|
+
|
|
7412
|
+
.input-field {
|
|
7413
|
+
width: 43px;
|
|
7414
|
+
height: 36px;
|
|
7415
|
+
border-radius: 0;
|
|
7416
|
+
box-shadow: @input-field-box-shadow;
|
|
7417
|
+
border: 1px solid @input-field-border-color;
|
|
7418
|
+
border-left: 0 none transparent;
|
|
7419
|
+
border-right: 0 none transparent;
|
|
7420
|
+
font-family: @font-family-sans-serif;
|
|
7421
|
+
font-size: 14px;
|
|
7422
|
+
font-weight: 500;
|
|
7423
|
+
color: @input-field-color;
|
|
7424
|
+
text-align: center;
|
|
7425
|
+
|
|
7426
|
+
&:hover {
|
|
7427
|
+
border: @input-field-hover-border;
|
|
7428
|
+
}
|
|
7429
|
+
}
|
|
7430
|
+
}
|
|
7431
|
+
}
|
|
7432
|
+
}
|
|
7433
|
+
.igz-size {
|
|
7434
|
+
.size-color-set();
|
|
7435
|
+
|
|
7436
|
+
align-items: center;
|
|
7437
|
+
display: flex;
|
|
7438
|
+
justify-content: space-between;
|
|
7439
|
+
min-height: 40px;
|
|
7440
|
+
|
|
7441
|
+
&:after {
|
|
7442
|
+
content: ' ';
|
|
7443
|
+
display: inline-block;
|
|
7444
|
+
vertical-align: middle;
|
|
7445
|
+
}
|
|
7446
|
+
|
|
7447
|
+
.size-value {
|
|
7448
|
+
line-height: 1;
|
|
7449
|
+
flex: 0 0 100px;
|
|
7450
|
+
min-width: 100px;
|
|
7451
|
+
|
|
7452
|
+
> span {
|
|
7453
|
+
line-height: 25px;
|
|
7454
|
+
}
|
|
7455
|
+
|
|
7456
|
+
&.short {
|
|
7457
|
+
flex: 0 0 75px;
|
|
7458
|
+
min-width: 75px;
|
|
7459
|
+
}
|
|
7460
|
+
|
|
7461
|
+
&.shorten {
|
|
7462
|
+
flex: 0 0 60px;
|
|
7463
|
+
min-width: 60px;
|
|
7464
|
+
}
|
|
7465
|
+
|
|
7466
|
+
&.shortest {
|
|
7467
|
+
flex: 0 0 40px;
|
|
7468
|
+
min-width: 40px;
|
|
7469
|
+
}
|
|
7470
|
+
}
|
|
7471
|
+
|
|
7472
|
+
.size-reserved {
|
|
7473
|
+
color: @size-reserved-color;
|
|
7474
|
+
font-size: 12px;
|
|
7475
|
+
|
|
7476
|
+
.icon-font-arrow-right:before {
|
|
7477
|
+
color: @size-reserved-arrow-right-before-color;
|
|
7478
|
+
font-size: 10px;
|
|
7479
|
+
padding: 0 4px 0 4px;
|
|
7480
|
+
}
|
|
7481
|
+
|
|
7482
|
+
.icon-font-infinity:before {
|
|
7483
|
+
color: @size-reserved-infinity-before-color;
|
|
7484
|
+
font-size: 10px;
|
|
7485
|
+
}
|
|
7486
|
+
}
|
|
7487
|
+
|
|
7488
|
+
.size-chart {
|
|
7489
|
+
flex: 1 1 auto;
|
|
7490
|
+
min-width: 0;
|
|
7491
|
+
|
|
7492
|
+
div.highcharts-tooltip {
|
|
7493
|
+
position: fixed !important;
|
|
7494
|
+
|
|
7495
|
+
.igz-tooltip-wrapper {
|
|
7496
|
+
color: @size-chart-tooltip-wrapper-color;
|
|
7497
|
+
|
|
7498
|
+
&.used-capacity-tooltip-wrapper {
|
|
7499
|
+
.igz-row {
|
|
7500
|
+
.tooltip-label,
|
|
7501
|
+
.tooltip-value {
|
|
7502
|
+
text-overflow: unset;
|
|
7503
|
+
}
|
|
7504
|
+
}
|
|
7505
|
+
}
|
|
7506
|
+
|
|
7507
|
+
.tooltip-header {
|
|
7508
|
+
padding-bottom: 6px;
|
|
7509
|
+
margin-bottom: 5px;
|
|
7510
|
+
line-height: 1.1;
|
|
7511
|
+
text-align: center;
|
|
7512
|
+
}
|
|
7513
|
+
}
|
|
7514
|
+
}
|
|
7515
|
+
}
|
|
7516
|
+
|
|
7517
|
+
.igz-highcharts-wrapper {
|
|
7518
|
+
height: 40px;
|
|
7519
7519
|
position: relative;
|
|
7520
7520
|
width: 100%;
|
|
7521
7521
|
}
|
|
@@ -7757,6 +7757,70 @@ yx-axis
|
|
|
7757
7757
|
}
|
|
7758
7758
|
}
|
|
7759
7759
|
}
|
|
7760
|
+
.toast-status-panel {
|
|
7761
|
+
.toast-status-panel-color-set();
|
|
7762
|
+
|
|
7763
|
+
margin-bottom: 20px;
|
|
7764
|
+
padding: 16px 36px 16px 12px;
|
|
7765
|
+
background-color: @toast-panel-bg-color;
|
|
7766
|
+
border: @toast-panel-border;
|
|
7767
|
+
position: relative;
|
|
7768
|
+
|
|
7769
|
+
&.in-progress {
|
|
7770
|
+
background-color: @toast-panel-in-progress-bg-color;
|
|
7771
|
+
border: @toast-panel-in-progress-border;
|
|
7772
|
+
}
|
|
7773
|
+
|
|
7774
|
+
&.failed {
|
|
7775
|
+
background-color: @toast-panel-failed-bg-color;
|
|
7776
|
+
border: @toast-panel-failed-border;
|
|
7777
|
+
}
|
|
7778
|
+
|
|
7779
|
+
.panel-status {
|
|
7780
|
+
color: @toast-panel-status-color;
|
|
7781
|
+
line-height: 24px;
|
|
7782
|
+
font-size: 14px;
|
|
7783
|
+
font-weight: 700;
|
|
7784
|
+
font-family: @font-family-sans-serif;
|
|
7785
|
+
align-items: center;
|
|
7786
|
+
display: flex;
|
|
7787
|
+
justify-content: center;
|
|
7788
|
+
|
|
7789
|
+
&.in-progress {
|
|
7790
|
+
color: @toast-panel-status-in-progress-color;
|
|
7791
|
+
}
|
|
7792
|
+
|
|
7793
|
+
&.failed {
|
|
7794
|
+
color: @toast-panel-status-failed-color;
|
|
7795
|
+
}
|
|
7796
|
+
|
|
7797
|
+
.panel-status-icon {
|
|
7798
|
+
font-size: 24px;
|
|
7799
|
+
|
|
7800
|
+
&.igz-icon-properties {
|
|
7801
|
+
-webkit-animation: rotation 4s infinite linear;
|
|
7802
|
+
|
|
7803
|
+
@-webkit-keyframes rotation {
|
|
7804
|
+
from {
|
|
7805
|
+
-webkit-transform: rotate(0deg);
|
|
7806
|
+
}
|
|
7807
|
+
to {
|
|
7808
|
+
-webkit-transform: rotate(359deg);
|
|
7809
|
+
}
|
|
7810
|
+
}
|
|
7811
|
+
}
|
|
7812
|
+
}
|
|
7813
|
+
|
|
7814
|
+
.msg-scrollable-container {
|
|
7815
|
+
max-height: 300px;
|
|
7816
|
+
|
|
7817
|
+
.panel-status-msg {
|
|
7818
|
+
margin: 0 8px;
|
|
7819
|
+
}
|
|
7820
|
+
}
|
|
7821
|
+
}
|
|
7822
|
+
}
|
|
7823
|
+
|
|
7760
7824
|
.ngdialog.text-edit {
|
|
7761
7825
|
.text-edit-color-set();
|
|
7762
7826
|
|
|
@@ -8171,148 +8235,388 @@ form.ng-submitted .validating-input-field {
|
|
|
8171
8235
|
}
|
|
8172
8236
|
}
|
|
8173
8237
|
|
|
8174
|
-
.
|
|
8175
|
-
.
|
|
8238
|
+
.igz-info-page-actions-bar {
|
|
8239
|
+
.actions-buttons-block {
|
|
8240
|
+
margin-top: 3px;
|
|
8241
|
+
margin-right: 17px;
|
|
8242
|
+
}
|
|
8243
|
+
}
|
|
8244
|
+
.ncl-primary-button {
|
|
8245
|
+
margin-left: 9px;
|
|
8246
|
+
}
|
|
8176
8247
|
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
background-color: @toast-panel-bg-color;
|
|
8180
|
-
border: @toast-panel-border;
|
|
8248
|
+
.ncl-secondary-button {
|
|
8249
|
+
vertical-align: top;
|
|
8181
8250
|
position: relative;
|
|
8251
|
+
}
|
|
8182
8252
|
|
|
8183
|
-
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
|
|
8253
|
+
.btn-close {
|
|
8254
|
+
color: .duskThree(0.64)[@color];
|
|
8255
|
+
right: 0;
|
|
8256
|
+
position: absolute;
|
|
8257
|
+
margin-top: 6px;
|
|
8258
|
+
margin-right: 24px;
|
|
8259
|
+
font-size: 14px;
|
|
8260
|
+
line-height: 14px;
|
|
8261
|
+
z-index: 11;
|
|
8187
8262
|
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
border: @toast-panel-failed-border;
|
|
8263
|
+
&:hover {
|
|
8264
|
+
color: .duskThree(1)[@color];
|
|
8191
8265
|
}
|
|
8266
|
+
}
|
|
8192
8267
|
|
|
8193
|
-
|
|
8194
|
-
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
|
|
8199
|
-
align-items: center;
|
|
8200
|
-
display: flex;
|
|
8201
|
-
justify-content: center;
|
|
8268
|
+
.ncl-new-entity-button {
|
|
8269
|
+
display: inline-block;
|
|
8270
|
+
vertical-align: top;
|
|
8271
|
+
position: relative;
|
|
8272
|
+
margin-left: 15px;
|
|
8273
|
+
}
|
|
8202
8274
|
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
|
|
8275
|
+
.ngdialog {
|
|
8276
|
+
z-index: 10000;
|
|
8277
|
+
}
|
|
8206
8278
|
|
|
8207
|
-
|
|
8208
|
-
|
|
8209
|
-
|
|
8279
|
+
.ngdialog-theme-nuclio {
|
|
8280
|
+
@animation-duration: 0.2s;
|
|
8281
|
+
@animation-function: ease;
|
|
8282
|
+
display: flex;
|
|
8283
|
+
height: 100%;
|
|
8284
|
+
padding: 0 50px;
|
|
8285
|
+
min-width: 500px;
|
|
8286
|
+
align-items: center;
|
|
8287
|
+
justify-content: center;
|
|
8210
8288
|
|
|
8211
|
-
|
|
8212
|
-
|
|
8289
|
+
.ngdialog-content {
|
|
8290
|
+
box-shadow: 0 10px 20px 0 .black(0.25)[@color];
|
|
8291
|
+
animation-duration: @animation-duration;
|
|
8292
|
+
animation-timing-function: @animation-function;
|
|
8293
|
+
font-family: @font-family-sans-serif;
|
|
8294
|
+
font-size: 16px;
|
|
8295
|
+
border-radius: 2px;
|
|
8296
|
+
max-width: 900px;
|
|
8297
|
+
background-color: @white;
|
|
8298
|
+
z-index: 5;
|
|
8299
|
+
position: relative;
|
|
8300
|
+
padding: 19px 24px 23px 24px;
|
|
8213
8301
|
|
|
8214
|
-
|
|
8215
|
-
|
|
8302
|
+
/*
|
|
8303
|
+
* Confirms, alerts
|
|
8304
|
+
*/
|
|
8305
|
+
.notification-text {
|
|
8306
|
+
margin: 30px 30px 0 0;
|
|
8307
|
+
max-height: 70vh;
|
|
8308
|
+
overflow: auto;
|
|
8216
8309
|
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
-webkit-transform: rotate(359deg);
|
|
8223
|
-
}
|
|
8310
|
+
.error-list {
|
|
8311
|
+
list-style-type: none;
|
|
8312
|
+
|
|
8313
|
+
.error-list-item {
|
|
8314
|
+
margin-bottom: 5px;
|
|
8224
8315
|
}
|
|
8225
8316
|
}
|
|
8226
8317
|
}
|
|
8227
8318
|
|
|
8228
|
-
.
|
|
8229
|
-
|
|
8319
|
+
.notification-text.description {
|
|
8320
|
+
margin: 10px 30px;
|
|
8321
|
+
}
|
|
8230
8322
|
|
|
8231
|
-
|
|
8232
|
-
|
|
8323
|
+
.buttons {
|
|
8324
|
+
text-align: right;
|
|
8325
|
+
|
|
8326
|
+
button:not(:first-child) {
|
|
8327
|
+
margin-left: 8px;
|
|
8233
8328
|
}
|
|
8234
8329
|
}
|
|
8235
|
-
}
|
|
8236
|
-
}
|
|
8237
8330
|
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8242
|
-
|
|
8331
|
+
/*
|
|
8332
|
+
* Create/edit dialogs
|
|
8333
|
+
*/
|
|
8334
|
+
.close-button {
|
|
8335
|
+
position: absolute;
|
|
8336
|
+
right: 24px;
|
|
8337
|
+
top: 26px;
|
|
8338
|
+
line-height: 10px;
|
|
8339
|
+
font-size: 14px;
|
|
8340
|
+
color: .duskThree(0.64)[@color];
|
|
8341
|
+
cursor: pointer;
|
|
8342
|
+
}
|
|
8243
8343
|
|
|
8244
|
-
|
|
8245
|
-
|
|
8246
|
-
|
|
8344
|
+
.title {
|
|
8345
|
+
color: @dusk-three;
|
|
8346
|
+
font-family: @font-family-sans-serif;
|
|
8347
|
+
font-size: 20px;
|
|
8348
|
+
font-weight: 500;
|
|
8349
|
+
margin: 0 0 21px 0;
|
|
8350
|
+
padding-right: 24px;
|
|
8351
|
+
}
|
|
8247
8352
|
|
|
8248
|
-
|
|
8249
|
-
|
|
8250
|
-
|
|
8353
|
+
.main-content {
|
|
8354
|
+
margin: 0 0 4px;
|
|
8355
|
+
|
|
8356
|
+
.field-group {
|
|
8357
|
+
padding: 0 0 20px;
|
|
8358
|
+
|
|
8359
|
+
.field-label {
|
|
8360
|
+
color: @dusk-three;
|
|
8361
|
+
font-size: 14px;
|
|
8362
|
+
font-weight: 500;
|
|
8363
|
+
padding: 0;
|
|
8364
|
+
min-width: 50px;
|
|
8365
|
+
margin: 0 0 2px;
|
|
8251
8366
|
}
|
|
8252
8367
|
|
|
8253
|
-
|
|
8254
|
-
|
|
8368
|
+
.field-input {
|
|
8369
|
+
position: relative;
|
|
8370
|
+
width: 400px;
|
|
8371
|
+
|
|
8372
|
+
.validating-input-field {
|
|
8373
|
+
.input-field {
|
|
8374
|
+
padding-left: 17px;
|
|
8375
|
+
}
|
|
8376
|
+
|
|
8377
|
+
.input-placeholder {
|
|
8378
|
+
left: 18px;
|
|
8379
|
+
font-style: italic;
|
|
8380
|
+
}
|
|
8381
|
+
}
|
|
8382
|
+
|
|
8383
|
+
.error {
|
|
8384
|
+
color: @darkish-pink;
|
|
8385
|
+
font-size: 12px;
|
|
8386
|
+
white-space: nowrap;
|
|
8387
|
+
}
|
|
8255
8388
|
}
|
|
8256
8389
|
}
|
|
8257
8390
|
}
|
|
8258
8391
|
}
|
|
8259
8392
|
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
|
|
8393
|
+
&.delete-entity-dialog-wrapper {
|
|
8394
|
+
.ngdialog-content {
|
|
8395
|
+
padding: 30px 24px 23px 24px;
|
|
8263
8396
|
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8397
|
+
.notification-text.title {
|
|
8398
|
+
text-align: center;
|
|
8399
|
+
padding-right: 0;
|
|
8400
|
+
color: @darkish-pink;
|
|
8401
|
+
font-size: 20px;
|
|
8402
|
+
font-weight: 500;
|
|
8403
|
+
letter-spacing: normal;
|
|
8404
|
+
margin: 11px 0 2px;
|
|
8268
8405
|
}
|
|
8269
|
-
}
|
|
8270
|
-
}
|
|
8271
|
-
}
|
|
8272
8406
|
|
|
8273
|
-
.
|
|
8274
|
-
|
|
8407
|
+
.notification-text.description {
|
|
8408
|
+
text-align: center;
|
|
8409
|
+
margin: 0 37px;
|
|
8410
|
+
font-size: 16px;
|
|
8411
|
+
font-weight: normal;
|
|
8412
|
+
letter-spacing: normal;
|
|
8413
|
+
color: @dusk-three;
|
|
8414
|
+
}
|
|
8275
8415
|
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
margin:
|
|
8416
|
+
.nuclio-alert-icon {
|
|
8417
|
+
background: url('/assets/images/ic-alert-message.svg');
|
|
8418
|
+
height: 29px;
|
|
8419
|
+
width: 34px;
|
|
8420
|
+
margin: 0 auto;
|
|
8281
8421
|
}
|
|
8282
8422
|
|
|
8283
|
-
.
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
flex-flow: row nowrap;
|
|
8289
|
-
justify-content: center;
|
|
8290
|
-
align-items: center;
|
|
8423
|
+
.buttons {
|
|
8424
|
+
margin-top: 30px;
|
|
8425
|
+
}
|
|
8426
|
+
}
|
|
8427
|
+
}
|
|
8291
8428
|
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
padding: 16px 24px;
|
|
8297
|
-
border: @api-gateway-block-border;
|
|
8298
|
-
border-radius: 2px;
|
|
8299
|
-
background-color: @api-gateway-block-bg-color;
|
|
8300
|
-
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
|
|
8301
|
-
transition: box-shadow .3s ease-in-out 0s;
|
|
8429
|
+
&.ngdialog.ngdialog-closing .ngdialog-content {
|
|
8430
|
+
animation-duration: @animation-duration;
|
|
8431
|
+
animation-timing-function: @animation-function;
|
|
8432
|
+
}
|
|
8302
8433
|
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8434
|
+
.ngdialog-overlay {
|
|
8435
|
+
background: .black(0.6)[@color];
|
|
8436
|
+
border: 2px solid @black;
|
|
8437
|
+
animation-duration: @animation-duration;
|
|
8438
|
+
animation-timing-function: @animation-function;
|
|
8439
|
+
}
|
|
8309
8440
|
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
|
|
8441
|
+
&.ngdialog.ngdialog-closing .ngdialog-overlay {
|
|
8442
|
+
animation-duration: @animation-duration;
|
|
8443
|
+
animation-timing-function: @animation-function;
|
|
8444
|
+
}
|
|
8313
8445
|
|
|
8314
|
-
|
|
8315
|
-
|
|
8446
|
+
&.ngdialog.ng-login-modal .ngdialog-content {
|
|
8447
|
+
padding: 0;
|
|
8448
|
+
}
|
|
8449
|
+
}
|
|
8450
|
+
|
|
8451
|
+
body {
|
|
8452
|
+
.ncl-main-wrapper {
|
|
8453
|
+
padding: 64px 0 0 215px;
|
|
8454
|
+
width: 100%;
|
|
8455
|
+
height: 100%;
|
|
8456
|
+
}
|
|
8457
|
+
|
|
8458
|
+
.table-headers {
|
|
8459
|
+
display: flex;
|
|
8460
|
+
font-size: 14px;
|
|
8461
|
+
font-weight: bold;
|
|
8462
|
+
font-style: normal;
|
|
8463
|
+
font-stretch: normal;
|
|
8464
|
+
letter-spacing: normal;
|
|
8465
|
+
color: @dusk-three;
|
|
8466
|
+
margin-bottom: 2px;
|
|
8467
|
+
|
|
8468
|
+
.key-header {
|
|
8469
|
+
width: 34%;
|
|
8470
|
+
margin-left: 16px;
|
|
8471
|
+
|
|
8472
|
+
&:not(.use-type) {
|
|
8473
|
+
width: 36%;
|
|
8474
|
+
}
|
|
8475
|
+
}
|
|
8476
|
+
|
|
8477
|
+
.type-header {
|
|
8478
|
+
width: 12%;
|
|
8479
|
+
}
|
|
8480
|
+
|
|
8481
|
+
.value-header {
|
|
8482
|
+
width: 52%;
|
|
8483
|
+
|
|
8484
|
+
&:not(.use-type) {
|
|
8485
|
+
width: 61%;
|
|
8486
|
+
}
|
|
8487
|
+
}
|
|
8488
|
+
}
|
|
8489
|
+
|
|
8490
|
+
.table-body:not(:last-child) {
|
|
8491
|
+
margin-bottom: 5px;
|
|
8492
|
+
}
|
|
8493
|
+
}
|
|
8494
|
+
|
|
8495
|
+
|
|
8496
|
+
.logs-common {
|
|
8497
|
+
font-family: "Source Code Pro", "Courier New", monospace;
|
|
8498
|
+
font-size: 14px;
|
|
8499
|
+
line-height: 1.1;
|
|
8500
|
+
text-align: left;
|
|
8501
|
+
white-space: pre-wrap;
|
|
8502
|
+
}
|
|
8503
|
+
.tooltip.custom-tooltip {
|
|
8504
|
+
transition-duration: 0s;
|
|
8505
|
+
z-index: 10001;
|
|
8506
|
+
opacity: 1;
|
|
8507
|
+
|
|
8508
|
+
.tooltip-arrow {
|
|
8509
|
+
display: block;
|
|
8510
|
+
margin-left: 0;
|
|
8511
|
+
position: absolute;
|
|
8512
|
+
top: -1px;
|
|
8513
|
+
width: 13px;
|
|
8514
|
+
height: 13px;
|
|
8515
|
+
transform: rotate(226deg);
|
|
8516
|
+
border-right: 1px solid @pale-grey;
|
|
8517
|
+
border-bottom: 1px solid @pale-grey;
|
|
8518
|
+
border-width: 1px;
|
|
8519
|
+
background-color: @white;
|
|
8520
|
+
}
|
|
8521
|
+
|
|
8522
|
+
&.bottom {
|
|
8523
|
+
margin-top: 8px;
|
|
8524
|
+
}
|
|
8525
|
+
|
|
8526
|
+
&.top {
|
|
8527
|
+
margin-top: 4px;
|
|
8528
|
+
}
|
|
8529
|
+
|
|
8530
|
+
.tooltip-inner {
|
|
8531
|
+
background-color: @white;
|
|
8532
|
+
color: @dusk-three;
|
|
8533
|
+
border-radius: 2px;
|
|
8534
|
+
font-size: 14px;
|
|
8535
|
+
word-wrap: break-word;
|
|
8536
|
+
max-width: 280px;
|
|
8537
|
+
padding: 29px 30px;
|
|
8538
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
8539
|
+
border: solid 1px @pale-grey;
|
|
8540
|
+
}
|
|
8541
|
+
}
|
|
8542
|
+
.ncl-api-gateway-row {
|
|
8543
|
+
.common-table-cells-container {
|
|
8544
|
+
.common-table-cell {
|
|
8545
|
+
&.status {
|
|
8546
|
+
text-transform: capitalize;
|
|
8547
|
+
|
|
8548
|
+
&.ready {
|
|
8549
|
+
color: @tealish;
|
|
8550
|
+
}
|
|
8551
|
+
|
|
8552
|
+
// just in case - for now these statuses will not be shown because there will be a loader
|
|
8553
|
+
&.provisioning, &.waitingForProvisioning {
|
|
8554
|
+
color: @pale-orange;
|
|
8555
|
+
}
|
|
8556
|
+
|
|
8557
|
+
&.error {
|
|
8558
|
+
color: @darkish-pink;
|
|
8559
|
+
}
|
|
8560
|
+
}
|
|
8561
|
+
}
|
|
8562
|
+
}
|
|
8563
|
+
|
|
8564
|
+
.actions-menu {
|
|
8565
|
+
visibility: hidden;
|
|
8566
|
+
}
|
|
8567
|
+
|
|
8568
|
+
&.common-table-row {
|
|
8569
|
+
&:hover {
|
|
8570
|
+
.actions-menu {
|
|
8571
|
+
visibility: visible;
|
|
8572
|
+
}
|
|
8573
|
+
}
|
|
8574
|
+
}
|
|
8575
|
+
}
|
|
8576
|
+
|
|
8577
|
+
.new-api-gateway-wizard {
|
|
8578
|
+
.new-api-gateway-wizard-color-set();
|
|
8579
|
+
|
|
8580
|
+
.content-wrapper {
|
|
8581
|
+
.content {
|
|
8582
|
+
.toast-status-panel {
|
|
8583
|
+
max-width: 90vw;
|
|
8584
|
+
margin: 16px auto 20px;
|
|
8585
|
+
}
|
|
8586
|
+
|
|
8587
|
+
.api-gateway-form {
|
|
8588
|
+
.content-body {
|
|
8589
|
+
margin: 0 auto;
|
|
8590
|
+
height: 400px;
|
|
8591
|
+
display: flex;
|
|
8592
|
+
flex-flow: row nowrap;
|
|
8593
|
+
justify-content: center;
|
|
8594
|
+
align-items: center;
|
|
8595
|
+
|
|
8596
|
+
.api-gateway-block {
|
|
8597
|
+
flex: none;
|
|
8598
|
+
position: relative;
|
|
8599
|
+
max-width: 320px;
|
|
8600
|
+
padding: 16px 24px;
|
|
8601
|
+
border: @api-gateway-block-border;
|
|
8602
|
+
border-radius: 2px;
|
|
8603
|
+
background-color: @api-gateway-block-bg-color;
|
|
8604
|
+
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
|
|
8605
|
+
transition: box-shadow .3s ease-in-out 0s;
|
|
8606
|
+
|
|
8607
|
+
// important for not waiting to animation to finish when removing/promoting canary function
|
|
8608
|
+
// (`ng-leave` and `ng-leave-active` are assigned by the `ng-if` directive when its scope
|
|
8609
|
+
// expression evaluates to a falsy value) see https://docs.angularjs.org/api/ng/directive/ngIf
|
|
8610
|
+
&.ng-leave.ng-leave-active {
|
|
8611
|
+
transition: none 0s 0s;
|
|
8612
|
+
}
|
|
8613
|
+
|
|
8614
|
+
&:hover, &:focus-within {
|
|
8615
|
+
box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
|
|
8616
|
+
}
|
|
8617
|
+
|
|
8618
|
+
.block-title {
|
|
8619
|
+
text-align: center;
|
|
8316
8620
|
font-weight: bold;
|
|
8317
8621
|
font-size: 16px;
|
|
8318
8622
|
color: @api-gateway-block-title-font-color;
|
|
@@ -8409,435 +8713,131 @@ form.ng-submitted .validating-input-field {
|
|
|
8409
8713
|
.api-gateway-block {
|
|
8410
8714
|
border-radius: 35px;
|
|
8411
8715
|
|
|
8412
|
-
&.function-circle {
|
|
8413
|
-
width: 320px;
|
|
8414
|
-
|
|
8415
|
-
&.canary-function {
|
|
8416
|
-
.canary-title {
|
|
8417
|
-
margin-top: 20px;
|
|
8418
|
-
margin-bottom: 0;
|
|
8419
|
-
}
|
|
8420
|
-
|
|
8421
|
-
.canary-action-menu {
|
|
8422
|
-
position: absolute;
|
|
8423
|
-
top: 24px;
|
|
8424
|
-
right: 0;
|
|
8425
|
-
}
|
|
8426
|
-
}
|
|
8427
|
-
|
|
8428
|
-
.function-name {
|
|
8429
|
-
position: relative;
|
|
8430
|
-
|
|
8431
|
-
&.percentage-exists {
|
|
8432
|
-
padding-left: 36px;
|
|
8433
|
-
}
|
|
8434
|
-
|
|
8435
|
-
.percentage {
|
|
8436
|
-
position: absolute;
|
|
8437
|
-
left: -17px;
|
|
8438
|
-
top: -4px;
|
|
8439
|
-
width: 44px;
|
|
8440
|
-
height: 44px;
|
|
8441
|
-
|
|
8442
|
-
.percentage-background {
|
|
8443
|
-
position: absolute;
|
|
8444
|
-
width: 110%;
|
|
8445
|
-
height: 110%;
|
|
8446
|
-
background-color: @api-gateway-percentage-background-color;
|
|
8447
|
-
border-radius: 50% 50% 0 50%;
|
|
8448
|
-
transform: rotate(45deg);
|
|
8449
|
-
}
|
|
8450
|
-
|
|
8451
|
-
&.swap {
|
|
8452
|
-
top: -8px;
|
|
8453
|
-
|
|
8454
|
-
.percentage-background {
|
|
8455
|
-
border-radius: 50% 0 50% 50%;
|
|
8456
|
-
transform: rotate(-45deg);
|
|
8457
|
-
}
|
|
8458
|
-
}
|
|
8459
|
-
|
|
8460
|
-
.percentage-value {
|
|
8461
|
-
position: absolute;
|
|
8462
|
-
top: 5px;
|
|
8463
|
-
left: 2px;
|
|
8464
|
-
width: 100%;
|
|
8465
|
-
height: 36px;
|
|
8466
|
-
line-height: 36px;
|
|
8467
|
-
text-align: center;
|
|
8468
|
-
color: @api-gateway-percentage-value-font-color;
|
|
8469
|
-
|
|
8470
|
-
&:after {
|
|
8471
|
-
content: '%';
|
|
8472
|
-
}
|
|
8473
|
-
}
|
|
8474
|
-
}
|
|
8475
|
-
}
|
|
8476
|
-
|
|
8477
|
-
.function-name-title {
|
|
8478
|
-
vertical-align: middle;
|
|
8479
|
-
line-height: normal;
|
|
8480
|
-
}
|
|
8481
|
-
}
|
|
8482
|
-
}
|
|
8483
|
-
|
|
8484
|
-
.create-canary-button {
|
|
8485
|
-
position: absolute;
|
|
8486
|
-
bottom: -40px;
|
|
8487
|
-
.igz-icon-add-round {
|
|
8488
|
-
margin: 0 8px 0 0;
|
|
8489
|
-
}
|
|
8490
|
-
}
|
|
8491
|
-
|
|
8492
|
-
.primary-canary-slider {
|
|
8493
|
-
z-index: 1;
|
|
8494
|
-
height: 175px;
|
|
8495
|
-
width: 100%;
|
|
8496
|
-
display: flex;
|
|
8497
|
-
justify-content: flex-start;
|
|
8498
|
-
margin-left: 20px;
|
|
8499
|
-
|
|
8500
|
-
.rzslider:not([disabled]).rz-vertical {
|
|
8501
|
-
.rz-bar {
|
|
8502
|
-
background-color: @dark-sky-blue;
|
|
8503
|
-
border-radius: 0;
|
|
8504
|
-
}
|
|
8505
|
-
|
|
8506
|
-
.rz-pointer {
|
|
8507
|
-
width: 27px;
|
|
8508
|
-
height: 27px;
|
|
8509
|
-
background-color: @white;
|
|
8510
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
|
|
8511
|
-
border-radius: 50%;
|
|
8512
|
-
left: -11px !important;
|
|
8513
|
-
outline: 0 none transparent;
|
|
8514
|
-
|
|
8515
|
-
&::after {
|
|
8516
|
-
top: 11px;
|
|
8517
|
-
left: 11px;
|
|
8518
|
-
width: 5px;
|
|
8519
|
-
height: 5px;
|
|
8520
|
-
}
|
|
8521
|
-
}
|
|
8522
|
-
}
|
|
8523
|
-
}
|
|
8524
|
-
}
|
|
8525
|
-
}
|
|
8526
|
-
}
|
|
8527
|
-
|
|
8528
|
-
.buttons-wrapper {
|
|
8529
|
-
position: relative;
|
|
8530
|
-
width: 100%;
|
|
8531
|
-
margin-top: 32px;
|
|
8532
|
-
}
|
|
8533
|
-
}
|
|
8534
|
-
}
|
|
8535
|
-
}
|
|
8536
|
-
|
|
8537
|
-
.igz-info-page-actions-bar {
|
|
8538
|
-
.actions-buttons-block {
|
|
8539
|
-
margin-top: 3px;
|
|
8540
|
-
margin-right: 17px;
|
|
8541
|
-
}
|
|
8542
|
-
}
|
|
8543
|
-
.ncl-primary-button {
|
|
8544
|
-
margin-left: 9px;
|
|
8545
|
-
}
|
|
8546
|
-
|
|
8547
|
-
.ncl-secondary-button {
|
|
8548
|
-
vertical-align: top;
|
|
8549
|
-
position: relative;
|
|
8550
|
-
}
|
|
8551
|
-
|
|
8552
|
-
.btn-close {
|
|
8553
|
-
color: .duskThree(0.64)[@color];
|
|
8554
|
-
right: 0;
|
|
8555
|
-
position: absolute;
|
|
8556
|
-
margin-top: 6px;
|
|
8557
|
-
margin-right: 24px;
|
|
8558
|
-
font-size: 14px;
|
|
8559
|
-
line-height: 14px;
|
|
8560
|
-
z-index: 11;
|
|
8561
|
-
|
|
8562
|
-
&:hover {
|
|
8563
|
-
color: .duskThree(1)[@color];
|
|
8564
|
-
}
|
|
8565
|
-
}
|
|
8566
|
-
|
|
8567
|
-
.ncl-new-entity-button {
|
|
8568
|
-
display: inline-block;
|
|
8569
|
-
vertical-align: top;
|
|
8570
|
-
position: relative;
|
|
8571
|
-
margin-left: 15px;
|
|
8572
|
-
}
|
|
8573
|
-
|
|
8574
|
-
.ngdialog {
|
|
8575
|
-
z-index: 10000;
|
|
8576
|
-
}
|
|
8577
|
-
|
|
8578
|
-
.ngdialog-theme-nuclio {
|
|
8579
|
-
@animation-duration: 0.2s;
|
|
8580
|
-
@animation-function: ease;
|
|
8581
|
-
display: flex;
|
|
8582
|
-
height: 100%;
|
|
8583
|
-
padding: 0 50px;
|
|
8584
|
-
min-width: 500px;
|
|
8585
|
-
align-items: center;
|
|
8586
|
-
justify-content: center;
|
|
8587
|
-
|
|
8588
|
-
.ngdialog-content {
|
|
8589
|
-
box-shadow: 0 10px 20px 0 .black(0.25)[@color];
|
|
8590
|
-
animation-duration: @animation-duration;
|
|
8591
|
-
animation-timing-function: @animation-function;
|
|
8592
|
-
font-family: @font-family-sans-serif;
|
|
8593
|
-
font-size: 16px;
|
|
8594
|
-
border-radius: 2px;
|
|
8595
|
-
max-width: 900px;
|
|
8596
|
-
background-color: @white;
|
|
8597
|
-
z-index: 5;
|
|
8598
|
-
position: relative;
|
|
8599
|
-
padding: 19px 24px 23px 24px;
|
|
8600
|
-
|
|
8601
|
-
/*
|
|
8602
|
-
* Confirms, alerts
|
|
8603
|
-
*/
|
|
8604
|
-
.notification-text {
|
|
8605
|
-
margin: 30px 30px 0 0;
|
|
8606
|
-
max-height: 70vh;
|
|
8607
|
-
overflow: auto;
|
|
8608
|
-
|
|
8609
|
-
.error-list {
|
|
8610
|
-
list-style-type: none;
|
|
8611
|
-
|
|
8612
|
-
.error-list-item {
|
|
8613
|
-
margin-bottom: 5px;
|
|
8614
|
-
}
|
|
8615
|
-
}
|
|
8616
|
-
}
|
|
8617
|
-
|
|
8618
|
-
.notification-text.description {
|
|
8619
|
-
margin: 10px 30px;
|
|
8620
|
-
}
|
|
8621
|
-
|
|
8622
|
-
.buttons {
|
|
8623
|
-
text-align: right;
|
|
8624
|
-
|
|
8625
|
-
button:not(:first-child) {
|
|
8626
|
-
margin-left: 8px;
|
|
8627
|
-
}
|
|
8628
|
-
}
|
|
8629
|
-
|
|
8630
|
-
/*
|
|
8631
|
-
* Create/edit dialogs
|
|
8632
|
-
*/
|
|
8633
|
-
.close-button {
|
|
8634
|
-
position: absolute;
|
|
8635
|
-
right: 24px;
|
|
8636
|
-
top: 26px;
|
|
8637
|
-
line-height: 10px;
|
|
8638
|
-
font-size: 14px;
|
|
8639
|
-
color: .duskThree(0.64)[@color];
|
|
8640
|
-
cursor: pointer;
|
|
8641
|
-
}
|
|
8642
|
-
|
|
8643
|
-
.title {
|
|
8644
|
-
color: @dusk-three;
|
|
8645
|
-
font-family: @font-family-sans-serif;
|
|
8646
|
-
font-size: 20px;
|
|
8647
|
-
font-weight: 500;
|
|
8648
|
-
margin: 0 0 21px 0;
|
|
8649
|
-
padding-right: 24px;
|
|
8650
|
-
}
|
|
8651
|
-
|
|
8652
|
-
.main-content {
|
|
8653
|
-
margin: 0 0 4px;
|
|
8654
|
-
|
|
8655
|
-
.field-group {
|
|
8656
|
-
padding: 0 0 20px;
|
|
8657
|
-
|
|
8658
|
-
.field-label {
|
|
8659
|
-
color: @dusk-three;
|
|
8660
|
-
font-size: 14px;
|
|
8661
|
-
font-weight: 500;
|
|
8662
|
-
padding: 0;
|
|
8663
|
-
min-width: 50px;
|
|
8664
|
-
margin: 0 0 2px;
|
|
8665
|
-
}
|
|
8666
|
-
|
|
8667
|
-
.field-input {
|
|
8668
|
-
position: relative;
|
|
8669
|
-
width: 400px;
|
|
8670
|
-
|
|
8671
|
-
.validating-input-field {
|
|
8672
|
-
.input-field {
|
|
8673
|
-
padding-left: 17px;
|
|
8674
|
-
}
|
|
8675
|
-
|
|
8676
|
-
.input-placeholder {
|
|
8677
|
-
left: 18px;
|
|
8678
|
-
font-style: italic;
|
|
8679
|
-
}
|
|
8680
|
-
}
|
|
8681
|
-
|
|
8682
|
-
.error {
|
|
8683
|
-
color: @darkish-pink;
|
|
8684
|
-
font-size: 12px;
|
|
8685
|
-
white-space: nowrap;
|
|
8686
|
-
}
|
|
8687
|
-
}
|
|
8688
|
-
}
|
|
8689
|
-
}
|
|
8690
|
-
}
|
|
8691
|
-
|
|
8692
|
-
&.delete-entity-dialog-wrapper {
|
|
8693
|
-
.ngdialog-content {
|
|
8694
|
-
padding: 30px 24px 23px 24px;
|
|
8695
|
-
|
|
8696
|
-
.notification-text.title {
|
|
8697
|
-
text-align: center;
|
|
8698
|
-
padding-right: 0;
|
|
8699
|
-
color: @darkish-pink;
|
|
8700
|
-
font-size: 20px;
|
|
8701
|
-
font-weight: 500;
|
|
8702
|
-
letter-spacing: normal;
|
|
8703
|
-
margin: 11px 0 2px;
|
|
8704
|
-
}
|
|
8705
|
-
|
|
8706
|
-
.notification-text.description {
|
|
8707
|
-
text-align: center;
|
|
8708
|
-
margin: 0 37px;
|
|
8709
|
-
font-size: 16px;
|
|
8710
|
-
font-weight: normal;
|
|
8711
|
-
letter-spacing: normal;
|
|
8712
|
-
color: @dusk-three;
|
|
8713
|
-
}
|
|
8714
|
-
|
|
8715
|
-
.nuclio-alert-icon {
|
|
8716
|
-
background: url('/assets/images/ic-alert-message.svg');
|
|
8717
|
-
height: 29px;
|
|
8718
|
-
width: 34px;
|
|
8719
|
-
margin: 0 auto;
|
|
8720
|
-
}
|
|
8721
|
-
|
|
8722
|
-
.buttons {
|
|
8723
|
-
margin-top: 30px;
|
|
8724
|
-
}
|
|
8725
|
-
}
|
|
8726
|
-
}
|
|
8727
|
-
|
|
8728
|
-
&.ngdialog.ngdialog-closing .ngdialog-content {
|
|
8729
|
-
animation-duration: @animation-duration;
|
|
8730
|
-
animation-timing-function: @animation-function;
|
|
8731
|
-
}
|
|
8716
|
+
&.function-circle {
|
|
8717
|
+
width: 320px;
|
|
8732
8718
|
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
|
|
8736
|
-
|
|
8737
|
-
|
|
8738
|
-
}
|
|
8719
|
+
&.canary-function {
|
|
8720
|
+
.canary-title {
|
|
8721
|
+
margin-top: 20px;
|
|
8722
|
+
margin-bottom: 0;
|
|
8723
|
+
}
|
|
8739
8724
|
|
|
8740
|
-
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
|
|
8725
|
+
.canary-action-menu {
|
|
8726
|
+
position: absolute;
|
|
8727
|
+
top: 24px;
|
|
8728
|
+
right: 0;
|
|
8729
|
+
}
|
|
8730
|
+
}
|
|
8744
8731
|
|
|
8745
|
-
|
|
8746
|
-
|
|
8747
|
-
}
|
|
8748
|
-
}
|
|
8732
|
+
.function-name {
|
|
8733
|
+
position: relative;
|
|
8749
8734
|
|
|
8750
|
-
|
|
8751
|
-
|
|
8752
|
-
|
|
8753
|
-
width: 100%;
|
|
8754
|
-
height: 100%;
|
|
8755
|
-
}
|
|
8735
|
+
&.percentage-exists {
|
|
8736
|
+
padding-left: 36px;
|
|
8737
|
+
}
|
|
8756
8738
|
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
8761
|
-
|
|
8762
|
-
|
|
8763
|
-
letter-spacing: normal;
|
|
8764
|
-
color: @dusk-three;
|
|
8765
|
-
margin-bottom: 2px;
|
|
8739
|
+
.percentage {
|
|
8740
|
+
position: absolute;
|
|
8741
|
+
left: -17px;
|
|
8742
|
+
top: -4px;
|
|
8743
|
+
width: 44px;
|
|
8744
|
+
height: 44px;
|
|
8766
8745
|
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8746
|
+
.percentage-background {
|
|
8747
|
+
position: absolute;
|
|
8748
|
+
width: 110%;
|
|
8749
|
+
height: 110%;
|
|
8750
|
+
background-color: @api-gateway-percentage-background-color;
|
|
8751
|
+
border-radius: 50% 50% 0 50%;
|
|
8752
|
+
transform: rotate(45deg);
|
|
8753
|
+
}
|
|
8770
8754
|
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
}
|
|
8774
|
-
}
|
|
8755
|
+
&.swap {
|
|
8756
|
+
top: -8px;
|
|
8775
8757
|
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8758
|
+
.percentage-background {
|
|
8759
|
+
border-radius: 50% 0 50% 50%;
|
|
8760
|
+
transform: rotate(-45deg);
|
|
8761
|
+
}
|
|
8762
|
+
}
|
|
8779
8763
|
|
|
8780
|
-
|
|
8781
|
-
|
|
8764
|
+
.percentage-value {
|
|
8765
|
+
position: absolute;
|
|
8766
|
+
top: 5px;
|
|
8767
|
+
left: 2px;
|
|
8768
|
+
width: 100%;
|
|
8769
|
+
height: 36px;
|
|
8770
|
+
line-height: 36px;
|
|
8771
|
+
text-align: center;
|
|
8772
|
+
color: @api-gateway-percentage-value-font-color;
|
|
8782
8773
|
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8774
|
+
&:after {
|
|
8775
|
+
content: '%';
|
|
8776
|
+
}
|
|
8777
|
+
}
|
|
8778
|
+
}
|
|
8779
|
+
}
|
|
8788
8780
|
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
}
|
|
8781
|
+
.function-name-title {
|
|
8782
|
+
vertical-align: middle;
|
|
8783
|
+
line-height: normal;
|
|
8784
|
+
}
|
|
8785
|
+
}
|
|
8786
|
+
}
|
|
8793
8787
|
|
|
8788
|
+
.create-canary-button {
|
|
8789
|
+
position: absolute;
|
|
8790
|
+
bottom: -40px;
|
|
8791
|
+
.igz-icon-add-round {
|
|
8792
|
+
margin: 0 8px 0 0;
|
|
8793
|
+
}
|
|
8794
|
+
}
|
|
8794
8795
|
|
|
8795
|
-
.
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
|
|
8800
|
-
|
|
8801
|
-
|
|
8802
|
-
.tooltip.custom-tooltip {
|
|
8803
|
-
transition-duration: 0s;
|
|
8804
|
-
z-index: 10001;
|
|
8805
|
-
opacity: 1;
|
|
8796
|
+
.primary-canary-slider {
|
|
8797
|
+
z-index: 1;
|
|
8798
|
+
height: 175px;
|
|
8799
|
+
width: 100%;
|
|
8800
|
+
display: flex;
|
|
8801
|
+
justify-content: flex-start;
|
|
8802
|
+
margin-left: 20px;
|
|
8806
8803
|
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8810
|
-
|
|
8811
|
-
|
|
8812
|
-
width: 13px;
|
|
8813
|
-
height: 13px;
|
|
8814
|
-
transform: rotate(226deg);
|
|
8815
|
-
border-right: 1px solid @pale-grey;
|
|
8816
|
-
border-bottom: 1px solid @pale-grey;
|
|
8817
|
-
border-width: 1px;
|
|
8818
|
-
background-color: @white;
|
|
8819
|
-
}
|
|
8804
|
+
.rzslider:not([disabled]).rz-vertical {
|
|
8805
|
+
.rz-bar {
|
|
8806
|
+
background-color: @dark-sky-blue;
|
|
8807
|
+
border-radius: 0;
|
|
8808
|
+
}
|
|
8820
8809
|
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8810
|
+
.rz-pointer {
|
|
8811
|
+
width: 27px;
|
|
8812
|
+
height: 27px;
|
|
8813
|
+
background-color: @white;
|
|
8814
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
|
|
8815
|
+
border-radius: 50%;
|
|
8816
|
+
left: -11px !important;
|
|
8817
|
+
outline: 0 none transparent;
|
|
8824
8818
|
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8819
|
+
&::after {
|
|
8820
|
+
top: 11px;
|
|
8821
|
+
left: 11px;
|
|
8822
|
+
width: 5px;
|
|
8823
|
+
height: 5px;
|
|
8824
|
+
}
|
|
8825
|
+
}
|
|
8826
|
+
}
|
|
8827
|
+
}
|
|
8828
|
+
}
|
|
8829
|
+
}
|
|
8830
|
+
}
|
|
8828
8831
|
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8835
|
-
max-width: 280px;
|
|
8836
|
-
padding: 29px 30px;
|
|
8837
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
8838
|
-
border: solid 1px @pale-grey;
|
|
8832
|
+
.buttons-wrapper {
|
|
8833
|
+
position: relative;
|
|
8834
|
+
width: 100%;
|
|
8835
|
+
margin-top: 32px;
|
|
8836
|
+
}
|
|
8837
|
+
}
|
|
8839
8838
|
}
|
|
8840
8839
|
}
|
|
8840
|
+
|
|
8841
8841
|
.deploy-deleted-function-dialog {
|
|
8842
8842
|
.sub-title {
|
|
8843
8843
|
font-size: 16px;
|
|
@@ -9825,6 +9825,35 @@ igz-info-page-content {
|
|
|
9825
9825
|
}
|
|
9826
9826
|
}
|
|
9827
9827
|
|
|
9828
|
+
ncl-breadcrumbs {
|
|
9829
|
+
.main-header-title {
|
|
9830
|
+
&:not(.disable-behavior) {
|
|
9831
|
+
&:hover .main-header-title-text {
|
|
9832
|
+
color: @dark-sky-blue;
|
|
9833
|
+
}
|
|
9834
|
+
}
|
|
9835
|
+
|
|
9836
|
+
&.disable-behavior {
|
|
9837
|
+
color: @dusk-three;
|
|
9838
|
+
}
|
|
9839
|
+
}
|
|
9840
|
+
|
|
9841
|
+
.igz-icon-right {
|
|
9842
|
+
font-size: 11px;
|
|
9843
|
+
font-weight: 100;
|
|
9844
|
+
margin: 0 14px;
|
|
9845
|
+
}
|
|
9846
|
+
|
|
9847
|
+
.ncl-header-subtitle {
|
|
9848
|
+
color: @greyish-purple;
|
|
9849
|
+
}
|
|
9850
|
+
|
|
9851
|
+
.ncl-bold-subtitle {
|
|
9852
|
+
color: @dusk-three;
|
|
9853
|
+
font-weight: bold;
|
|
9854
|
+
}
|
|
9855
|
+
}
|
|
9856
|
+
|
|
9828
9857
|
.ncl-breadcrumbs-dropdown {
|
|
9829
9858
|
display: inline-grid;
|
|
9830
9859
|
|
|
@@ -9948,52 +9977,61 @@ igz-info-page-content {
|
|
|
9948
9977
|
height: 32px;
|
|
9949
9978
|
}
|
|
9950
9979
|
|
|
9951
|
-
.igz-icon-tick {
|
|
9952
|
-
display: inline-block;
|
|
9953
|
-
font-size: 16px;
|
|
9954
|
-
width: 41px;
|
|
9955
|
-
height: 32px;
|
|
9956
|
-
padding: 0 19px 0 12px;
|
|
9957
|
-
vertical-align: top;
|
|
9980
|
+
.igz-icon-tick {
|
|
9981
|
+
display: inline-block;
|
|
9982
|
+
font-size: 16px;
|
|
9983
|
+
width: 41px;
|
|
9984
|
+
height: 32px;
|
|
9985
|
+
padding: 0 19px 0 12px;
|
|
9986
|
+
vertical-align: top;
|
|
9987
|
+
}
|
|
9988
|
+
|
|
9989
|
+
&:hover {
|
|
9990
|
+
height: 32px;
|
|
9991
|
+
background-color: @pale-grey-two;
|
|
9992
|
+
}
|
|
9993
|
+
}
|
|
9994
|
+
}
|
|
9995
|
+
}
|
|
9996
|
+
|
|
9997
|
+
.ncl-deploy-log-wrapper {
|
|
9998
|
+
.log-panel {
|
|
9999
|
+
.logs-common();
|
|
10000
|
+
background-color: @dark-grey;
|
|
10001
|
+
color: @light-grey-three;
|
|
10002
|
+
padding: 5px;
|
|
10003
|
+
margin: 21px 0 0 4px;
|
|
10004
|
+
min-height: 280px;
|
|
10005
|
+
max-height: 280px;
|
|
10006
|
+
height: 280px;
|
|
10007
|
+
|
|
10008
|
+
.log-entry {
|
|
10009
|
+
.log-entry-time {
|
|
10010
|
+
color: @solid-grey;
|
|
10011
|
+
}
|
|
10012
|
+
|
|
10013
|
+
.log-entry-level-debug{
|
|
10014
|
+
color: @dusty-blue;
|
|
9958
10015
|
}
|
|
9959
10016
|
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
background-color: @pale-grey-two;
|
|
10017
|
+
.log-entry-level-info {
|
|
10018
|
+
color: @cloudy-blue;
|
|
9963
10019
|
}
|
|
9964
|
-
}
|
|
9965
|
-
}
|
|
9966
|
-
}
|
|
9967
10020
|
|
|
9968
|
-
|
|
9969
|
-
|
|
9970
|
-
&:not(.disable-behavior) {
|
|
9971
|
-
&:hover .main-header-title-text {
|
|
9972
|
-
color: @dark-sky-blue;
|
|
10021
|
+
.log-entry-level-warn{
|
|
10022
|
+
color: @sunflower-yellow;
|
|
9973
10023
|
}
|
|
9974
|
-
}
|
|
9975
|
-
|
|
9976
|
-
&.disable-behavior {
|
|
9977
|
-
color: @dusk-three;
|
|
9978
|
-
}
|
|
9979
|
-
}
|
|
9980
10024
|
|
|
9981
|
-
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
margin: 0 14px;
|
|
9985
|
-
}
|
|
9986
|
-
|
|
9987
|
-
.ncl-header-subtitle {
|
|
9988
|
-
color: @greyish-purple;
|
|
9989
|
-
}
|
|
10025
|
+
.log-entry-level-error {
|
|
10026
|
+
color: @darkish-pink;
|
|
10027
|
+
}
|
|
9990
10028
|
|
|
9991
|
-
|
|
9992
|
-
|
|
9993
|
-
|
|
10029
|
+
.log-entry-message {
|
|
10030
|
+
font-weight: 600;
|
|
10031
|
+
}
|
|
10032
|
+
}
|
|
9994
10033
|
}
|
|
9995
10034
|
}
|
|
9996
|
-
|
|
9997
10035
|
.ncl-collapsing-row {
|
|
9998
10036
|
margin-bottom: 9px;
|
|
9999
10037
|
|
|
@@ -10117,6 +10155,24 @@ ncl-breadcrumbs {
|
|
|
10117
10155
|
}
|
|
10118
10156
|
}
|
|
10119
10157
|
|
|
10158
|
+
.view-yaml-dialog-wrapper {
|
|
10159
|
+
.ngdialog-content {
|
|
10160
|
+
.view-yaml-dialog-header {
|
|
10161
|
+
.title {
|
|
10162
|
+
margin-bottom: 10px;
|
|
10163
|
+
}
|
|
10164
|
+
|
|
10165
|
+
.copy-to-clipboard {
|
|
10166
|
+
width: 20px;
|
|
10167
|
+
}
|
|
10168
|
+
}
|
|
10169
|
+
|
|
10170
|
+
.monaco-editor {
|
|
10171
|
+
min-width: 700px;
|
|
10172
|
+
min-height: 450px;
|
|
10173
|
+
}
|
|
10174
|
+
}
|
|
10175
|
+
}
|
|
10120
10176
|
.ncl-edit-item {
|
|
10121
10177
|
width: 100%;
|
|
10122
10178
|
padding: 6px 0;
|
|
@@ -10217,62 +10273,6 @@ ncl-breadcrumbs {
|
|
|
10217
10273
|
}
|
|
10218
10274
|
}
|
|
10219
10275
|
|
|
10220
|
-
.view-yaml-dialog-wrapper {
|
|
10221
|
-
.ngdialog-content {
|
|
10222
|
-
.view-yaml-dialog-header {
|
|
10223
|
-
.title {
|
|
10224
|
-
margin-bottom: 10px;
|
|
10225
|
-
}
|
|
10226
|
-
|
|
10227
|
-
.copy-to-clipboard {
|
|
10228
|
-
width: 20px;
|
|
10229
|
-
}
|
|
10230
|
-
}
|
|
10231
|
-
|
|
10232
|
-
.monaco-editor {
|
|
10233
|
-
min-width: 700px;
|
|
10234
|
-
min-height: 450px;
|
|
10235
|
-
}
|
|
10236
|
-
}
|
|
10237
|
-
}
|
|
10238
|
-
.ncl-deploy-log-wrapper {
|
|
10239
|
-
.log-panel {
|
|
10240
|
-
.logs-common();
|
|
10241
|
-
background-color: @dark-grey;
|
|
10242
|
-
color: @light-grey-three;
|
|
10243
|
-
padding: 5px;
|
|
10244
|
-
margin: 21px 0 0 4px;
|
|
10245
|
-
min-height: 280px;
|
|
10246
|
-
max-height: 280px;
|
|
10247
|
-
height: 280px;
|
|
10248
|
-
|
|
10249
|
-
.log-entry {
|
|
10250
|
-
.log-entry-time {
|
|
10251
|
-
color: @solid-grey;
|
|
10252
|
-
}
|
|
10253
|
-
|
|
10254
|
-
.log-entry-level-debug{
|
|
10255
|
-
color: @dusty-blue;
|
|
10256
|
-
}
|
|
10257
|
-
|
|
10258
|
-
.log-entry-level-info {
|
|
10259
|
-
color: @cloudy-blue;
|
|
10260
|
-
}
|
|
10261
|
-
|
|
10262
|
-
.log-entry-level-warn{
|
|
10263
|
-
color: @sunflower-yellow;
|
|
10264
|
-
}
|
|
10265
|
-
|
|
10266
|
-
.log-entry-level-error {
|
|
10267
|
-
color: @darkish-pink;
|
|
10268
|
-
}
|
|
10269
|
-
|
|
10270
|
-
.log-entry-message {
|
|
10271
|
-
font-weight: 600;
|
|
10272
|
-
}
|
|
10273
|
-
}
|
|
10274
|
-
}
|
|
10275
|
-
}
|
|
10276
10276
|
.ncl-key-value-input {
|
|
10277
10277
|
.input-wrapper {
|
|
10278
10278
|
width: 100%;
|
|
@@ -10487,32 +10487,76 @@ ncl-breadcrumbs {
|
|
|
10487
10487
|
}
|
|
10488
10488
|
}
|
|
10489
10489
|
|
|
10490
|
-
.ncl-
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
height: 100%;
|
|
10494
|
-
border: 1px solid @pale-grey;
|
|
10495
|
-
background-color: @white;
|
|
10490
|
+
.ncl-search-input {
|
|
10491
|
+
position: relative;
|
|
10492
|
+
color: @silver;
|
|
10496
10493
|
|
|
10497
|
-
|
|
10498
|
-
|
|
10494
|
+
.container-search-input {
|
|
10495
|
+
background-color: transparent;
|
|
10496
|
+
border-bottom: 1px solid @silver;
|
|
10497
|
+
font-size: 13px;
|
|
10498
|
+
font-weight: 400;
|
|
10499
|
+
height: 36px;
|
|
10500
|
+
line-height: 36px;
|
|
10501
|
+
margin: 0;
|
|
10502
|
+
outline: 0;
|
|
10503
|
+
padding: 0 0 3px 31px;
|
|
10504
|
+
width: 100%;
|
|
10505
|
+
|
|
10506
|
+
&::-webkit-input-placeholder {
|
|
10507
|
+
color: @silver;
|
|
10499
10508
|
}
|
|
10500
10509
|
|
|
10501
|
-
|
|
10502
|
-
|
|
10510
|
+
&:-moz-placeholder { /* Firefox 18- */
|
|
10511
|
+
color: @silver;
|
|
10503
10512
|
}
|
|
10504
10513
|
|
|
10505
|
-
|
|
10506
|
-
|
|
10514
|
+
&::-moz-placeholder { /* Firefox 19+ */
|
|
10515
|
+
color: @silver;
|
|
10507
10516
|
}
|
|
10508
|
-
}
|
|
10509
10517
|
|
|
10510
|
-
|
|
10511
|
-
|
|
10518
|
+
&:-ms-input-placeholder {
|
|
10519
|
+
color: @silver;
|
|
10520
|
+
}
|
|
10521
|
+
|
|
10522
|
+
&:focus {
|
|
10523
|
+
border-bottom: 1px solid @light-blue;
|
|
10524
|
+
|
|
10525
|
+
&, & + .igz-icon-search:before {
|
|
10526
|
+
color: @dusk-three;
|
|
10527
|
+
}
|
|
10528
|
+
|
|
10529
|
+
&::-webkit-input-placeholder {
|
|
10530
|
+
color: transparent;
|
|
10531
|
+
}
|
|
10532
|
+
|
|
10533
|
+
&:-moz-placeholder { /* Firefox 18- */
|
|
10534
|
+
color: transparent;
|
|
10535
|
+
}
|
|
10536
|
+
|
|
10537
|
+
&::-moz-placeholder { /* Firefox 19+ */
|
|
10538
|
+
color: transparent;
|
|
10539
|
+
}
|
|
10540
|
+
|
|
10541
|
+
&:-ms-input-placeholder {
|
|
10542
|
+
color: transparent;
|
|
10543
|
+
}
|
|
10544
|
+
}
|
|
10512
10545
|
}
|
|
10513
|
-
}
|
|
10514
10546
|
|
|
10547
|
+
.igz-icon-search {
|
|
10548
|
+
font-size: 18px;
|
|
10549
|
+
position: absolute;
|
|
10550
|
+
left: 8px;
|
|
10551
|
+
top: 5px;
|
|
10552
|
+
z-index: 1;
|
|
10553
|
+
color: @silver;
|
|
10554
|
+
}
|
|
10515
10555
|
|
|
10556
|
+
input::-ms-clear {
|
|
10557
|
+
display: none;
|
|
10558
|
+
}
|
|
10559
|
+
}
|
|
10516
10560
|
ncl-navigation-tabs {
|
|
10517
10561
|
.ncl-navigation-tabs-color-set();
|
|
10518
10562
|
|
|
@@ -10666,84 +10710,40 @@ ncl-navigation-tabs {
|
|
|
10666
10710
|
}
|
|
10667
10711
|
}
|
|
10668
10712
|
}
|
|
10669
|
-
}
|
|
10670
|
-
}
|
|
10671
|
-
|
|
10672
|
-
.test-pane-actions-wrapper {
|
|
10673
|
-
margin-right: 35px;
|
|
10674
|
-
}
|
|
10675
|
-
}
|
|
10676
|
-
|
|
10677
|
-
.ncl-search-input {
|
|
10678
|
-
position: relative;
|
|
10679
|
-
color: @silver;
|
|
10680
|
-
|
|
10681
|
-
.container-search-input {
|
|
10682
|
-
background-color: transparent;
|
|
10683
|
-
border-bottom: 1px solid @silver;
|
|
10684
|
-
font-size: 13px;
|
|
10685
|
-
font-weight: 400;
|
|
10686
|
-
height: 36px;
|
|
10687
|
-
line-height: 36px;
|
|
10688
|
-
margin: 0;
|
|
10689
|
-
outline: 0;
|
|
10690
|
-
padding: 0 0 3px 31px;
|
|
10691
|
-
width: 100%;
|
|
10692
|
-
|
|
10693
|
-
&::-webkit-input-placeholder {
|
|
10694
|
-
color: @silver;
|
|
10695
|
-
}
|
|
10696
|
-
|
|
10697
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
10698
|
-
color: @silver;
|
|
10699
|
-
}
|
|
10700
|
-
|
|
10701
|
-
&::-moz-placeholder { /* Firefox 19+ */
|
|
10702
|
-
color: @silver;
|
|
10703
|
-
}
|
|
10704
|
-
|
|
10705
|
-
&:-ms-input-placeholder {
|
|
10706
|
-
color: @silver;
|
|
10707
|
-
}
|
|
10708
|
-
|
|
10709
|
-
&:focus {
|
|
10710
|
-
border-bottom: 1px solid @light-blue;
|
|
10711
|
-
|
|
10712
|
-
&, & + .igz-icon-search:before {
|
|
10713
|
-
color: @dusk-three;
|
|
10714
|
-
}
|
|
10715
|
-
|
|
10716
|
-
&::-webkit-input-placeholder {
|
|
10717
|
-
color: transparent;
|
|
10718
|
-
}
|
|
10719
|
-
|
|
10720
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
10721
|
-
color: transparent;
|
|
10722
|
-
}
|
|
10713
|
+
}
|
|
10714
|
+
}
|
|
10723
10715
|
|
|
10724
|
-
|
|
10725
|
-
|
|
10726
|
-
|
|
10716
|
+
.test-pane-actions-wrapper {
|
|
10717
|
+
margin-right: 35px;
|
|
10718
|
+
}
|
|
10719
|
+
}
|
|
10727
10720
|
|
|
10728
|
-
|
|
10729
|
-
|
|
10730
|
-
|
|
10721
|
+
.ncl-monaco {
|
|
10722
|
+
.ncl-monaco-wrapper {
|
|
10723
|
+
padding-top: 20px;
|
|
10724
|
+
height: 100%;
|
|
10725
|
+
border: 1px solid @pale-grey;
|
|
10726
|
+
background-color: @white;
|
|
10727
|
+
|
|
10728
|
+
&.no-top-padding {
|
|
10729
|
+
padding-top: 0;
|
|
10731
10730
|
}
|
|
10732
|
-
}
|
|
10733
10731
|
|
|
10734
|
-
|
|
10735
|
-
|
|
10736
|
-
|
|
10737
|
-
|
|
10738
|
-
|
|
10739
|
-
|
|
10740
|
-
|
|
10732
|
+
.ncl-monaco-top-row {
|
|
10733
|
+
display: block;
|
|
10734
|
+
}
|
|
10735
|
+
|
|
10736
|
+
.ncl-monaco-editor {
|
|
10737
|
+
height: 100%;
|
|
10738
|
+
}
|
|
10741
10739
|
}
|
|
10742
10740
|
|
|
10743
|
-
|
|
10744
|
-
|
|
10741
|
+
.ncl-monaco-dark {
|
|
10742
|
+
background-color: @vs-dark;
|
|
10745
10743
|
}
|
|
10746
10744
|
}
|
|
10745
|
+
|
|
10746
|
+
|
|
10747
10747
|
.new-function-wrapper {
|
|
10748
10748
|
.ncl-new-function-color-set();
|
|
10749
10749
|
|
|
@@ -12644,38 +12644,67 @@ ncl-navigation-tabs {
|
|
|
12644
12644
|
}
|
|
12645
12645
|
}
|
|
12646
12646
|
|
|
12647
|
-
.
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
}
|
|
12647
|
+
.ncl-test-events-navigation-tabs {
|
|
12648
|
+
display: flex;
|
|
12649
|
+
background: #f8f8fb;
|
|
12650
|
+
height: 40px;
|
|
12651
|
+
border-top: 1px solid @pale-grey;
|
|
12652
|
+
border-bottom: 1px solid @pale-grey;
|
|
12654
12653
|
|
|
12655
|
-
.
|
|
12656
|
-
|
|
12657
|
-
|
|
12654
|
+
.test-events-navigation-tab {
|
|
12655
|
+
.duskThree(0.64);
|
|
12656
|
+
position: relative;
|
|
12657
|
+
float: left;
|
|
12658
|
+
height: 27px;
|
|
12659
|
+
padding: 10px 40px 0;
|
|
12660
|
+
font-family: @font-family-sans-serif;
|
|
12661
|
+
color: @color;
|
|
12662
|
+
font-size: 13px;
|
|
12663
|
+
text-align: center;
|
|
12664
|
+
cursor: pointer;
|
|
12665
|
+
border-bottom: none;
|
|
12666
|
+
box-sizing: content-box;
|
|
12658
12667
|
|
|
12659
|
-
|
|
12660
|
-
|
|
12668
|
+
&.active, &.active:hover {
|
|
12669
|
+
background: none;
|
|
12670
|
+
color: @dusk-three;
|
|
12671
|
+
border-bottom: 2px solid @dusk-three;
|
|
12672
|
+
font-weight: bold;
|
|
12661
12673
|
|
|
12662
|
-
.
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
color: @dusk-three;
|
|
12674
|
+
.badge {
|
|
12675
|
+
color: @white;
|
|
12676
|
+
background-color: @light-grey-blue;
|
|
12666
12677
|
}
|
|
12678
|
+
}
|
|
12667
12679
|
|
|
12668
|
-
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
-
|
|
12680
|
+
.badge {
|
|
12681
|
+
display: inline-block;
|
|
12682
|
+
min-width: 22px;
|
|
12683
|
+
padding: 3px 7px;
|
|
12684
|
+
font-size: 12px;
|
|
12685
|
+
font-weight: 500;
|
|
12686
|
+
color: @greyish-purple;
|
|
12687
|
+
line-height: 1;
|
|
12688
|
+
vertical-align: middle;
|
|
12689
|
+
white-space: nowrap;
|
|
12690
|
+
text-align: center;
|
|
12691
|
+
background-color: @pale-grey;
|
|
12692
|
+
border-radius: 7.5px;
|
|
12693
|
+
margin-left: 7px;
|
|
12694
|
+
margin-top: -4px;
|
|
12695
|
+
}
|
|
12696
|
+
}
|
|
12672
12697
|
|
|
12673
|
-
|
|
12674
|
-
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12698
|
+
.default-dropdown {
|
|
12699
|
+
float: left;
|
|
12700
|
+
width: 105px;
|
|
12701
|
+
|
|
12702
|
+
.default-dropdown-field:not(:hover) {
|
|
12703
|
+
border-color: transparent;
|
|
12704
|
+
}
|
|
12705
|
+
|
|
12706
|
+
.default-dropdown-container {
|
|
12707
|
+
z-index: 3;
|
|
12679
12708
|
}
|
|
12680
12709
|
}
|
|
12681
12710
|
}
|
|
@@ -12878,192 +12907,67 @@ ncl-navigation-tabs {
|
|
|
12878
12907
|
.parameters {
|
|
12879
12908
|
padding: 0 62px 16px;
|
|
12880
12909
|
|
|
12881
|
-
.parameters-header {
|
|
12882
|
-
font-weight: bold;
|
|
12883
|
-
}
|
|
12884
|
-
|
|
12885
|
-
> div {
|
|
12886
|
-
display: flex;
|
|
12887
|
-
line-height: 2;
|
|
12888
|
-
|
|
12889
|
-
.labels {
|
|
12890
|
-
color: @greyish-purple;
|
|
12891
|
-
font-size: 14px;
|
|
12892
|
-
width: 30%;
|
|
12893
|
-
}
|
|
12894
|
-
|
|
12895
|
-
.values {
|
|
12896
|
-
color: @dusk-three;
|
|
12897
|
-
font-size: 14px;
|
|
12898
|
-
width: 70%;
|
|
12899
|
-
}
|
|
12900
|
-
}
|
|
12901
|
-
}
|
|
12902
|
-
}
|
|
12903
|
-
}
|
|
12904
|
-
|
|
12905
|
-
.no-logs {
|
|
12906
|
-
margin: 10px auto 0;
|
|
12907
|
-
font-size: 14px;
|
|
12908
|
-
color: @pale-grey;
|
|
12909
|
-
text-align: center;
|
|
12910
|
-
}
|
|
12911
|
-
}
|
|
12912
|
-
.ncl-test-events-navigation-tabs {
|
|
12913
|
-
display: flex;
|
|
12914
|
-
background: #f8f8fb;
|
|
12915
|
-
height: 40px;
|
|
12916
|
-
border-top: 1px solid @pale-grey;
|
|
12917
|
-
border-bottom: 1px solid @pale-grey;
|
|
12918
|
-
|
|
12919
|
-
.test-events-navigation-tab {
|
|
12920
|
-
.duskThree(0.64);
|
|
12921
|
-
position: relative;
|
|
12922
|
-
float: left;
|
|
12923
|
-
height: 27px;
|
|
12924
|
-
padding: 10px 40px 0;
|
|
12925
|
-
font-family: @font-family-sans-serif;
|
|
12926
|
-
color: @color;
|
|
12927
|
-
font-size: 13px;
|
|
12928
|
-
text-align: center;
|
|
12929
|
-
cursor: pointer;
|
|
12930
|
-
border-bottom: none;
|
|
12931
|
-
box-sizing: content-box;
|
|
12932
|
-
|
|
12933
|
-
&.active, &.active:hover {
|
|
12934
|
-
background: none;
|
|
12935
|
-
color: @dusk-three;
|
|
12936
|
-
border-bottom: 2px solid @dusk-three;
|
|
12937
|
-
font-weight: bold;
|
|
12938
|
-
|
|
12939
|
-
.badge {
|
|
12940
|
-
color: @white;
|
|
12941
|
-
background-color: @light-grey-blue;
|
|
12942
|
-
}
|
|
12943
|
-
}
|
|
12944
|
-
|
|
12945
|
-
.badge {
|
|
12946
|
-
display: inline-block;
|
|
12947
|
-
min-width: 22px;
|
|
12948
|
-
padding: 3px 7px;
|
|
12949
|
-
font-size: 12px;
|
|
12950
|
-
font-weight: 500;
|
|
12951
|
-
color: @greyish-purple;
|
|
12952
|
-
line-height: 1;
|
|
12953
|
-
vertical-align: middle;
|
|
12954
|
-
white-space: nowrap;
|
|
12955
|
-
text-align: center;
|
|
12956
|
-
background-color: @pale-grey;
|
|
12957
|
-
border-radius: 7.5px;
|
|
12958
|
-
margin-left: 7px;
|
|
12959
|
-
margin-top: -4px;
|
|
12960
|
-
}
|
|
12961
|
-
}
|
|
12962
|
-
|
|
12963
|
-
.default-dropdown {
|
|
12964
|
-
float: left;
|
|
12965
|
-
width: 105px;
|
|
12966
|
-
|
|
12967
|
-
.default-dropdown-field:not(:hover) {
|
|
12968
|
-
border-color: transparent;
|
|
12969
|
-
}
|
|
12970
|
-
|
|
12971
|
-
.default-dropdown-container {
|
|
12972
|
-
z-index: 3;
|
|
12973
|
-
}
|
|
12974
|
-
}
|
|
12975
|
-
}
|
|
12976
|
-
|
|
12977
|
-
@desktop: 1350px;
|
|
12978
|
-
@desktop-low: 1202px;
|
|
12979
|
-
@desktop-middle: 1550px;
|
|
12980
|
-
|
|
12981
|
-
.ncl-version-configuration-basic-settings {
|
|
12982
|
-
.row {
|
|
12983
|
-
display: flex;
|
|
12984
|
-
justify-content: space-between;
|
|
12985
|
-
|
|
12986
|
-
&:not(:last-child) {
|
|
12987
|
-
margin-bottom: 23px;
|
|
12988
|
-
}
|
|
12989
|
-
|
|
12990
|
-
&:last-child {
|
|
12991
|
-
margin-bottom: 4px;
|
|
12992
|
-
}
|
|
12993
|
-
|
|
12994
|
-
&.enable-checkbox {
|
|
12995
|
-
justify-content: flex-start;
|
|
12996
|
-
margin-bottom: 18px;
|
|
12997
|
-
}
|
|
12998
|
-
|
|
12999
|
-
> div {
|
|
13000
|
-
flex: 1;
|
|
13001
|
-
|
|
13002
|
-
&:not(:last-child) {
|
|
13003
|
-
margin-right: 46px;
|
|
13004
|
-
}
|
|
13005
|
-
|
|
13006
|
-
.label {
|
|
13007
|
-
padding: 0;
|
|
13008
|
-
margin-bottom: 5px;
|
|
13009
|
-
}
|
|
13010
|
-
|
|
13011
|
-
&.timeout-block {
|
|
13012
|
-
.label {
|
|
13013
|
-
margin-bottom: 3px;
|
|
12910
|
+
.parameters-header {
|
|
12911
|
+
font-weight: bold;
|
|
13014
12912
|
}
|
|
13015
12913
|
|
|
13016
|
-
|
|
13017
|
-
|
|
12914
|
+
> div {
|
|
12915
|
+
display: flex;
|
|
12916
|
+
line-height: 2;
|
|
13018
12917
|
|
|
13019
|
-
.
|
|
13020
|
-
|
|
13021
|
-
|
|
12918
|
+
.labels {
|
|
12919
|
+
color: @greyish-purple;
|
|
12920
|
+
font-size: 14px;
|
|
12921
|
+
width: 30%;
|
|
12922
|
+
}
|
|
13022
12923
|
|
|
13023
|
-
|
|
13024
|
-
|
|
13025
|
-
|
|
13026
|
-
|
|
13027
|
-
font-weight: normal;
|
|
13028
|
-
font-style: normal;
|
|
13029
|
-
letter-spacing: normal;
|
|
13030
|
-
text-align: left;
|
|
13031
|
-
color: @color;
|
|
13032
|
-
}
|
|
12924
|
+
.values {
|
|
12925
|
+
color: @dusk-three;
|
|
12926
|
+
font-size: 14px;
|
|
12927
|
+
width: 70%;
|
|
13033
12928
|
}
|
|
13034
12929
|
}
|
|
13035
12930
|
}
|
|
13036
12931
|
}
|
|
12932
|
+
}
|
|
13037
12933
|
|
|
13038
|
-
|
|
13039
|
-
|
|
13040
|
-
|
|
13041
|
-
|
|
13042
|
-
|
|
13043
|
-
|
|
13044
|
-
|
|
13045
|
-
|
|
12934
|
+
.no-logs {
|
|
12935
|
+
margin: 10px auto 0;
|
|
12936
|
+
font-size: 14px;
|
|
12937
|
+
color: @pale-grey;
|
|
12938
|
+
text-align: center;
|
|
12939
|
+
}
|
|
12940
|
+
}
|
|
12941
|
+
.function-from-template-dialog-wrapper {
|
|
12942
|
+
.title {
|
|
12943
|
+
font-size: 20px;
|
|
12944
|
+
font-weight: 500;
|
|
12945
|
+
text-align: left;
|
|
12946
|
+
color: @dusk-three;
|
|
12947
|
+
}
|
|
13046
12948
|
|
|
13047
|
-
|
|
13048
|
-
|
|
13049
|
-
|
|
13050
|
-
}
|
|
13051
|
-
}
|
|
12949
|
+
.main-content {
|
|
12950
|
+
width: 500px;
|
|
12951
|
+
max-height: 500px;
|
|
13052
12952
|
|
|
13053
|
-
|
|
13054
|
-
|
|
12953
|
+
form {
|
|
12954
|
+
margin: 0 20px 0 0;
|
|
13055
12955
|
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
12956
|
+
.field-label {
|
|
12957
|
+
font-size: 14px;
|
|
12958
|
+
text-align: left;
|
|
12959
|
+
color: @dusk-three;
|
|
12960
|
+
}
|
|
13059
12961
|
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
12962
|
+
.validating-input-field {
|
|
12963
|
+
.input-field {
|
|
12964
|
+
padding: 0 10px 0 17px;
|
|
13063
12965
|
}
|
|
13064
12966
|
|
|
13065
|
-
|
|
13066
|
-
|
|
12967
|
+
.input-placeholder {
|
|
12968
|
+
left: 18px;
|
|
12969
|
+
font-style: italic;
|
|
12970
|
+
font-size: 14px;
|
|
13067
12971
|
}
|
|
13068
12972
|
}
|
|
13069
12973
|
}
|
|
@@ -13309,64 +13213,109 @@ ncl-navigation-tabs {
|
|
|
13309
13213
|
}
|
|
13310
13214
|
}
|
|
13311
13215
|
|
|
13312
|
-
|
|
13216
|
+
@desktop: 1350px;
|
|
13217
|
+
@desktop-low: 1202px;
|
|
13218
|
+
@desktop-middle: 1550px;
|
|
13219
|
+
|
|
13220
|
+
.ncl-version-configuration-basic-settings {
|
|
13313
13221
|
.row {
|
|
13314
13222
|
display: flex;
|
|
13315
|
-
|
|
13223
|
+
justify-content: space-between;
|
|
13316
13224
|
|
|
13317
|
-
|
|
13318
|
-
|
|
13225
|
+
&:not(:last-child) {
|
|
13226
|
+
margin-bottom: 23px;
|
|
13319
13227
|
}
|
|
13320
|
-
}
|
|
13321
|
-
}
|
|
13322
13228
|
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
justify-content: space-between;
|
|
13229
|
+
&:last-child {
|
|
13230
|
+
margin-bottom: 4px;
|
|
13231
|
+
}
|
|
13327
13232
|
|
|
13328
|
-
|
|
13329
|
-
|
|
13330
|
-
margin-bottom:
|
|
13233
|
+
&.enable-checkbox {
|
|
13234
|
+
justify-content: flex-start;
|
|
13235
|
+
margin-bottom: 18px;
|
|
13331
13236
|
}
|
|
13332
13237
|
|
|
13333
13238
|
> div {
|
|
13334
|
-
flex:
|
|
13239
|
+
flex: 1;
|
|
13335
13240
|
|
|
13336
13241
|
&:not(:last-child) {
|
|
13337
|
-
margin-right:
|
|
13242
|
+
margin-right: 46px;
|
|
13338
13243
|
}
|
|
13339
13244
|
|
|
13340
|
-
|
|
13341
|
-
|
|
13245
|
+
.label {
|
|
13246
|
+
padding: 0;
|
|
13247
|
+
margin-bottom: 5px;
|
|
13342
13248
|
}
|
|
13343
|
-
}
|
|
13344
|
-
}
|
|
13345
13249
|
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
|
|
13351
|
-
|
|
13352
|
-
|
|
13353
|
-
|
|
13354
|
-
|
|
13355
|
-
|
|
13250
|
+
&.timeout-block {
|
|
13251
|
+
.label {
|
|
13252
|
+
margin-bottom: 3px;
|
|
13253
|
+
}
|
|
13254
|
+
|
|
13255
|
+
.timeout-values {
|
|
13256
|
+
margin-left: 27px;
|
|
13257
|
+
|
|
13258
|
+
.inputs {
|
|
13259
|
+
display: flex;
|
|
13260
|
+
align-items: center;
|
|
13261
|
+
|
|
13262
|
+
.values-label {
|
|
13263
|
+
.duskThree(0.9);
|
|
13264
|
+
margin: 0 17px 0 8px;
|
|
13265
|
+
font-size: 14px;
|
|
13266
|
+
font-weight: normal;
|
|
13267
|
+
font-style: normal;
|
|
13268
|
+
letter-spacing: normal;
|
|
13269
|
+
text-align: left;
|
|
13270
|
+
color: @color;
|
|
13271
|
+
}
|
|
13272
|
+
}
|
|
13273
|
+
}
|
|
13274
|
+
}
|
|
13356
13275
|
}
|
|
13357
13276
|
|
|
13358
|
-
.
|
|
13359
|
-
|
|
13360
|
-
|
|
13361
|
-
|
|
13362
|
-
|
|
13277
|
+
.logger-block {
|
|
13278
|
+
display: flex;
|
|
13279
|
+
margin-top: 3px;
|
|
13280
|
+
|
|
13281
|
+
.logger-dropdown {
|
|
13282
|
+
.default-dropdown {
|
|
13283
|
+
position: relative;
|
|
13284
|
+
height: 36px;
|
|
13285
|
+
|
|
13286
|
+
.dropdown-overlap {
|
|
13287
|
+
z-index: 100;
|
|
13288
|
+
}
|
|
13289
|
+
}
|
|
13290
|
+
}
|
|
13291
|
+
|
|
13292
|
+
> div {
|
|
13293
|
+
flex: 1;
|
|
13294
|
+
|
|
13295
|
+
&:not(:last-child) {
|
|
13296
|
+
margin-right: 16px;
|
|
13297
|
+
}
|
|
13298
|
+
|
|
13299
|
+
.label {
|
|
13300
|
+
padding: 0;
|
|
13301
|
+
margin-bottom: 5px;
|
|
13302
|
+
}
|
|
13303
|
+
|
|
13304
|
+
&.logger-input {
|
|
13305
|
+
flex-grow: 1.95;
|
|
13306
|
+
}
|
|
13307
|
+
}
|
|
13363
13308
|
}
|
|
13364
13309
|
}
|
|
13310
|
+
}
|
|
13365
13311
|
|
|
13366
|
-
|
|
13367
|
-
|
|
13368
|
-
|
|
13369
|
-
|
|
13312
|
+
.ncl-version-configuration-logging {
|
|
13313
|
+
.row {
|
|
13314
|
+
display: flex;
|
|
13315
|
+
position: relative;
|
|
13316
|
+
|
|
13317
|
+
.logging-wrapper {
|
|
13318
|
+
width: 100%;
|
|
13370
13319
|
}
|
|
13371
13320
|
}
|
|
13372
13321
|
}
|
|
@@ -13428,6 +13377,57 @@ ncl-navigation-tabs {
|
|
|
13428
13377
|
}
|
|
13429
13378
|
}
|
|
13430
13379
|
|
|
13380
|
+
.ncl-version-configuration-runtime-attributes {
|
|
13381
|
+
.row:not(.info-row) {
|
|
13382
|
+
display: flex;
|
|
13383
|
+
justify-content: space-between;
|
|
13384
|
+
|
|
13385
|
+
&:not(:last-child) {
|
|
13386
|
+
margin-top: 10px;
|
|
13387
|
+
margin-bottom: 25px;
|
|
13388
|
+
}
|
|
13389
|
+
|
|
13390
|
+
> div {
|
|
13391
|
+
flex: 0.65;
|
|
13392
|
+
|
|
13393
|
+
&:not(:last-child) {
|
|
13394
|
+
margin-right: 16px;
|
|
13395
|
+
}
|
|
13396
|
+
|
|
13397
|
+
&.arguments-input {
|
|
13398
|
+
flex-grow: 2;
|
|
13399
|
+
}
|
|
13400
|
+
}
|
|
13401
|
+
}
|
|
13402
|
+
|
|
13403
|
+
.row {
|
|
13404
|
+
.runtime {
|
|
13405
|
+
height: 36px;
|
|
13406
|
+
border-radius: 2px;
|
|
13407
|
+
padding: 9px 0 0 14px;
|
|
13408
|
+
text-transform: capitalize;
|
|
13409
|
+
font-family: @font-family-sans-serif;
|
|
13410
|
+
font-size: 14px;
|
|
13411
|
+
text-align: left;
|
|
13412
|
+
color: @dusk-three;
|
|
13413
|
+
}
|
|
13414
|
+
|
|
13415
|
+
.textarea-field {
|
|
13416
|
+
height: 177px;
|
|
13417
|
+
resize: none;
|
|
13418
|
+
white-space: pre;
|
|
13419
|
+
overflow-x: auto;
|
|
13420
|
+
}
|
|
13421
|
+
}
|
|
13422
|
+
|
|
13423
|
+
.java-attribute {
|
|
13424
|
+
.textarea-field {
|
|
13425
|
+
height: 70px;
|
|
13426
|
+
overflow-y: auto;
|
|
13427
|
+
}
|
|
13428
|
+
}
|
|
13429
|
+
}
|
|
13430
|
+
|
|
13431
13431
|
.ncl-version-configuration-volumes {
|
|
13432
13432
|
.ncl-version-volume {
|
|
13433
13433
|
.common-table-header {
|