iguazio.dashboard-controls 0.38.2 → 0.38.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/js/iguazio.dashboard-controls.js +5232 -5119
- package/dist/less/iguazio.dashboard-controls.less +1569 -1569
- package/package.json +1 -1
- package/src/igz_controls/components/pagination/pagination.controller.js +21 -13
- package/src/igz_controls/services/general-data.service.js +10 -0
- package/src/igz_controls/services/server-status.service.js +91 -0
- package/src/nuclio/functions/functions.component.js +6 -4
- package/src/nuclio/functions/version/version.component.js +6 -3
|
@@ -5501,27 +5501,6 @@ yx-axis
|
|
|
5501
5501
|
|
|
5502
5502
|
/* ---------------------------------------- */
|
|
5503
5503
|
|
|
5504
|
-
.action-checkbox {
|
|
5505
|
-
.action-checkbox-color-set();
|
|
5506
|
-
|
|
5507
|
-
line-height: 16px;
|
|
5508
|
-
text-align: center;
|
|
5509
|
-
|
|
5510
|
-
.check-item {
|
|
5511
|
-
font-size: 16px;
|
|
5512
|
-
cursor: pointer;
|
|
5513
|
-
line-height: 1;
|
|
5514
|
-
vertical-align: middle;
|
|
5515
|
-
|
|
5516
|
-
&.igz-icon-checkbox-unchecked {
|
|
5517
|
-
color: @icon-checkbox-unchecked;
|
|
5518
|
-
}
|
|
5519
|
-
|
|
5520
|
-
&.igz-icon-checkbox-checked {
|
|
5521
|
-
color: @icon-checkbox-checked;
|
|
5522
|
-
}
|
|
5523
|
-
}
|
|
5524
|
-
}
|
|
5525
5504
|
.action-checkbox-all {
|
|
5526
5505
|
.action-checkbox-all-color-set();
|
|
5527
5506
|
|
|
@@ -5697,6 +5676,27 @@ yx-axis
|
|
|
5697
5676
|
}
|
|
5698
5677
|
}
|
|
5699
5678
|
|
|
5679
|
+
.action-checkbox {
|
|
5680
|
+
.action-checkbox-color-set();
|
|
5681
|
+
|
|
5682
|
+
line-height: 16px;
|
|
5683
|
+
text-align: center;
|
|
5684
|
+
|
|
5685
|
+
.check-item {
|
|
5686
|
+
font-size: 16px;
|
|
5687
|
+
cursor: pointer;
|
|
5688
|
+
line-height: 1;
|
|
5689
|
+
vertical-align: middle;
|
|
5690
|
+
|
|
5691
|
+
&.igz-icon-checkbox-unchecked {
|
|
5692
|
+
color: @icon-checkbox-unchecked;
|
|
5693
|
+
}
|
|
5694
|
+
|
|
5695
|
+
&.igz-icon-checkbox-checked {
|
|
5696
|
+
color: @icon-checkbox-checked;
|
|
5697
|
+
}
|
|
5698
|
+
}
|
|
5699
|
+
}
|
|
5700
5700
|
.igz-action-panel {
|
|
5701
5701
|
.action-panel-color-set();
|
|
5702
5702
|
.action-icon-color-set();
|
|
@@ -5907,105 +5907,6 @@ yx-axis
|
|
|
5907
5907
|
}
|
|
5908
5908
|
}
|
|
5909
5909
|
|
|
5910
|
-
.auto-complete-wrapper {
|
|
5911
|
-
.auto-complete-color-set();
|
|
5912
|
-
|
|
5913
|
-
position: relative;
|
|
5914
|
-
|
|
5915
|
-
.input-row {
|
|
5916
|
-
display: flex;
|
|
5917
|
-
width: 100%;
|
|
5918
|
-
|
|
5919
|
-
.auto-complete-input {
|
|
5920
|
-
flex-grow: 3;
|
|
5921
|
-
}
|
|
5922
|
-
|
|
5923
|
-
.auto-complete-filters {
|
|
5924
|
-
width: 20%;
|
|
5925
|
-
}
|
|
5926
|
-
}
|
|
5927
|
-
|
|
5928
|
-
.suggestions-row {
|
|
5929
|
-
.auto-complete-suggestions-container {
|
|
5930
|
-
position: absolute;
|
|
5931
|
-
background-color: @auto-complete-suggestions-container-bg-color;
|
|
5932
|
-
border-radius: 2px;
|
|
5933
|
-
box-shadow: @auto-complete-suggestions-container-box-shadow;
|
|
5934
|
-
color: @auto-complete-suggestions-container-color;
|
|
5935
|
-
max-height: 220px;
|
|
5936
|
-
overflow: auto;
|
|
5937
|
-
z-index: 1000;
|
|
5938
|
-
width: 100%;
|
|
5939
|
-
margin-top: 2px;
|
|
5940
|
-
|
|
5941
|
-
.list {
|
|
5942
|
-
padding: 0;
|
|
5943
|
-
margin: 0;
|
|
5944
|
-
|
|
5945
|
-
.list-item {
|
|
5946
|
-
color: @auto-complete-list-item-color;
|
|
5947
|
-
font-family: @font-family-sans-serif;
|
|
5948
|
-
font-size: 14px;
|
|
5949
|
-
list-style-type: none;
|
|
5950
|
-
margin: 0;
|
|
5951
|
-
outline: none;
|
|
5952
|
-
width: 100%;
|
|
5953
|
-
min-height: 32px;
|
|
5954
|
-
|
|
5955
|
-
&:first-child {
|
|
5956
|
-
margin-top: 7px;
|
|
5957
|
-
}
|
|
5958
|
-
|
|
5959
|
-
&:last-child {
|
|
5960
|
-
margin-bottom: 4px;
|
|
5961
|
-
}
|
|
5962
|
-
|
|
5963
|
-
.list-item-block {
|
|
5964
|
-
display: flex;
|
|
5965
|
-
flex-flow: row nowrap;
|
|
5966
|
-
align-items: center;
|
|
5967
|
-
padding: 6px 16px;
|
|
5968
|
-
width: 100%;
|
|
5969
|
-
|
|
5970
|
-
.list-item-name {
|
|
5971
|
-
flex: auto;
|
|
5972
|
-
white-space: nowrap;
|
|
5973
|
-
overflow: hidden;
|
|
5974
|
-
text-overflow: ellipsis;
|
|
5975
|
-
}
|
|
5976
|
-
|
|
5977
|
-
.list-item-additional-info {
|
|
5978
|
-
flex: none;
|
|
5979
|
-
margin-left: 6px;
|
|
5980
|
-
color: @auto-complete-list-item-additional-info-color;
|
|
5981
|
-
}
|
|
5982
|
-
}
|
|
5983
|
-
|
|
5984
|
-
&:not(.readonly) {
|
|
5985
|
-
cursor: pointer;
|
|
5986
|
-
|
|
5987
|
-
&:hover, &:focus {
|
|
5988
|
-
background-color: @auto-complete-list-item-hover-focus-bg-color;
|
|
5989
|
-
}
|
|
5990
|
-
}
|
|
5991
|
-
|
|
5992
|
-
&.selected-item {
|
|
5993
|
-
color: @auto-complete-list-item-selected-color;
|
|
5994
|
-
}
|
|
5995
|
-
}
|
|
5996
|
-
|
|
5997
|
-
hr {
|
|
5998
|
-
margin: 0;
|
|
5999
|
-
}
|
|
6000
|
-
}
|
|
6001
|
-
}
|
|
6002
|
-
|
|
6003
|
-
.auto-complete-suggestions-with-filters {
|
|
6004
|
-
width: 80%;
|
|
6005
|
-
}
|
|
6006
|
-
}
|
|
6007
|
-
}
|
|
6008
|
-
|
|
6009
5910
|
.default-dropdown {
|
|
6010
5911
|
.default-dropdown-color-set();
|
|
6011
5912
|
.severity-icons-color-set();
|
|
@@ -6446,6 +6347,105 @@ yx-axis
|
|
|
6446
6347
|
}
|
|
6447
6348
|
}
|
|
6448
6349
|
|
|
6350
|
+
.auto-complete-wrapper {
|
|
6351
|
+
.auto-complete-color-set();
|
|
6352
|
+
|
|
6353
|
+
position: relative;
|
|
6354
|
+
|
|
6355
|
+
.input-row {
|
|
6356
|
+
display: flex;
|
|
6357
|
+
width: 100%;
|
|
6358
|
+
|
|
6359
|
+
.auto-complete-input {
|
|
6360
|
+
flex-grow: 3;
|
|
6361
|
+
}
|
|
6362
|
+
|
|
6363
|
+
.auto-complete-filters {
|
|
6364
|
+
width: 20%;
|
|
6365
|
+
}
|
|
6366
|
+
}
|
|
6367
|
+
|
|
6368
|
+
.suggestions-row {
|
|
6369
|
+
.auto-complete-suggestions-container {
|
|
6370
|
+
position: absolute;
|
|
6371
|
+
background-color: @auto-complete-suggestions-container-bg-color;
|
|
6372
|
+
border-radius: 2px;
|
|
6373
|
+
box-shadow: @auto-complete-suggestions-container-box-shadow;
|
|
6374
|
+
color: @auto-complete-suggestions-container-color;
|
|
6375
|
+
max-height: 220px;
|
|
6376
|
+
overflow: auto;
|
|
6377
|
+
z-index: 1000;
|
|
6378
|
+
width: 100%;
|
|
6379
|
+
margin-top: 2px;
|
|
6380
|
+
|
|
6381
|
+
.list {
|
|
6382
|
+
padding: 0;
|
|
6383
|
+
margin: 0;
|
|
6384
|
+
|
|
6385
|
+
.list-item {
|
|
6386
|
+
color: @auto-complete-list-item-color;
|
|
6387
|
+
font-family: @font-family-sans-serif;
|
|
6388
|
+
font-size: 14px;
|
|
6389
|
+
list-style-type: none;
|
|
6390
|
+
margin: 0;
|
|
6391
|
+
outline: none;
|
|
6392
|
+
width: 100%;
|
|
6393
|
+
min-height: 32px;
|
|
6394
|
+
|
|
6395
|
+
&:first-child {
|
|
6396
|
+
margin-top: 7px;
|
|
6397
|
+
}
|
|
6398
|
+
|
|
6399
|
+
&:last-child {
|
|
6400
|
+
margin-bottom: 4px;
|
|
6401
|
+
}
|
|
6402
|
+
|
|
6403
|
+
.list-item-block {
|
|
6404
|
+
display: flex;
|
|
6405
|
+
flex-flow: row nowrap;
|
|
6406
|
+
align-items: center;
|
|
6407
|
+
padding: 6px 16px;
|
|
6408
|
+
width: 100%;
|
|
6409
|
+
|
|
6410
|
+
.list-item-name {
|
|
6411
|
+
flex: auto;
|
|
6412
|
+
white-space: nowrap;
|
|
6413
|
+
overflow: hidden;
|
|
6414
|
+
text-overflow: ellipsis;
|
|
6415
|
+
}
|
|
6416
|
+
|
|
6417
|
+
.list-item-additional-info {
|
|
6418
|
+
flex: none;
|
|
6419
|
+
margin-left: 6px;
|
|
6420
|
+
color: @auto-complete-list-item-additional-info-color;
|
|
6421
|
+
}
|
|
6422
|
+
}
|
|
6423
|
+
|
|
6424
|
+
&:not(.readonly) {
|
|
6425
|
+
cursor: pointer;
|
|
6426
|
+
|
|
6427
|
+
&:hover, &:focus {
|
|
6428
|
+
background-color: @auto-complete-list-item-hover-focus-bg-color;
|
|
6429
|
+
}
|
|
6430
|
+
}
|
|
6431
|
+
|
|
6432
|
+
&.selected-item {
|
|
6433
|
+
color: @auto-complete-list-item-selected-color;
|
|
6434
|
+
}
|
|
6435
|
+
}
|
|
6436
|
+
|
|
6437
|
+
hr {
|
|
6438
|
+
margin: 0;
|
|
6439
|
+
}
|
|
6440
|
+
}
|
|
6441
|
+
}
|
|
6442
|
+
|
|
6443
|
+
.auto-complete-suggestions-with-filters {
|
|
6444
|
+
width: 80%;
|
|
6445
|
+
}
|
|
6446
|
+
}
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
6449
|
.element-loading-status {
|
|
6450
6450
|
.element-loading-status-color-set();
|
|
6451
6451
|
|
|
@@ -7490,16 +7490,123 @@ yx-axis
|
|
|
7490
7490
|
}
|
|
7491
7491
|
}
|
|
7492
7492
|
|
|
7493
|
-
.
|
|
7494
|
-
.
|
|
7493
|
+
.splash-screen {
|
|
7494
|
+
.splash-screen-color-set();
|
|
7495
7495
|
|
|
7496
|
-
position:
|
|
7496
|
+
position: absolute;
|
|
7497
|
+
z-index: 996;
|
|
7498
|
+
width: 100%;
|
|
7499
|
+
height: 100%;
|
|
7500
|
+
background-color: @splash-screen-bg-color;
|
|
7501
|
+
transform-style: preserve-3d;
|
|
7497
7502
|
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
|
|
7503
|
+
// ngAnimate appearance for show/hide
|
|
7504
|
+
transition: opacity linear .25s 0s;
|
|
7505
|
+
|
|
7506
|
+
&.ng-hide-remove {
|
|
7507
|
+
opacity: 0;
|
|
7508
|
+
}
|
|
7509
|
+
|
|
7510
|
+
.loading-splash-screen {
|
|
7511
|
+
position: absolute;
|
|
7512
|
+
top: 50%;
|
|
7513
|
+
left: 50%;
|
|
7514
|
+
transform: translate(-50%, -50%);
|
|
7515
|
+
color: @loading-splash-screen-color;
|
|
7516
|
+
font-size: 20px;
|
|
7517
|
+
text-align: center;
|
|
7518
|
+
font-weight: 500;
|
|
7519
|
+
width: 217px;
|
|
7520
|
+
border-radius: 6px;
|
|
7521
|
+
background-image: @loading-splash-screen-bg-image;
|
|
7522
|
+
padding: 49px 0;
|
|
7523
|
+
|
|
7524
|
+
.splash-logo-wrapper {
|
|
7525
|
+
position: relative;
|
|
7526
|
+
text-align: center;
|
|
7527
|
+
|
|
7528
|
+
.loader-fading-circle {
|
|
7529
|
+
width: 60px;
|
|
7530
|
+
height: 60px;
|
|
7531
|
+
}
|
|
7532
|
+
}
|
|
7533
|
+
|
|
7534
|
+
.loading-text {
|
|
7535
|
+
padding: 31px 0 0 12px;
|
|
7536
|
+
font-family: @font-family-sans-serif;
|
|
7537
|
+
font-size: 20px;
|
|
7538
|
+
color: @loading-splash-screen-text-color;
|
|
7539
|
+
}
|
|
7540
|
+
}
|
|
7541
|
+
|
|
7542
|
+
.alert-splash-screen {
|
|
7543
|
+
position: absolute;
|
|
7544
|
+
top: 50%;
|
|
7545
|
+
left: 50%;
|
|
7546
|
+
transform: translate(-50%, -50%);
|
|
7547
|
+
color: @alert-splash-screen-color;
|
|
7548
|
+
font-size: 20px;
|
|
7549
|
+
font-weight: 500;
|
|
7550
|
+
width: 504px;
|
|
7551
|
+
border-radius: 6px;
|
|
7552
|
+
background-image: @alert-splash-screen-bg-image;
|
|
7553
|
+
box-shadow: none;
|
|
7554
|
+
padding: 0 0 49px;
|
|
7555
|
+
|
|
7556
|
+
.header {
|
|
7557
|
+
background: url('/assets/images/oops.png') no-repeat center;
|
|
7558
|
+
margin: 47px 0 24px;
|
|
7559
|
+
height: 59px;
|
|
7560
|
+
background-size: contain;
|
|
7561
|
+
}
|
|
7562
|
+
|
|
7563
|
+
.notification-text {
|
|
7564
|
+
color: @alert-splash-screen-notification-text-color;
|
|
7565
|
+
padding: 0 60px;
|
|
7566
|
+
text-align: center;
|
|
7567
|
+
margin: 0 0 36px;
|
|
7568
|
+
line-height: 1.5;
|
|
7569
|
+
}
|
|
7570
|
+
|
|
7571
|
+
.buttons {
|
|
7572
|
+
text-align: center;
|
|
7573
|
+
height: 36px;
|
|
7574
|
+
|
|
7575
|
+
.refresh-button {
|
|
7576
|
+
margin: 0 auto;
|
|
7577
|
+
padding-top: 8px;
|
|
7578
|
+
height: 36px;
|
|
7579
|
+
width: 124px;
|
|
7580
|
+
font-size: 12px;
|
|
7581
|
+
border-radius: 2px;
|
|
7582
|
+
background-color: @alert-splash-screen-refresh-btn-bg-color;
|
|
7583
|
+
border: @alert-splash-screen-refresh-btn-border;
|
|
7584
|
+
text-transform: uppercase;
|
|
7585
|
+
|
|
7586
|
+
&:hover {
|
|
7587
|
+
background-color: @alert-splash-screen-refresh-btn-hover-bg-color;
|
|
7588
|
+
box-shadow: @alert-splash-screen-refresh-btn-hover-box-shadow;
|
|
7589
|
+
}
|
|
7590
|
+
|
|
7591
|
+
.igz-icon-refresh {
|
|
7592
|
+
font-size: 16px;
|
|
7593
|
+
margin-right: 8px;
|
|
7594
|
+
vertical-align: middle;
|
|
7595
|
+
}
|
|
7596
|
+
}
|
|
7597
|
+
}
|
|
7598
|
+
}
|
|
7599
|
+
}
|
|
7600
|
+
.igz-slider-input-block {
|
|
7601
|
+
.igz-slider-input-block-color-set();
|
|
7602
|
+
|
|
7603
|
+
position: relative;
|
|
7604
|
+
|
|
7605
|
+
.igz-slider-input-title {
|
|
7606
|
+
float: left;
|
|
7607
|
+
display: table;
|
|
7608
|
+
min-height: 30px;
|
|
7609
|
+
line-height: 1;
|
|
7503
7610
|
color: @slider-input-title-color;
|
|
7504
7611
|
font-size: 14px;
|
|
7505
7612
|
font-weight: 400;
|
|
@@ -7619,113 +7726,6 @@ yx-axis
|
|
|
7619
7726
|
}
|
|
7620
7727
|
}
|
|
7621
7728
|
|
|
7622
|
-
.splash-screen {
|
|
7623
|
-
.splash-screen-color-set();
|
|
7624
|
-
|
|
7625
|
-
position: absolute;
|
|
7626
|
-
z-index: 996;
|
|
7627
|
-
width: 100%;
|
|
7628
|
-
height: 100%;
|
|
7629
|
-
background-color: @splash-screen-bg-color;
|
|
7630
|
-
transform-style: preserve-3d;
|
|
7631
|
-
|
|
7632
|
-
// ngAnimate appearance for show/hide
|
|
7633
|
-
transition: opacity linear .25s 0s;
|
|
7634
|
-
|
|
7635
|
-
&.ng-hide-remove {
|
|
7636
|
-
opacity: 0;
|
|
7637
|
-
}
|
|
7638
|
-
|
|
7639
|
-
.loading-splash-screen {
|
|
7640
|
-
position: absolute;
|
|
7641
|
-
top: 50%;
|
|
7642
|
-
left: 50%;
|
|
7643
|
-
transform: translate(-50%, -50%);
|
|
7644
|
-
color: @loading-splash-screen-color;
|
|
7645
|
-
font-size: 20px;
|
|
7646
|
-
text-align: center;
|
|
7647
|
-
font-weight: 500;
|
|
7648
|
-
width: 217px;
|
|
7649
|
-
border-radius: 6px;
|
|
7650
|
-
background-image: @loading-splash-screen-bg-image;
|
|
7651
|
-
padding: 49px 0;
|
|
7652
|
-
|
|
7653
|
-
.splash-logo-wrapper {
|
|
7654
|
-
position: relative;
|
|
7655
|
-
text-align: center;
|
|
7656
|
-
|
|
7657
|
-
.loader-fading-circle {
|
|
7658
|
-
width: 60px;
|
|
7659
|
-
height: 60px;
|
|
7660
|
-
}
|
|
7661
|
-
}
|
|
7662
|
-
|
|
7663
|
-
.loading-text {
|
|
7664
|
-
padding: 31px 0 0 12px;
|
|
7665
|
-
font-family: @font-family-sans-serif;
|
|
7666
|
-
font-size: 20px;
|
|
7667
|
-
color: @loading-splash-screen-text-color;
|
|
7668
|
-
}
|
|
7669
|
-
}
|
|
7670
|
-
|
|
7671
|
-
.alert-splash-screen {
|
|
7672
|
-
position: absolute;
|
|
7673
|
-
top: 50%;
|
|
7674
|
-
left: 50%;
|
|
7675
|
-
transform: translate(-50%, -50%);
|
|
7676
|
-
color: @alert-splash-screen-color;
|
|
7677
|
-
font-size: 20px;
|
|
7678
|
-
font-weight: 500;
|
|
7679
|
-
width: 504px;
|
|
7680
|
-
border-radius: 6px;
|
|
7681
|
-
background-image: @alert-splash-screen-bg-image;
|
|
7682
|
-
box-shadow: none;
|
|
7683
|
-
padding: 0 0 49px;
|
|
7684
|
-
|
|
7685
|
-
.header {
|
|
7686
|
-
background: url('/assets/images/oops.png') no-repeat center;
|
|
7687
|
-
margin: 47px 0 24px;
|
|
7688
|
-
height: 59px;
|
|
7689
|
-
background-size: contain;
|
|
7690
|
-
}
|
|
7691
|
-
|
|
7692
|
-
.notification-text {
|
|
7693
|
-
color: @alert-splash-screen-notification-text-color;
|
|
7694
|
-
padding: 0 60px;
|
|
7695
|
-
text-align: center;
|
|
7696
|
-
margin: 0 0 36px;
|
|
7697
|
-
line-height: 1.5;
|
|
7698
|
-
}
|
|
7699
|
-
|
|
7700
|
-
.buttons {
|
|
7701
|
-
text-align: center;
|
|
7702
|
-
height: 36px;
|
|
7703
|
-
|
|
7704
|
-
.refresh-button {
|
|
7705
|
-
margin: 0 auto;
|
|
7706
|
-
padding-top: 8px;
|
|
7707
|
-
height: 36px;
|
|
7708
|
-
width: 124px;
|
|
7709
|
-
font-size: 12px;
|
|
7710
|
-
border-radius: 2px;
|
|
7711
|
-
background-color: @alert-splash-screen-refresh-btn-bg-color;
|
|
7712
|
-
border: @alert-splash-screen-refresh-btn-border;
|
|
7713
|
-
text-transform: uppercase;
|
|
7714
|
-
|
|
7715
|
-
&:hover {
|
|
7716
|
-
background-color: @alert-splash-screen-refresh-btn-hover-bg-color;
|
|
7717
|
-
box-shadow: @alert-splash-screen-refresh-btn-hover-box-shadow;
|
|
7718
|
-
}
|
|
7719
|
-
|
|
7720
|
-
.igz-icon-refresh {
|
|
7721
|
-
font-size: 16px;
|
|
7722
|
-
margin-right: 8px;
|
|
7723
|
-
vertical-align: middle;
|
|
7724
|
-
}
|
|
7725
|
-
}
|
|
7726
|
-
}
|
|
7727
|
-
}
|
|
7728
|
-
}
|
|
7729
7729
|
.ngdialog.text-edit {
|
|
7730
7730
|
.text-edit-color-set();
|
|
7731
7731
|
|
|
@@ -9308,44 +9308,166 @@ body {
|
|
|
9308
9308
|
}
|
|
9309
9309
|
}
|
|
9310
9310
|
|
|
9311
|
-
.info-page-
|
|
9312
|
-
.info-page-
|
|
9311
|
+
.igz-info-page-content-wrapper {
|
|
9312
|
+
.info-page-content-color-set();
|
|
9313
9313
|
|
|
9314
|
-
background-color: @filters-bookmark-bg-color;
|
|
9315
|
-
border-bottom-right-radius: 4px;
|
|
9316
|
-
border-top-right-radius: 4px;
|
|
9317
|
-
box-shadow: @filters-bookmark-box-shadow;
|
|
9318
|
-
color: @filters-bookmark-color;
|
|
9319
|
-
cursor: pointer;
|
|
9320
|
-
font-size: 10px;
|
|
9321
|
-
height: 22px;
|
|
9322
|
-
right: 0;
|
|
9323
|
-
line-height: 22px;
|
|
9324
9314
|
position: absolute;
|
|
9325
|
-
|
|
9326
|
-
|
|
9315
|
+
top: 56px;
|
|
9316
|
+
right: 0;
|
|
9317
|
+
bottom: 0;
|
|
9318
|
+
left: 0;
|
|
9319
|
+
padding-top: 0;
|
|
9327
9320
|
transition: @igz-basic-transition;
|
|
9328
|
-
|
|
9329
|
-
z-index: 998;
|
|
9321
|
+
background-color: @page-content-bg-color;
|
|
9330
9322
|
|
|
9331
|
-
|
|
9332
|
-
|
|
9333
|
-
position: absolute;
|
|
9334
|
-
top: 6px;
|
|
9323
|
+
&.upper-pane-opened {
|
|
9324
|
+
top: 216px;
|
|
9335
9325
|
}
|
|
9336
9326
|
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
content: "";
|
|
9340
|
-
height: 100%;
|
|
9341
|
-
right: -6px;
|
|
9342
|
-
position: absolute;
|
|
9343
|
-
top: 0;
|
|
9344
|
-
width: 6px;
|
|
9327
|
+
&.filters-opened {
|
|
9328
|
+
right: 377px;
|
|
9345
9329
|
}
|
|
9346
9330
|
|
|
9347
|
-
&.
|
|
9348
|
-
|
|
9331
|
+
&.info-pane-opened {
|
|
9332
|
+
right: 379px;
|
|
9333
|
+
}
|
|
9334
|
+
|
|
9335
|
+
.igz-info-page-content {
|
|
9336
|
+
min-width: 946px;
|
|
9337
|
+
max-width: 100%;
|
|
9338
|
+
padding: 40px 25px;
|
|
9339
|
+
}
|
|
9340
|
+
}
|
|
9341
|
+
|
|
9342
|
+
igz-info-page-actions-bar {
|
|
9343
|
+
.igz-info-page-actions-bar .actions-content-block {
|
|
9344
|
+
margin-left: 14px;
|
|
9345
|
+
}
|
|
9346
|
+
}
|
|
9347
|
+
|
|
9348
|
+
igz-info-page-content {
|
|
9349
|
+
.info-page-content-color-set();
|
|
9350
|
+
|
|
9351
|
+
.container-data-access-policy-table, .data-lifecycle-table {
|
|
9352
|
+
&.common-table {
|
|
9353
|
+
.common-table-header {
|
|
9354
|
+
position: relative;
|
|
9355
|
+
height: 49px;
|
|
9356
|
+
line-height: 48px;
|
|
9357
|
+
|
|
9358
|
+
.common-table-cell {
|
|
9359
|
+
margin-top: -1px;
|
|
9360
|
+
height: 49px;
|
|
9361
|
+
|
|
9362
|
+
&.selected {
|
|
9363
|
+
background-color: @common-table-cell-selected-bg-color;
|
|
9364
|
+
border: @common-table-cell-selected-border;
|
|
9365
|
+
}
|
|
9366
|
+
|
|
9367
|
+
&:last-child {
|
|
9368
|
+
margin-right: 0;
|
|
9369
|
+
}
|
|
9370
|
+
|
|
9371
|
+
&.actions-menu {
|
|
9372
|
+
width: 0;
|
|
9373
|
+
}
|
|
9374
|
+
|
|
9375
|
+
&.check-all-rows {
|
|
9376
|
+
padding-left: 30px;
|
|
9377
|
+
|
|
9378
|
+
.action-checkbox-all {
|
|
9379
|
+
padding-top: 2px;
|
|
9380
|
+
}
|
|
9381
|
+
}
|
|
9382
|
+
}
|
|
9383
|
+
|
|
9384
|
+
.common-table-cells-container {
|
|
9385
|
+
margin-right: 45px;
|
|
9386
|
+
|
|
9387
|
+
.common-table-cell {
|
|
9388
|
+
height: 49px;
|
|
9389
|
+
padding: 0 15px;
|
|
9390
|
+
border-right: @common-table-cell-border-right;
|
|
9391
|
+
|
|
9392
|
+
&:first-child {
|
|
9393
|
+
padding-left: 7px;
|
|
9394
|
+
}
|
|
9395
|
+
}
|
|
9396
|
+
}
|
|
9397
|
+
}
|
|
9398
|
+
|
|
9399
|
+
.common-table-body {
|
|
9400
|
+
margin-top: 7px;
|
|
9401
|
+
|
|
9402
|
+
.common-table-cell {
|
|
9403
|
+
&.actions-menu {
|
|
9404
|
+
width: 45px;
|
|
9405
|
+
}
|
|
9406
|
+
}
|
|
9407
|
+
}
|
|
9408
|
+
|
|
9409
|
+
.data-access-policy-layers, .data-lifecycle-layers {
|
|
9410
|
+
&:last-child {
|
|
9411
|
+
margin-bottom: 20px;
|
|
9412
|
+
}
|
|
9413
|
+
}
|
|
9414
|
+
}
|
|
9415
|
+
|
|
9416
|
+
.sortable-empty {
|
|
9417
|
+
background-color: @sortable-empty-bg-color;
|
|
9418
|
+
color: @sortable-empty-color;
|
|
9419
|
+
font-size: 14px;
|
|
9420
|
+
font-weight: 400;
|
|
9421
|
+
font-family: 'Open Sans', sans-serif;
|
|
9422
|
+
border-bottom: @sortable-empty-border;
|
|
9423
|
+
border-left: @sortable-empty-border;
|
|
9424
|
+
border-right: @sortable-empty-border;
|
|
9425
|
+
padding-left: 70px;
|
|
9426
|
+
height: 40px;
|
|
9427
|
+
line-height: 38px;
|
|
9428
|
+
}
|
|
9429
|
+
}
|
|
9430
|
+
}
|
|
9431
|
+
|
|
9432
|
+
|
|
9433
|
+
.info-page-filters-bookmark {
|
|
9434
|
+
.info-page-filters-color-set();
|
|
9435
|
+
|
|
9436
|
+
background-color: @filters-bookmark-bg-color;
|
|
9437
|
+
border-bottom-right-radius: 4px;
|
|
9438
|
+
border-top-right-radius: 4px;
|
|
9439
|
+
box-shadow: @filters-bookmark-box-shadow;
|
|
9440
|
+
color: @filters-bookmark-color;
|
|
9441
|
+
cursor: pointer;
|
|
9442
|
+
font-size: 10px;
|
|
9443
|
+
height: 22px;
|
|
9444
|
+
right: 0;
|
|
9445
|
+
line-height: 22px;
|
|
9446
|
+
position: absolute;
|
|
9447
|
+
text-align: center;
|
|
9448
|
+
top: 22px;
|
|
9449
|
+
transition: @igz-basic-transition;
|
|
9450
|
+
width: 18px;
|
|
9451
|
+
z-index: 998;
|
|
9452
|
+
|
|
9453
|
+
&:before {
|
|
9454
|
+
right: 3px;
|
|
9455
|
+
position: absolute;
|
|
9456
|
+
top: 6px;
|
|
9457
|
+
}
|
|
9458
|
+
|
|
9459
|
+
&:after {
|
|
9460
|
+
background-color: @filters-bookmark-after-bg-color;
|
|
9461
|
+
content: "";
|
|
9462
|
+
height: 100%;
|
|
9463
|
+
right: -6px;
|
|
9464
|
+
position: absolute;
|
|
9465
|
+
top: 0;
|
|
9466
|
+
width: 6px;
|
|
9467
|
+
}
|
|
9468
|
+
|
|
9469
|
+
&.upper-pane-opened {
|
|
9470
|
+
top: 172px;
|
|
9349
9471
|
}
|
|
9350
9472
|
|
|
9351
9473
|
&.info-page-filters-active {
|
|
@@ -9648,154 +9770,155 @@ body {
|
|
|
9648
9770
|
}
|
|
9649
9771
|
}
|
|
9650
9772
|
|
|
9651
|
-
|
|
9652
|
-
.
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
-
|
|
9658
|
-
left: 0;
|
|
9659
|
-
padding-top: 0;
|
|
9660
|
-
transition: @igz-basic-transition;
|
|
9661
|
-
background-color: @page-content-bg-color;
|
|
9773
|
+
ncl-breadcrumbs {
|
|
9774
|
+
.main-header-title {
|
|
9775
|
+
&:not(.disable-behavior) {
|
|
9776
|
+
&:hover .main-header-title-text {
|
|
9777
|
+
color: @dark-sky-blue;
|
|
9778
|
+
}
|
|
9779
|
+
}
|
|
9662
9780
|
|
|
9663
|
-
|
|
9664
|
-
|
|
9781
|
+
&.disable-behavior {
|
|
9782
|
+
color: @dusk-three;
|
|
9783
|
+
}
|
|
9665
9784
|
}
|
|
9666
9785
|
|
|
9667
|
-
|
|
9668
|
-
|
|
9786
|
+
.igz-icon-right {
|
|
9787
|
+
font-size: 11px;
|
|
9788
|
+
font-weight: 100;
|
|
9789
|
+
margin: 0 14px;
|
|
9669
9790
|
}
|
|
9670
9791
|
|
|
9671
|
-
|
|
9672
|
-
|
|
9792
|
+
.ncl-header-subtitle {
|
|
9793
|
+
color: @greyish-purple;
|
|
9673
9794
|
}
|
|
9674
9795
|
|
|
9675
|
-
.
|
|
9676
|
-
|
|
9677
|
-
|
|
9678
|
-
padding: 40px 25px;
|
|
9796
|
+
.ncl-bold-subtitle {
|
|
9797
|
+
color: @dusk-three;
|
|
9798
|
+
font-weight: bold;
|
|
9679
9799
|
}
|
|
9680
9800
|
}
|
|
9681
9801
|
|
|
9682
|
-
|
|
9683
|
-
|
|
9684
|
-
margin-left: 14px;
|
|
9685
|
-
}
|
|
9686
|
-
}
|
|
9802
|
+
.ncl-collapsing-row {
|
|
9803
|
+
margin-bottom: 9px;
|
|
9687
9804
|
|
|
9688
|
-
|
|
9689
|
-
|
|
9805
|
+
.title-block.common-table-row {
|
|
9806
|
+
border: 1px solid @pale-grey;
|
|
9807
|
+
box-shadow: none;
|
|
9808
|
+
min-height: 49px;
|
|
9690
9809
|
|
|
9691
|
-
|
|
9692
|
-
|
|
9693
|
-
.common-table-header {
|
|
9694
|
-
position: relative;
|
|
9695
|
-
height: 49px;
|
|
9696
|
-
line-height: 48px;
|
|
9810
|
+
&.collapsed {
|
|
9811
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
9697
9812
|
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
|
|
9813
|
+
&:hover {
|
|
9814
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
9815
|
+
}
|
|
9816
|
+
}
|
|
9701
9817
|
|
|
9702
|
-
|
|
9703
|
-
|
|
9704
|
-
|
|
9705
|
-
|
|
9818
|
+
&:hover {
|
|
9819
|
+
.common-table-cells-container {
|
|
9820
|
+
background-color: @white;
|
|
9821
|
+
}
|
|
9706
9822
|
|
|
9707
|
-
|
|
9708
|
-
|
|
9709
|
-
|
|
9823
|
+
.actions-menu {
|
|
9824
|
+
visibility: visible;
|
|
9825
|
+
background-color: @white;
|
|
9826
|
+
}
|
|
9710
9827
|
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
|
|
9828
|
+
.single-action {
|
|
9829
|
+
visibility: visible;
|
|
9830
|
+
}
|
|
9831
|
+
}
|
|
9832
|
+
}
|
|
9714
9833
|
|
|
9715
|
-
|
|
9716
|
-
|
|
9834
|
+
.row-collapse {
|
|
9835
|
+
width: 40px;
|
|
9836
|
+
flex: none;
|
|
9837
|
+
justify-content: center;
|
|
9838
|
+
align-items: flex-start;
|
|
9839
|
+
line-height: 51px;
|
|
9717
9840
|
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
|
-
}
|
|
9722
|
-
}
|
|
9841
|
+
.collapse-icon {
|
|
9842
|
+
background-color: transparent;
|
|
9843
|
+
position: absolute;
|
|
9723
9844
|
|
|
9724
|
-
|
|
9725
|
-
|
|
9845
|
+
&.igz-icon-right, &.igz-icon-down {
|
|
9846
|
+
font-size: 12px;
|
|
9847
|
+
.duskThree(0.64);
|
|
9848
|
+
color: @color;
|
|
9726
9849
|
|
|
9727
|
-
|
|
9728
|
-
|
|
9729
|
-
padding: 0 15px;
|
|
9730
|
-
border-right: @common-table-cell-border-right;
|
|
9731
|
-
|
|
9732
|
-
&:first-child {
|
|
9733
|
-
padding-left: 7px;
|
|
9734
|
-
}
|
|
9735
|
-
}
|
|
9850
|
+
&:hover {
|
|
9851
|
+
color: @dusk-three;
|
|
9736
9852
|
}
|
|
9737
9853
|
}
|
|
9854
|
+
}
|
|
9855
|
+
}
|
|
9738
9856
|
|
|
9739
|
-
|
|
9740
|
-
|
|
9857
|
+
.item-row {
|
|
9858
|
+
display: flex;
|
|
9859
|
+
flex-flow: row nowrap;
|
|
9860
|
+
align-items: center;
|
|
9741
9861
|
|
|
9742
|
-
|
|
9743
|
-
|
|
9744
|
-
|
|
9745
|
-
|
|
9746
|
-
|
|
9747
|
-
|
|
9862
|
+
.item-name {
|
|
9863
|
+
font-weight: bold;
|
|
9864
|
+
display: flex;
|
|
9865
|
+
flex-flow: row nowrap;
|
|
9866
|
+
align-items: baseline;
|
|
9867
|
+
width: 192px;
|
|
9748
9868
|
|
|
9749
|
-
.
|
|
9750
|
-
|
|
9751
|
-
margin-bottom: 20px;
|
|
9752
|
-
}
|
|
9869
|
+
.text-ellipsis {
|
|
9870
|
+
width: auto;
|
|
9753
9871
|
}
|
|
9754
9872
|
}
|
|
9755
9873
|
|
|
9756
|
-
.
|
|
9757
|
-
|
|
9758
|
-
|
|
9759
|
-
font-size: 14px;
|
|
9760
|
-
font-weight: 400;
|
|
9761
|
-
font-family: 'Open Sans', sans-serif;
|
|
9762
|
-
border-bottom: @sortable-empty-border;
|
|
9763
|
-
border-left: @sortable-empty-border;
|
|
9764
|
-
border-right: @sortable-empty-border;
|
|
9765
|
-
padding-left: 70px;
|
|
9766
|
-
height: 40px;
|
|
9767
|
-
line-height: 38px;
|
|
9874
|
+
.item-class {
|
|
9875
|
+
width: 168px;
|
|
9876
|
+
padding-left: 16px;
|
|
9768
9877
|
}
|
|
9769
|
-
}
|
|
9770
|
-
}
|
|
9771
|
-
|
|
9772
9878
|
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
&:not(.disable-behavior) {
|
|
9776
|
-
&:hover .main-header-title-text {
|
|
9777
|
-
color: @dark-sky-blue;
|
|
9778
|
-
}
|
|
9879
|
+
.field-label {
|
|
9880
|
+
text-transform: capitalize;
|
|
9779
9881
|
}
|
|
9882
|
+
}
|
|
9780
9883
|
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
}
|
|
9884
|
+
.item-info-row {
|
|
9885
|
+
line-height: 30px;
|
|
9784
9886
|
}
|
|
9785
9887
|
|
|
9786
|
-
.
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9888
|
+
.expanded-item-info-block {
|
|
9889
|
+
width: 100%;
|
|
9890
|
+
height: 100%;
|
|
9891
|
+
top: 0;
|
|
9892
|
+
padding: 10px 0;
|
|
9790
9893
|
}
|
|
9791
9894
|
|
|
9792
|
-
.
|
|
9793
|
-
|
|
9895
|
+
.collapsed-item-info-block {
|
|
9896
|
+
padding-left: 16px;
|
|
9897
|
+
white-space: nowrap;
|
|
9898
|
+
width: 100%;
|
|
9899
|
+
overflow: hidden;
|
|
9900
|
+
text-overflow: ellipsis;
|
|
9794
9901
|
}
|
|
9795
9902
|
|
|
9796
|
-
.
|
|
9797
|
-
|
|
9798
|
-
|
|
9903
|
+
.actions-menu {
|
|
9904
|
+
visibility: hidden;
|
|
9905
|
+
align-items: flex-start;
|
|
9906
|
+
line-height: 51px;
|
|
9907
|
+
}
|
|
9908
|
+
|
|
9909
|
+
.single-action {
|
|
9910
|
+
visibility: hidden;
|
|
9911
|
+
align-items: flex-start;
|
|
9912
|
+
flex: none;
|
|
9913
|
+
padding-right: 4px;
|
|
9914
|
+
|
|
9915
|
+
.igz-action-panel {
|
|
9916
|
+
transition: unset;
|
|
9917
|
+
|
|
9918
|
+
.igz-action-item {
|
|
9919
|
+
margin: 4px 0 0 0;
|
|
9920
|
+
}
|
|
9921
|
+
}
|
|
9799
9922
|
}
|
|
9800
9923
|
}
|
|
9801
9924
|
|
|
@@ -9939,129 +10062,6 @@ ncl-breadcrumbs {
|
|
|
9939
10062
|
}
|
|
9940
10063
|
}
|
|
9941
10064
|
|
|
9942
|
-
.ncl-collapsing-row {
|
|
9943
|
-
margin-bottom: 9px;
|
|
9944
|
-
|
|
9945
|
-
.title-block.common-table-row {
|
|
9946
|
-
border: 1px solid @pale-grey;
|
|
9947
|
-
box-shadow: none;
|
|
9948
|
-
min-height: 49px;
|
|
9949
|
-
|
|
9950
|
-
&.collapsed {
|
|
9951
|
-
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
9952
|
-
|
|
9953
|
-
&:hover {
|
|
9954
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
9955
|
-
}
|
|
9956
|
-
}
|
|
9957
|
-
|
|
9958
|
-
&:hover {
|
|
9959
|
-
.common-table-cells-container {
|
|
9960
|
-
background-color: @white;
|
|
9961
|
-
}
|
|
9962
|
-
|
|
9963
|
-
.actions-menu {
|
|
9964
|
-
visibility: visible;
|
|
9965
|
-
background-color: @white;
|
|
9966
|
-
}
|
|
9967
|
-
|
|
9968
|
-
.single-action {
|
|
9969
|
-
visibility: visible;
|
|
9970
|
-
}
|
|
9971
|
-
}
|
|
9972
|
-
}
|
|
9973
|
-
|
|
9974
|
-
.row-collapse {
|
|
9975
|
-
width: 40px;
|
|
9976
|
-
flex: none;
|
|
9977
|
-
justify-content: center;
|
|
9978
|
-
align-items: flex-start;
|
|
9979
|
-
line-height: 51px;
|
|
9980
|
-
|
|
9981
|
-
.collapse-icon {
|
|
9982
|
-
background-color: transparent;
|
|
9983
|
-
position: absolute;
|
|
9984
|
-
|
|
9985
|
-
&.igz-icon-right, &.igz-icon-down {
|
|
9986
|
-
font-size: 12px;
|
|
9987
|
-
.duskThree(0.64);
|
|
9988
|
-
color: @color;
|
|
9989
|
-
|
|
9990
|
-
&:hover {
|
|
9991
|
-
color: @dusk-three;
|
|
9992
|
-
}
|
|
9993
|
-
}
|
|
9994
|
-
}
|
|
9995
|
-
}
|
|
9996
|
-
|
|
9997
|
-
.item-row {
|
|
9998
|
-
display: flex;
|
|
9999
|
-
flex-flow: row nowrap;
|
|
10000
|
-
align-items: center;
|
|
10001
|
-
|
|
10002
|
-
.item-name {
|
|
10003
|
-
font-weight: bold;
|
|
10004
|
-
display: flex;
|
|
10005
|
-
flex-flow: row nowrap;
|
|
10006
|
-
align-items: baseline;
|
|
10007
|
-
width: 192px;
|
|
10008
|
-
|
|
10009
|
-
.text-ellipsis {
|
|
10010
|
-
width: auto;
|
|
10011
|
-
}
|
|
10012
|
-
}
|
|
10013
|
-
|
|
10014
|
-
.item-class {
|
|
10015
|
-
width: 168px;
|
|
10016
|
-
padding-left: 16px;
|
|
10017
|
-
}
|
|
10018
|
-
|
|
10019
|
-
.field-label {
|
|
10020
|
-
text-transform: capitalize;
|
|
10021
|
-
}
|
|
10022
|
-
}
|
|
10023
|
-
|
|
10024
|
-
.item-info-row {
|
|
10025
|
-
line-height: 30px;
|
|
10026
|
-
}
|
|
10027
|
-
|
|
10028
|
-
.expanded-item-info-block {
|
|
10029
|
-
width: 100%;
|
|
10030
|
-
height: 100%;
|
|
10031
|
-
top: 0;
|
|
10032
|
-
padding: 10px 0;
|
|
10033
|
-
}
|
|
10034
|
-
|
|
10035
|
-
.collapsed-item-info-block {
|
|
10036
|
-
padding-left: 16px;
|
|
10037
|
-
white-space: nowrap;
|
|
10038
|
-
width: 100%;
|
|
10039
|
-
overflow: hidden;
|
|
10040
|
-
text-overflow: ellipsis;
|
|
10041
|
-
}
|
|
10042
|
-
|
|
10043
|
-
.actions-menu {
|
|
10044
|
-
visibility: hidden;
|
|
10045
|
-
align-items: flex-start;
|
|
10046
|
-
line-height: 51px;
|
|
10047
|
-
}
|
|
10048
|
-
|
|
10049
|
-
.single-action {
|
|
10050
|
-
visibility: hidden;
|
|
10051
|
-
align-items: flex-start;
|
|
10052
|
-
flex: none;
|
|
10053
|
-
padding-right: 4px;
|
|
10054
|
-
|
|
10055
|
-
.igz-action-panel {
|
|
10056
|
-
transition: unset;
|
|
10057
|
-
|
|
10058
|
-
.igz-action-item {
|
|
10059
|
-
margin: 4px 0 0 0;
|
|
10060
|
-
}
|
|
10061
|
-
}
|
|
10062
|
-
}
|
|
10063
|
-
}
|
|
10064
|
-
|
|
10065
10065
|
.ncl-deploy-log-wrapper {
|
|
10066
10066
|
.log-panel {
|
|
10067
10067
|
.logs-common();
|
|
@@ -10200,24 +10200,6 @@ ncl-breadcrumbs {
|
|
|
10200
10200
|
}
|
|
10201
10201
|
}
|
|
10202
10202
|
|
|
10203
|
-
.view-yaml-dialog-wrapper {
|
|
10204
|
-
.ngdialog-content {
|
|
10205
|
-
.view-yaml-dialog-header {
|
|
10206
|
-
.title {
|
|
10207
|
-
margin-bottom: 10px;
|
|
10208
|
-
}
|
|
10209
|
-
|
|
10210
|
-
.copy-to-clipboard {
|
|
10211
|
-
width: 20px;
|
|
10212
|
-
}
|
|
10213
|
-
}
|
|
10214
|
-
|
|
10215
|
-
.monaco-editor {
|
|
10216
|
-
min-width: 700px;
|
|
10217
|
-
min-height: 450px;
|
|
10218
|
-
}
|
|
10219
|
-
}
|
|
10220
|
-
}
|
|
10221
10203
|
.ncl-key-value-input {
|
|
10222
10204
|
.input-wrapper {
|
|
10223
10205
|
width: 100%;
|
|
@@ -10421,16 +10403,34 @@ ncl-breadcrumbs {
|
|
|
10421
10403
|
}
|
|
10422
10404
|
}
|
|
10423
10405
|
|
|
10424
|
-
.
|
|
10425
|
-
.
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
|
|
10430
|
-
|
|
10431
|
-
|
|
10432
|
-
|
|
10433
|
-
|
|
10406
|
+
.view-yaml-dialog-wrapper {
|
|
10407
|
+
.ngdialog-content {
|
|
10408
|
+
.view-yaml-dialog-header {
|
|
10409
|
+
.title {
|
|
10410
|
+
margin-bottom: 10px;
|
|
10411
|
+
}
|
|
10412
|
+
|
|
10413
|
+
.copy-to-clipboard {
|
|
10414
|
+
width: 20px;
|
|
10415
|
+
}
|
|
10416
|
+
}
|
|
10417
|
+
|
|
10418
|
+
.monaco-editor {
|
|
10419
|
+
min-width: 700px;
|
|
10420
|
+
min-height: 450px;
|
|
10421
|
+
}
|
|
10422
|
+
}
|
|
10423
|
+
}
|
|
10424
|
+
.ncl-monaco {
|
|
10425
|
+
.ncl-monaco-wrapper {
|
|
10426
|
+
padding-top: 20px;
|
|
10427
|
+
height: 100%;
|
|
10428
|
+
border: 1px solid @pale-grey;
|
|
10429
|
+
background-color: @white;
|
|
10430
|
+
|
|
10431
|
+
&.no-top-padding {
|
|
10432
|
+
padding-top: 0;
|
|
10433
|
+
}
|
|
10434
10434
|
|
|
10435
10435
|
.ncl-monaco-top-row {
|
|
10436
10436
|
display: block;
|
|
@@ -10835,91 +10835,6 @@ ncl-navigation-tabs {
|
|
|
10835
10835
|
}
|
|
10836
10836
|
}
|
|
10837
10837
|
|
|
10838
|
-
.function-event-wrapper {
|
|
10839
|
-
width: 600px;
|
|
10840
|
-
margin-bottom: -23px;
|
|
10841
|
-
|
|
10842
|
-
.header {
|
|
10843
|
-
display: flex;
|
|
10844
|
-
justify-content: space-between;
|
|
10845
|
-
border-bottom: 1px solid @pale-grey;
|
|
10846
|
-
|
|
10847
|
-
.title {
|
|
10848
|
-
font-size: 18px;
|
|
10849
|
-
}
|
|
10850
|
-
}
|
|
10851
|
-
|
|
10852
|
-
.content {
|
|
10853
|
-
border-bottom: 1px solid @pale-grey;
|
|
10854
|
-
padding: 16px 0 16px 16px;
|
|
10855
|
-
|
|
10856
|
-
.event-form {
|
|
10857
|
-
width: 88%;
|
|
10858
|
-
|
|
10859
|
-
.field-wrapper {
|
|
10860
|
-
display: flex;
|
|
10861
|
-
align-items: center;
|
|
10862
|
-
margin: 15px 0 0 0;
|
|
10863
|
-
|
|
10864
|
-
.field-label {
|
|
10865
|
-
font-size: 16px;
|
|
10866
|
-
margin-right: 10px;
|
|
10867
|
-
width: 195px;
|
|
10868
|
-
}
|
|
10869
|
-
|
|
10870
|
-
.field-content {
|
|
10871
|
-
width: 100%;
|
|
10872
|
-
|
|
10873
|
-
.ncl-monaco {
|
|
10874
|
-
height: 200px;
|
|
10875
|
-
}
|
|
10876
|
-
|
|
10877
|
-
.event-body {
|
|
10878
|
-
font-size: 13px;
|
|
10879
|
-
outline: none;
|
|
10880
|
-
border: 1px solid @pale-grey;
|
|
10881
|
-
resize: none;
|
|
10882
|
-
width: 100%;
|
|
10883
|
-
height: 100px;
|
|
10884
|
-
padding: 5px 5px 5px 16px;
|
|
10885
|
-
}
|
|
10886
|
-
}
|
|
10887
|
-
}
|
|
10888
|
-
}
|
|
10889
|
-
|
|
10890
|
-
.event-error {
|
|
10891
|
-
display: flex;
|
|
10892
|
-
font-size: 13px;
|
|
10893
|
-
align-items: center;
|
|
10894
|
-
justify-content: center;
|
|
10895
|
-
color: @darkish-pink;
|
|
10896
|
-
}
|
|
10897
|
-
}
|
|
10898
|
-
|
|
10899
|
-
.bottom-bar {
|
|
10900
|
-
height: 64px;
|
|
10901
|
-
display: flex;
|
|
10902
|
-
align-items: center;
|
|
10903
|
-
justify-content: flex-end;
|
|
10904
|
-
|
|
10905
|
-
.igz-button-primary {
|
|
10906
|
-
&.disabled {
|
|
10907
|
-
color: rgba(71, 64, 86, 0.24);
|
|
10908
|
-
border-radius: 2px;
|
|
10909
|
-
border: solid 1px #f3f3f6;
|
|
10910
|
-
background-color: #f3f3f6;
|
|
10911
|
-
cursor: default;
|
|
10912
|
-
display: inline-block;
|
|
10913
|
-
|
|
10914
|
-
&:hover {
|
|
10915
|
-
box-shadow: none;
|
|
10916
|
-
border: none;
|
|
10917
|
-
}
|
|
10918
|
-
}
|
|
10919
|
-
}
|
|
10920
|
-
}
|
|
10921
|
-
}
|
|
10922
|
-
|
|
10923
10838
|
.ncl-function-version-row {
|
|
10924
10839
|
.actions-menu {
|
|
10925
10840
|
visibility: hidden;
|
|
@@ -11198,6 +11113,91 @@ ncl-navigation-tabs {
|
|
|
11198
11113
|
}
|
|
11199
11114
|
}
|
|
11200
11115
|
|
|
11116
|
+
.function-event-wrapper {
|
|
11117
|
+
width: 600px;
|
|
11118
|
+
margin-bottom: -23px;
|
|
11119
|
+
|
|
11120
|
+
.header {
|
|
11121
|
+
display: flex;
|
|
11122
|
+
justify-content: space-between;
|
|
11123
|
+
border-bottom: 1px solid @pale-grey;
|
|
11124
|
+
|
|
11125
|
+
.title {
|
|
11126
|
+
font-size: 18px;
|
|
11127
|
+
}
|
|
11128
|
+
}
|
|
11129
|
+
|
|
11130
|
+
.content {
|
|
11131
|
+
border-bottom: 1px solid @pale-grey;
|
|
11132
|
+
padding: 16px 0 16px 16px;
|
|
11133
|
+
|
|
11134
|
+
.event-form {
|
|
11135
|
+
width: 88%;
|
|
11136
|
+
|
|
11137
|
+
.field-wrapper {
|
|
11138
|
+
display: flex;
|
|
11139
|
+
align-items: center;
|
|
11140
|
+
margin: 15px 0 0 0;
|
|
11141
|
+
|
|
11142
|
+
.field-label {
|
|
11143
|
+
font-size: 16px;
|
|
11144
|
+
margin-right: 10px;
|
|
11145
|
+
width: 195px;
|
|
11146
|
+
}
|
|
11147
|
+
|
|
11148
|
+
.field-content {
|
|
11149
|
+
width: 100%;
|
|
11150
|
+
|
|
11151
|
+
.ncl-monaco {
|
|
11152
|
+
height: 200px;
|
|
11153
|
+
}
|
|
11154
|
+
|
|
11155
|
+
.event-body {
|
|
11156
|
+
font-size: 13px;
|
|
11157
|
+
outline: none;
|
|
11158
|
+
border: 1px solid @pale-grey;
|
|
11159
|
+
resize: none;
|
|
11160
|
+
width: 100%;
|
|
11161
|
+
height: 100px;
|
|
11162
|
+
padding: 5px 5px 5px 16px;
|
|
11163
|
+
}
|
|
11164
|
+
}
|
|
11165
|
+
}
|
|
11166
|
+
}
|
|
11167
|
+
|
|
11168
|
+
.event-error {
|
|
11169
|
+
display: flex;
|
|
11170
|
+
font-size: 13px;
|
|
11171
|
+
align-items: center;
|
|
11172
|
+
justify-content: center;
|
|
11173
|
+
color: @darkish-pink;
|
|
11174
|
+
}
|
|
11175
|
+
}
|
|
11176
|
+
|
|
11177
|
+
.bottom-bar {
|
|
11178
|
+
height: 64px;
|
|
11179
|
+
display: flex;
|
|
11180
|
+
align-items: center;
|
|
11181
|
+
justify-content: flex-end;
|
|
11182
|
+
|
|
11183
|
+
.igz-button-primary {
|
|
11184
|
+
&.disabled {
|
|
11185
|
+
color: rgba(71, 64, 86, 0.24);
|
|
11186
|
+
border-radius: 2px;
|
|
11187
|
+
border: solid 1px #f3f3f6;
|
|
11188
|
+
background-color: #f3f3f6;
|
|
11189
|
+
cursor: default;
|
|
11190
|
+
display: inline-block;
|
|
11191
|
+
|
|
11192
|
+
&:hover {
|
|
11193
|
+
box-shadow: none;
|
|
11194
|
+
border: none;
|
|
11195
|
+
}
|
|
11196
|
+
}
|
|
11197
|
+
}
|
|
11198
|
+
}
|
|
11199
|
+
}
|
|
11200
|
+
|
|
11201
11201
|
.ncl-version-configuration {
|
|
11202
11202
|
> .igz-scrollable-container {
|
|
11203
11203
|
padding: 24px 25px 22px 41px;
|
|
@@ -11554,1021 +11554,1057 @@ ncl-navigation-tabs {
|
|
|
11554
11554
|
}
|
|
11555
11555
|
}
|
|
11556
11556
|
|
|
11557
|
-
.
|
|
11558
|
-
|
|
11559
|
-
height: 100%;
|
|
11560
|
-
width: 100%;
|
|
11561
|
-
|
|
11562
|
-
.test-events-pane {
|
|
11563
|
-
height: 100%;
|
|
11564
|
-
border: 1px solid @pale-grey;
|
|
11565
|
-
border-top: none;
|
|
11566
|
-
position: relative;
|
|
11567
|
-
background-color: @white;
|
|
11568
|
-
transition: @igz-basic-transition;
|
|
11557
|
+
.function-from-template-content {
|
|
11558
|
+
.ncl-function-from-template-color-set();
|
|
11569
11559
|
|
|
11570
|
-
|
|
11571
|
-
.left-bar {
|
|
11572
|
-
transition: transform 0.3s ease-in-out;
|
|
11573
|
-
transform-origin: left;
|
|
11574
|
-
transform: scaleX(0);
|
|
11560
|
+
padding: 0 72px 0 63px;
|
|
11575
11561
|
|
|
11576
|
-
|
|
11577
|
-
|
|
11578
|
-
}
|
|
11579
|
-
}
|
|
11580
|
-
}
|
|
11562
|
+
.configuration-form {
|
|
11563
|
+
display: flex;
|
|
11581
11564
|
|
|
11582
|
-
|
|
11565
|
+
.function-name-wrapper {
|
|
11566
|
+
width: 50%;
|
|
11583
11567
|
display: flex;
|
|
11568
|
+
justify-content: flex-end;
|
|
11569
|
+
margin-bottom: 2px;
|
|
11584
11570
|
|
|
11585
|
-
.
|
|
11586
|
-
|
|
11587
|
-
|
|
11588
|
-
border-right: solid 1px @pale-grey;
|
|
11589
|
-
display: none;
|
|
11590
|
-
transition: none;
|
|
11571
|
+
.projects-drop-down {
|
|
11572
|
+
width: 40%;
|
|
11573
|
+
margin-right: 48px;
|
|
11591
11574
|
|
|
11592
|
-
|
|
11593
|
-
|
|
11575
|
+
.input-label {
|
|
11576
|
+
font-size: 14px;
|
|
11577
|
+
font-weight: 600;
|
|
11578
|
+
color: @dusk-three;
|
|
11594
11579
|
}
|
|
11595
|
-
}
|
|
11596
11580
|
|
|
11597
|
-
|
|
11598
|
-
|
|
11599
|
-
|
|
11581
|
+
igz-default-dropdown {
|
|
11582
|
+
.default-dropdown {
|
|
11583
|
+
background-color: @white;
|
|
11600
11584
|
|
|
11601
|
-
|
|
11602
|
-
|
|
11603
|
-
|
|
11604
|
-
|
|
11605
|
-
|
|
11606
|
-
.request-section {
|
|
11607
|
-
.request-method {
|
|
11608
|
-
padding-left: 0;
|
|
11609
|
-
}
|
|
11610
|
-
|
|
11611
|
-
.request-body {
|
|
11612
|
-
.body-types {
|
|
11613
|
-
padding-left: 2px;
|
|
11585
|
+
.default-dropdown-field {
|
|
11586
|
+
&:focus {
|
|
11587
|
+
background-color: inherit;
|
|
11588
|
+
}
|
|
11589
|
+
}
|
|
11614
11590
|
}
|
|
11615
11591
|
}
|
|
11616
11592
|
}
|
|
11617
11593
|
|
|
11618
|
-
.
|
|
11619
|
-
|
|
11620
|
-
padding-left: 5px;
|
|
11621
|
-
|
|
11622
|
-
.left-side-elements {
|
|
11623
|
-
margin-left: 12px;
|
|
11624
|
-
}
|
|
11625
|
-
|
|
11626
|
-
.right-side-elements {
|
|
11627
|
-
.status {
|
|
11628
|
-
max-width: 100px;
|
|
11629
|
-
}
|
|
11630
|
-
|
|
11631
|
-
> div {
|
|
11632
|
-
margin-right: 15px;
|
|
11633
|
-
}
|
|
11634
|
-
}
|
|
11635
|
-
}
|
|
11594
|
+
.function-name {
|
|
11595
|
+
width: 100%;
|
|
11636
11596
|
|
|
11637
|
-
.
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11597
|
+
.input-label {
|
|
11598
|
+
font-size: 14px;
|
|
11599
|
+
font-weight: 600;
|
|
11600
|
+
color: @dusk-three;
|
|
11641
11601
|
}
|
|
11642
11602
|
|
|
11643
|
-
|
|
11644
|
-
|
|
11645
|
-
margin-right: 39px;
|
|
11603
|
+
igz-validating-input-field {
|
|
11604
|
+
margin-left: 2px;
|
|
11646
11605
|
}
|
|
11647
11606
|
}
|
|
11648
|
-
|
|
11649
|
-
.left-bar-pinned {
|
|
11650
|
-
padding-left: 187px;
|
|
11651
|
-
}
|
|
11652
11607
|
}
|
|
11608
|
+
}
|
|
11653
11609
|
|
|
11654
|
-
|
|
11655
|
-
|
|
11656
|
-
|
|
11657
|
-
|
|
11658
|
-
width: 187px;
|
|
11659
|
-
background-color: @white;
|
|
11610
|
+
.templates-wrapper {
|
|
11611
|
+
.title {
|
|
11612
|
+
font-size: 16px;
|
|
11613
|
+
font-weight: bold;
|
|
11660
11614
|
color: @dusk-three;
|
|
11661
|
-
|
|
11662
|
-
border: solid 1px @pale-grey;
|
|
11663
|
-
border-top: none;
|
|
11664
|
-
border-bottom: none;
|
|
11665
|
-
|
|
11666
|
-
.saved-tabs-list {
|
|
11667
|
-
padding-top: 10px;
|
|
11668
|
-
padding-bottom: 24px !important;
|
|
11669
|
-
|
|
11670
|
-
.list-item {
|
|
11671
|
-
position: relative;
|
|
11672
|
-
height: 32px;
|
|
11673
|
-
line-height: 32px;
|
|
11674
|
-
font-size: 14px;
|
|
11675
|
-
padding-right: 27px;
|
|
11676
|
-
|
|
11677
|
-
&:hover {
|
|
11678
|
-
background-color: @light-grayish-blue;
|
|
11679
|
-
|
|
11680
|
-
.igz-icon-close {
|
|
11681
|
-
visibility: visible;
|
|
11682
|
-
}
|
|
11683
|
-
}
|
|
11684
|
-
|
|
11685
|
-
.igz-icon-close {
|
|
11686
|
-
position: absolute;
|
|
11687
|
-
top: 1px;
|
|
11688
|
-
right: 9px;
|
|
11689
|
-
color: .duskThree(0.64)[@color];
|
|
11690
|
-
font-size: 12px;
|
|
11691
|
-
visibility: hidden;
|
|
11692
|
-
}
|
|
11693
|
-
}
|
|
11694
|
-
}
|
|
11615
|
+
}
|
|
11695
11616
|
|
|
11696
|
-
|
|
11697
|
-
|
|
11698
|
-
|
|
11699
|
-
|
|
11700
|
-
|
|
11701
|
-
text-align: center;
|
|
11702
|
-
color: @white;
|
|
11703
|
-
border-radius: 3px;
|
|
11704
|
-
margin: 0 8px 0 10px;
|
|
11705
|
-
font-size: 11px;
|
|
11706
|
-
}
|
|
11617
|
+
.templates-controls {
|
|
11618
|
+
display: flex;
|
|
11619
|
+
padding-right: 16px;
|
|
11620
|
+
margin-top: 2px;
|
|
11621
|
+
height: 55px;
|
|
11707
11622
|
|
|
11708
|
-
.
|
|
11709
|
-
|
|
11623
|
+
.templates-search-input {
|
|
11624
|
+
width: 66%;
|
|
11710
11625
|
display: flex;
|
|
11711
|
-
|
|
11712
|
-
|
|
11713
|
-
|
|
11714
|
-
|
|
11715
|
-
height: 39px;
|
|
11716
|
-
|
|
11717
|
-
.igz-icon-close {
|
|
11718
|
-
color: .duskThree(0.64)[@color];
|
|
11719
|
-
font-size: 12px;
|
|
11720
|
-
margin: 0 9px 0 12px;
|
|
11721
|
-
}
|
|
11626
|
+
position: relative;
|
|
11627
|
+
flex-direction: column;
|
|
11628
|
+
justify-content: flex-end;
|
|
11629
|
+
margin-right: 20px;
|
|
11722
11630
|
|
|
11723
|
-
.
|
|
11724
|
-
position: absolute;
|
|
11725
|
-
top: 12px;
|
|
11726
|
-
right: 12px;
|
|
11631
|
+
.search-icon {
|
|
11727
11632
|
color: @greyish-purple;
|
|
11728
|
-
font-size:
|
|
11633
|
+
font-size: 18px;
|
|
11634
|
+
position: absolute;
|
|
11635
|
+
left: 8px;
|
|
11636
|
+
top: 24px;
|
|
11729
11637
|
}
|
|
11730
|
-
}
|
|
11731
11638
|
|
|
11732
|
-
|
|
11733
|
-
|
|
11639
|
+
.input-field {
|
|
11640
|
+
width: 100%;
|
|
11641
|
+
border: none;
|
|
11642
|
+
background-color: transparent;
|
|
11643
|
+
color: @greyish-purple;
|
|
11644
|
+
border-bottom: 1px solid @greyish-purple;
|
|
11645
|
+
padding: 3px 0 9px 32px;
|
|
11734
11646
|
|
|
11735
|
-
|
|
11736
|
-
|
|
11737
|
-
|
|
11647
|
+
&:focus {
|
|
11648
|
+
outline: none;
|
|
11649
|
+
color: @dusk-three;
|
|
11650
|
+
border-bottom: 1px solid @light-blue-two;
|
|
11651
|
+
}
|
|
11738
11652
|
}
|
|
11739
11653
|
}
|
|
11740
|
-
}
|
|
11741
|
-
|
|
11742
|
-
.main-section-wrapper {
|
|
11743
|
-
height: 100%;
|
|
11744
|
-
margin-left: 0;
|
|
11745
|
-
transition: margin-left 0.3s ease-in-out;
|
|
11746
11654
|
|
|
11747
|
-
.
|
|
11748
|
-
|
|
11749
|
-
overflow: hidden;
|
|
11655
|
+
.templates-runtime-drop-down {
|
|
11656
|
+
width: 13%;
|
|
11750
11657
|
|
|
11751
|
-
.
|
|
11752
|
-
|
|
11658
|
+
.input-label {
|
|
11659
|
+
font-size: 14px;
|
|
11660
|
+
font-weight: 600;
|
|
11661
|
+
color: @dusk-three;
|
|
11753
11662
|
}
|
|
11754
11663
|
|
|
11755
|
-
|
|
11756
|
-
|
|
11664
|
+
igz-default-dropdown {
|
|
11665
|
+
.default-dropdown {
|
|
11666
|
+
background-color: @white;
|
|
11757
11667
|
|
|
11758
|
-
|
|
11759
|
-
|
|
11668
|
+
.default-dropdown-field {
|
|
11669
|
+
&:focus {
|
|
11670
|
+
background-color: inherit;
|
|
11671
|
+
}
|
|
11672
|
+
}
|
|
11760
11673
|
}
|
|
11761
11674
|
}
|
|
11762
11675
|
}
|
|
11763
|
-
}
|
|
11764
|
-
|
|
11765
|
-
.main-header {
|
|
11766
|
-
display: flex;
|
|
11767
|
-
justify-content: space-between;
|
|
11768
|
-
align-items: center;
|
|
11769
|
-
height: 40px;
|
|
11770
|
-
border-bottom: 1px solid @pale-grey;
|
|
11771
|
-
background-color: @white;
|
|
11772
|
-
padding: 0 24px 0 12px;
|
|
11773
|
-
position: relative;
|
|
11774
|
-
z-index: 4;
|
|
11775
11676
|
|
|
11776
|
-
.
|
|
11677
|
+
.templates-pagination {
|
|
11678
|
+
min-width: 241px;
|
|
11777
11679
|
display: flex;
|
|
11778
|
-
align-items:
|
|
11779
|
-
|
|
11680
|
+
align-items: flex-end;
|
|
11681
|
+
justify-content: flex-end;
|
|
11780
11682
|
|
|
11781
|
-
.
|
|
11683
|
+
.title {
|
|
11684
|
+
font-size: 13px;
|
|
11685
|
+
font-weight: normal;
|
|
11782
11686
|
color: @dusk-three;
|
|
11783
|
-
margin-right: 4px;
|
|
11784
|
-
font-size: 12px;
|
|
11785
11687
|
}
|
|
11786
11688
|
|
|
11787
|
-
igz-
|
|
11788
|
-
|
|
11789
|
-
|
|
11790
|
-
width: 100%;
|
|
11791
|
-
min-width: 100px;
|
|
11792
|
-
margin-right: 10px;
|
|
11793
|
-
|
|
11794
|
-
input {
|
|
11795
|
-
font-weight: bold;
|
|
11796
|
-
font-size: 16px;
|
|
11797
|
-
}
|
|
11689
|
+
.igz-pagination {
|
|
11690
|
+
padding-right: 0;
|
|
11691
|
+
padding-bottom: 0;
|
|
11798
11692
|
}
|
|
11799
11693
|
}
|
|
11694
|
+
}
|
|
11800
11695
|
|
|
11801
|
-
|
|
11696
|
+
.function-templates {
|
|
11697
|
+
.function-templates-form {
|
|
11802
11698
|
display: flex;
|
|
11699
|
+
position: relative;
|
|
11700
|
+
flex-flow: row wrap;
|
|
11701
|
+
align-items: flex-start;
|
|
11702
|
+
margin-top: 32px;
|
|
11803
11703
|
|
|
11804
|
-
.
|
|
11805
|
-
|
|
11806
|
-
|
|
11807
|
-
|
|
11808
|
-
|
|
11809
|
-
|
|
11810
|
-
height: 32px;
|
|
11811
|
-
width: 32px;
|
|
11812
|
-
margin-right: 10px;
|
|
11813
|
-
cursor: pointer;
|
|
11704
|
+
.function-template-wrapper {
|
|
11705
|
+
width: 352px;
|
|
11706
|
+
min-height: 169px;
|
|
11707
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11708
|
+
margin: 0 16px 14px 0;
|
|
11709
|
+
position: relative;
|
|
11814
11710
|
|
|
11815
|
-
|
|
11816
|
-
|
|
11817
|
-
|
|
11818
|
-
|
|
11819
|
-
|
|
11711
|
+
&:hover,
|
|
11712
|
+
&.selected {
|
|
11713
|
+
.function-template {
|
|
11714
|
+
position: absolute;
|
|
11715
|
+
box-shadow: inherit;
|
|
11820
11716
|
|
|
11821
|
-
|
|
11822
|
-
|
|
11823
|
-
|
|
11717
|
+
.function-template-content {
|
|
11718
|
+
.template-description {
|
|
11719
|
+
max-height: unset;
|
|
11720
|
+
}
|
|
11824
11721
|
|
|
11825
|
-
|
|
11826
|
-
|
|
11722
|
+
.template-read-more {
|
|
11723
|
+
display: none;
|
|
11724
|
+
}
|
|
11725
|
+
}
|
|
11726
|
+
}
|
|
11727
|
+
}
|
|
11728
|
+
|
|
11729
|
+
&.last-line.selected, &:hover.last-line {
|
|
11730
|
+
.function-template {
|
|
11731
|
+
position: relative;
|
|
11732
|
+
}
|
|
11827
11733
|
}
|
|
11828
|
-
}
|
|
11829
|
-
}
|
|
11830
11734
|
|
|
11831
|
-
|
|
11832
|
-
|
|
11833
|
-
|
|
11834
|
-
|
|
11835
|
-
height: 38px;
|
|
11836
|
-
padding: 0 23px;
|
|
11735
|
+
&.selected {
|
|
11736
|
+
.function-template {
|
|
11737
|
+
border: 2px solid @template-tile-border-color;
|
|
11738
|
+
z-index: 2;
|
|
11837
11739
|
|
|
11838
|
-
|
|
11839
|
-
|
|
11840
|
-
|
|
11841
|
-
|
|
11740
|
+
.function-template-content {
|
|
11741
|
+
.template-create-button {
|
|
11742
|
+
width: 100%;
|
|
11743
|
+
display: flex;
|
|
11744
|
+
margin-top: 24px;
|
|
11842
11745
|
|
|
11843
|
-
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
|
|
11746
|
+
.ncl-primary-button {
|
|
11747
|
+
margin-left: unset;
|
|
11748
|
+
}
|
|
11749
|
+
}
|
|
11847
11750
|
|
|
11848
|
-
|
|
11849
|
-
|
|
11850
|
-
|
|
11751
|
+
.template-create-button {
|
|
11752
|
+
justify-content: center;
|
|
11753
|
+
}
|
|
11851
11754
|
|
|
11852
|
-
|
|
11853
|
-
|
|
11854
|
-
|
|
11755
|
+
.function-name {
|
|
11756
|
+
margin-top: 16px;
|
|
11757
|
+
}
|
|
11855
11758
|
|
|
11856
|
-
|
|
11857
|
-
|
|
11759
|
+
.projects-drop-down,
|
|
11760
|
+
.function-name {
|
|
11761
|
+
.input-label {
|
|
11762
|
+
color: @dusk-three;
|
|
11763
|
+
font-size: 14px;
|
|
11764
|
+
font-weight: 500;
|
|
11765
|
+
margin-bottom: 8px;
|
|
11766
|
+
}
|
|
11767
|
+
}
|
|
11858
11768
|
|
|
11859
|
-
|
|
11860
|
-
|
|
11769
|
+
.buttons-wrapper {
|
|
11770
|
+
display: flex;
|
|
11771
|
+
justify-content: flex-end;
|
|
11772
|
+
margin-top: 24px;
|
|
11773
|
+
|
|
11774
|
+
button:not(:first-child) {
|
|
11775
|
+
margin-left: 8px;
|
|
11776
|
+
}
|
|
11777
|
+
}
|
|
11778
|
+
}
|
|
11779
|
+
}
|
|
11780
|
+
}
|
|
11781
|
+
|
|
11782
|
+
.function-template {
|
|
11783
|
+
width: 100%;
|
|
11784
|
+
min-height: 169px;
|
|
11785
|
+
padding: 24px;
|
|
11786
|
+
background-color: @white;
|
|
11787
|
+
border-radius: 2px;
|
|
11788
|
+
z-index: 1;
|
|
11789
|
+
|
|
11790
|
+
.function-template-content {
|
|
11791
|
+
color: @dusk-three;
|
|
11792
|
+
|
|
11793
|
+
.template-title {
|
|
11794
|
+
font-size: 18px;
|
|
11795
|
+
font-weight: bold;
|
|
11796
|
+
width: 100%;
|
|
11797
|
+
margin-bottom: 15px;
|
|
11798
|
+
}
|
|
11799
|
+
|
|
11800
|
+
.template-description {
|
|
11801
|
+
width: 100%;
|
|
11802
|
+
max-height: 62px;
|
|
11803
|
+
font-size: 14px;
|
|
11804
|
+
overflow: hidden;
|
|
11805
|
+
}
|
|
11806
|
+
|
|
11807
|
+
.template-read-more {
|
|
11808
|
+
color: @greyish-purple;
|
|
11809
|
+
font-style: italic;
|
|
11810
|
+
}
|
|
11811
|
+
}
|
|
11812
|
+
}
|
|
11861
11813
|
}
|
|
11862
11814
|
}
|
|
11863
11815
|
}
|
|
11816
|
+
}
|
|
11817
|
+
}
|
|
11864
11818
|
|
|
11865
|
-
|
|
11866
|
-
|
|
11867
|
-
|
|
11868
|
-
|
|
11869
|
-
|
|
11870
|
-
|
|
11871
|
-
|
|
11872
|
-
|
|
11819
|
+
.function-import-wrapper-content {
|
|
11820
|
+
font-family: @font-family-sans-serif;
|
|
11821
|
+
padding-left: 3%;
|
|
11822
|
+
width: 96%;
|
|
11823
|
+
|
|
11824
|
+
.function-import-form {
|
|
11825
|
+
display: flex;
|
|
11826
|
+
align-items: flex-end;
|
|
11827
|
+
margin-bottom: 10px;
|
|
11828
|
+
|
|
11829
|
+
.projects-drop-down {
|
|
11830
|
+
margin-right: 48px;
|
|
11831
|
+
|
|
11832
|
+
.input-label {
|
|
11833
|
+
font-size: 14px;
|
|
11834
|
+
font-weight: 600;
|
|
11835
|
+
color: @dusk-three;
|
|
11836
|
+
}
|
|
11873
11837
|
|
|
11838
|
+
igz-default-dropdown {
|
|
11874
11839
|
.default-dropdown {
|
|
11875
|
-
|
|
11840
|
+
background-color: @white;
|
|
11876
11841
|
|
|
11877
11842
|
.default-dropdown-field {
|
|
11878
|
-
|
|
11879
|
-
|
|
11880
|
-
|
|
11881
|
-
.default-dropdown-container {
|
|
11882
|
-
z-index: 3;
|
|
11843
|
+
&:focus {
|
|
11844
|
+
background-color: inherit;
|
|
11845
|
+
}
|
|
11883
11846
|
}
|
|
11884
11847
|
}
|
|
11885
11848
|
}
|
|
11849
|
+
}
|
|
11886
11850
|
|
|
11887
|
-
|
|
11888
|
-
|
|
11889
|
-
height: 128px;
|
|
11890
|
-
padding: 8px;
|
|
11891
|
-
|
|
11892
|
-
&.uploaded {
|
|
11893
|
-
background-color: @white;
|
|
11894
|
-
}
|
|
11851
|
+
.function-import-actions-bar {
|
|
11852
|
+
display: flex;
|
|
11895
11853
|
|
|
11896
|
-
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
-
|
|
11900
|
-
height: 100%;
|
|
11901
|
-
width: 100%;
|
|
11902
|
-
border: 2px dashed @silver;
|
|
11903
|
-
color: @silver;
|
|
11904
|
-
font-size: 16px;
|
|
11905
|
-
font-weight: bold;
|
|
11854
|
+
.function-import-file-picker {
|
|
11855
|
+
.file-picker-wrapper {
|
|
11856
|
+
margin: 0;
|
|
11857
|
+
line-height: 34px;
|
|
11906
11858
|
|
|
11907
|
-
|
|
11908
|
-
|
|
11909
|
-
|
|
11910
|
-
|
|
11859
|
+
.igz-icon-upload {
|
|
11860
|
+
margin-right: 10px;
|
|
11861
|
+
}
|
|
11862
|
+
}
|
|
11911
11863
|
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
|
|
11864
|
+
.function-import-input {
|
|
11865
|
+
opacity: 0;
|
|
11866
|
+
position: absolute;
|
|
11867
|
+
z-index: -1;
|
|
11868
|
+
}
|
|
11869
|
+
}
|
|
11870
|
+
}
|
|
11871
|
+
}
|
|
11915
11872
|
|
|
11916
|
-
|
|
11917
|
-
|
|
11918
|
-
|
|
11919
|
-
height: 50px;
|
|
11920
|
-
}
|
|
11873
|
+
.splash-screen {
|
|
11874
|
+
top: 0;
|
|
11875
|
+
}
|
|
11921
11876
|
|
|
11922
|
-
|
|
11923
|
-
|
|
11877
|
+
.function-import-monaco {
|
|
11878
|
+
.ncl-monaco {
|
|
11879
|
+
height: 370px;
|
|
11880
|
+
width: 100%;
|
|
11924
11881
|
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
|
|
11882
|
+
.monaco-code-editor {
|
|
11883
|
+
height: 100%;
|
|
11884
|
+
}
|
|
11885
|
+
}
|
|
11886
|
+
}
|
|
11887
|
+
}
|
|
11928
11888
|
|
|
11929
|
-
|
|
11930
|
-
|
|
11931
|
-
|
|
11932
|
-
|
|
11933
|
-
background-color: @pale-grey;
|
|
11934
|
-
border-radius: 2px;
|
|
11935
|
-
margin: 9px auto 14px;
|
|
11889
|
+
.test-events-pane-wrapper {
|
|
11890
|
+
position: absolute;
|
|
11891
|
+
height: 100%;
|
|
11892
|
+
width: 100%;
|
|
11936
11893
|
|
|
11937
|
-
|
|
11938
|
-
|
|
11939
|
-
|
|
11940
|
-
|
|
11941
|
-
|
|
11894
|
+
.test-events-pane {
|
|
11895
|
+
height: 100%;
|
|
11896
|
+
border: 1px solid @pale-grey;
|
|
11897
|
+
border-top: none;
|
|
11898
|
+
position: relative;
|
|
11899
|
+
background-color: @white;
|
|
11900
|
+
transition: @igz-basic-transition;
|
|
11942
11901
|
|
|
11943
|
-
|
|
11944
|
-
|
|
11945
|
-
|
|
11902
|
+
&:not(.fixed-left-bar) {
|
|
11903
|
+
.left-bar {
|
|
11904
|
+
transition: transform 0.3s ease-in-out;
|
|
11905
|
+
transform-origin: left;
|
|
11906
|
+
transform: scaleX(0);
|
|
11946
11907
|
|
|
11947
|
-
|
|
11948
|
-
|
|
11949
|
-
|
|
11950
|
-
|
|
11908
|
+
&.visible {
|
|
11909
|
+
transform: scaleX(1);
|
|
11910
|
+
}
|
|
11911
|
+
}
|
|
11912
|
+
}
|
|
11951
11913
|
|
|
11952
|
-
|
|
11953
|
-
|
|
11954
|
-
}
|
|
11914
|
+
&.fixed-left-bar {
|
|
11915
|
+
display: flex;
|
|
11955
11916
|
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
11959
|
-
|
|
11917
|
+
.left-bar {
|
|
11918
|
+
box-shadow: none;
|
|
11919
|
+
border: none;
|
|
11920
|
+
border-right: solid 1px @pale-grey;
|
|
11921
|
+
display: none;
|
|
11922
|
+
transition: none;
|
|
11960
11923
|
|
|
11961
|
-
|
|
11962
|
-
|
|
11963
|
-
|
|
11964
|
-
|
|
11924
|
+
&.visible {
|
|
11925
|
+
display: block;
|
|
11926
|
+
}
|
|
11927
|
+
}
|
|
11965
11928
|
|
|
11966
|
-
|
|
11967
|
-
|
|
11968
|
-
|
|
11969
|
-
position: relative;
|
|
11970
|
-
margin: 25px 0 0 41px;
|
|
11971
|
-
width: 344px;
|
|
11972
|
-
height: 32px;
|
|
11973
|
-
background-color: @light-grayish-blue;
|
|
11974
|
-
border: solid 1px @pale-grey;
|
|
11929
|
+
.main-section-wrapper {
|
|
11930
|
+
width: 410px;
|
|
11931
|
+
margin-left: 187px;
|
|
11975
11932
|
|
|
11976
|
-
|
|
11977
|
-
|
|
11978
|
-
|
|
11979
|
-
|
|
11980
|
-
}
|
|
11933
|
+
.main-header {
|
|
11934
|
+
padding-left: 7px;
|
|
11935
|
+
}
|
|
11936
|
+
}
|
|
11981
11937
|
|
|
11982
|
-
|
|
11983
|
-
|
|
11984
|
-
|
|
11985
|
-
|
|
11986
|
-
text-align: left;
|
|
11987
|
-
}
|
|
11938
|
+
.request-section {
|
|
11939
|
+
.request-method {
|
|
11940
|
+
padding-left: 0;
|
|
11941
|
+
}
|
|
11988
11942
|
|
|
11989
|
-
|
|
11990
|
-
|
|
11991
|
-
|
|
11992
|
-
right: 9px;
|
|
11993
|
-
top: 9px;
|
|
11994
|
-
font-size: 10px;
|
|
11995
|
-
cursor: pointer;
|
|
11996
|
-
}
|
|
11997
|
-
}
|
|
11998
|
-
}
|
|
11943
|
+
.request-body {
|
|
11944
|
+
.body-types {
|
|
11945
|
+
padding-left: 2px;
|
|
11999
11946
|
}
|
|
12000
11947
|
}
|
|
11948
|
+
}
|
|
12001
11949
|
|
|
12002
|
-
|
|
12003
|
-
|
|
11950
|
+
.response-section {
|
|
11951
|
+
.response-header {
|
|
11952
|
+
padding-left: 5px;
|
|
12004
11953
|
|
|
12005
|
-
.
|
|
12006
|
-
|
|
11954
|
+
.left-side-elements {
|
|
11955
|
+
margin-left: 12px;
|
|
11956
|
+
}
|
|
12007
11957
|
|
|
12008
|
-
|
|
12009
|
-
|
|
11958
|
+
.right-side-elements {
|
|
11959
|
+
.status {
|
|
11960
|
+
max-width: 100px;
|
|
11961
|
+
}
|
|
12010
11962
|
|
|
12011
|
-
|
|
12012
|
-
|
|
12013
|
-
}
|
|
11963
|
+
> div {
|
|
11964
|
+
margin-right: 15px;
|
|
12014
11965
|
}
|
|
12015
11966
|
}
|
|
12016
11967
|
}
|
|
12017
|
-
}
|
|
12018
|
-
|
|
12019
|
-
.headers {
|
|
12020
|
-
background-color: @white;
|
|
12021
|
-
padding: 22px 17px;
|
|
12022
11968
|
|
|
12023
|
-
.
|
|
12024
|
-
.
|
|
12025
|
-
|
|
12026
|
-
font-size: 20px;
|
|
11969
|
+
.headers > div {
|
|
11970
|
+
.values, .labels {
|
|
11971
|
+
width: 50%;
|
|
12027
11972
|
}
|
|
12028
11973
|
}
|
|
12029
11974
|
|
|
12030
|
-
.
|
|
12031
|
-
width:
|
|
12032
|
-
margin-
|
|
11975
|
+
.ncl-test-events-logs .collapsed-row .message {
|
|
11976
|
+
width: 100px;
|
|
11977
|
+
margin-right: 39px;
|
|
12033
11978
|
}
|
|
11979
|
+
}
|
|
12034
11980
|
|
|
12035
|
-
|
|
12036
|
-
|
|
11981
|
+
.left-bar-pinned {
|
|
11982
|
+
padding-left: 187px;
|
|
11983
|
+
}
|
|
11984
|
+
}
|
|
12037
11985
|
|
|
12038
|
-
|
|
12039
|
-
|
|
12040
|
-
|
|
12041
|
-
|
|
12042
|
-
|
|
11986
|
+
.left-bar {
|
|
11987
|
+
position: absolute;
|
|
11988
|
+
z-index: 5;
|
|
11989
|
+
height: 100%;
|
|
11990
|
+
width: 187px;
|
|
11991
|
+
background-color: @white;
|
|
11992
|
+
color: @dusk-three;
|
|
11993
|
+
box-shadow: 2.5px 1.6px 6px 0 .black(0.1)[@color];
|
|
11994
|
+
border: solid 1px @pale-grey;
|
|
11995
|
+
border-top: none;
|
|
11996
|
+
border-bottom: none;
|
|
12043
11997
|
|
|
12044
|
-
|
|
12045
|
-
|
|
11998
|
+
.saved-tabs-list {
|
|
11999
|
+
padding-top: 10px;
|
|
12000
|
+
padding-bottom: 24px !important;
|
|
12046
12001
|
|
|
12047
|
-
|
|
12048
|
-
|
|
12049
|
-
|
|
12050
|
-
|
|
12002
|
+
.list-item {
|
|
12003
|
+
position: relative;
|
|
12004
|
+
height: 32px;
|
|
12005
|
+
line-height: 32px;
|
|
12006
|
+
font-size: 14px;
|
|
12007
|
+
padding-right: 27px;
|
|
12051
12008
|
|
|
12052
|
-
|
|
12053
|
-
|
|
12054
|
-
border-color: transparent;
|
|
12055
|
-
}
|
|
12056
|
-
}
|
|
12009
|
+
&:hover {
|
|
12010
|
+
background-color: @light-grayish-blue;
|
|
12057
12011
|
|
|
12058
|
-
.igz-
|
|
12059
|
-
|
|
12060
|
-
width: 36px;
|
|
12012
|
+
.igz-icon-close {
|
|
12013
|
+
visibility: visible;
|
|
12061
12014
|
}
|
|
12062
12015
|
}
|
|
12063
|
-
}
|
|
12064
12016
|
|
|
12065
|
-
|
|
12066
|
-
|
|
12017
|
+
.igz-icon-close {
|
|
12018
|
+
position: absolute;
|
|
12019
|
+
top: 1px;
|
|
12020
|
+
right: 9px;
|
|
12021
|
+
color: .duskThree(0.64)[@color];
|
|
12022
|
+
font-size: 12px;
|
|
12023
|
+
visibility: hidden;
|
|
12024
|
+
}
|
|
12067
12025
|
}
|
|
12068
12026
|
}
|
|
12069
|
-
}
|
|
12070
12027
|
|
|
12071
|
-
|
|
12072
|
-
|
|
12028
|
+
.method-icon {
|
|
12029
|
+
display: inline-block;
|
|
12030
|
+
width: 43px;
|
|
12031
|
+
height: 16px;
|
|
12032
|
+
line-height: 17px;
|
|
12033
|
+
text-align: center;
|
|
12034
|
+
color: @white;
|
|
12035
|
+
border-radius: 3px;
|
|
12036
|
+
margin: 0 8px 0 10px;
|
|
12037
|
+
font-size: 11px;
|
|
12038
|
+
}
|
|
12039
|
+
|
|
12040
|
+
.header {
|
|
12041
|
+
position: relative;
|
|
12073
12042
|
display: flex;
|
|
12074
12043
|
align-items: center;
|
|
12075
|
-
|
|
12076
|
-
|
|
12044
|
+
font-size: 16px;
|
|
12045
|
+
font-weight: bold;
|
|
12046
|
+
color: @dusk-three;
|
|
12077
12047
|
height: 39px;
|
|
12078
12048
|
|
|
12079
|
-
.
|
|
12049
|
+
.igz-icon-close {
|
|
12050
|
+
color: .duskThree(0.64)[@color];
|
|
12051
|
+
font-size: 12px;
|
|
12052
|
+
margin: 0 9px 0 12px;
|
|
12053
|
+
}
|
|
12054
|
+
|
|
12055
|
+
.ncl-icon-pin {
|
|
12056
|
+
position: absolute;
|
|
12057
|
+
top: 12px;
|
|
12058
|
+
right: 12px;
|
|
12059
|
+
color: @greyish-purple;
|
|
12080
12060
|
font-size: 16px;
|
|
12081
|
-
font-weight: bold;
|
|
12082
|
-
color: @dusk-three;
|
|
12083
|
-
margin-left: 40px;
|
|
12084
12061
|
}
|
|
12062
|
+
}
|
|
12085
12063
|
|
|
12086
|
-
|
|
12087
|
-
|
|
12088
|
-
font-size: 14px;
|
|
12089
|
-
color: @dusk-three;
|
|
12064
|
+
.ncl-test-events-navigation-tabs {
|
|
12065
|
+
background-color: @white;
|
|
12090
12066
|
|
|
12091
|
-
|
|
12092
|
-
|
|
12093
|
-
|
|
12094
|
-
|
|
12095
|
-
|
|
12096
|
-
|
|
12067
|
+
.test-events-navigation-tab {
|
|
12068
|
+
padding: 10px 22px 0;
|
|
12069
|
+
background-color: @white;
|
|
12070
|
+
}
|
|
12071
|
+
}
|
|
12072
|
+
}
|
|
12097
12073
|
|
|
12098
|
-
|
|
12099
|
-
|
|
12100
|
-
|
|
12074
|
+
.main-section-wrapper {
|
|
12075
|
+
height: 100%;
|
|
12076
|
+
margin-left: 0;
|
|
12077
|
+
transition: margin-left 0.3s ease-in-out;
|
|
12101
12078
|
|
|
12102
|
-
|
|
12103
|
-
|
|
12104
|
-
|
|
12105
|
-
}
|
|
12079
|
+
.ui-layout-row {
|
|
12080
|
+
margin-top: 40px;
|
|
12081
|
+
overflow: hidden;
|
|
12106
12082
|
|
|
12107
|
-
|
|
12108
|
-
|
|
12083
|
+
.ui-layout-container {
|
|
12084
|
+
overflow: hidden;
|
|
12085
|
+
}
|
|
12109
12086
|
|
|
12110
|
-
|
|
12111
|
-
|
|
12087
|
+
.ui-splitbar {
|
|
12088
|
+
background: @pale-grey;
|
|
12112
12089
|
|
|
12113
|
-
|
|
12114
|
-
|
|
12115
|
-
}
|
|
12116
|
-
}
|
|
12090
|
+
a {
|
|
12091
|
+
display: none;
|
|
12117
12092
|
}
|
|
12118
12093
|
}
|
|
12119
12094
|
}
|
|
12095
|
+
}
|
|
12120
12096
|
|
|
12121
|
-
|
|
12122
|
-
|
|
12123
|
-
|
|
12124
|
-
|
|
12125
|
-
|
|
12126
|
-
|
|
12127
|
-
|
|
12128
|
-
|
|
12129
|
-
|
|
12130
|
-
|
|
12131
|
-
display: flex;
|
|
12132
|
-
justify-content: flex-end;
|
|
12133
|
-
align-items: center;
|
|
12134
|
-
height: 54px;
|
|
12135
|
-
margin-right: 18px;
|
|
12136
|
-
}
|
|
12137
|
-
|
|
12138
|
-
.code-edit-section {
|
|
12139
|
-
height: 300px;
|
|
12140
|
-
width: 100%;
|
|
12097
|
+
.main-header {
|
|
12098
|
+
display: flex;
|
|
12099
|
+
justify-content: space-between;
|
|
12100
|
+
align-items: center;
|
|
12101
|
+
height: 40px;
|
|
12102
|
+
border-bottom: 1px solid @pale-grey;
|
|
12103
|
+
background-color: @white;
|
|
12104
|
+
padding: 0 24px 0 12px;
|
|
12105
|
+
position: relative;
|
|
12106
|
+
z-index: 4;
|
|
12141
12107
|
|
|
12142
|
-
|
|
12143
|
-
|
|
12108
|
+
.left-side-elements {
|
|
12109
|
+
display: flex;
|
|
12110
|
+
align-items: center;
|
|
12111
|
+
width: 100%;
|
|
12144
12112
|
|
|
12145
|
-
|
|
12146
|
-
|
|
12113
|
+
.igz-icon-hamburger-menu {
|
|
12114
|
+
color: @dusk-three;
|
|
12115
|
+
margin-right: 4px;
|
|
12116
|
+
font-size: 12px;
|
|
12117
|
+
}
|
|
12147
12118
|
|
|
12148
|
-
|
|
12149
|
-
|
|
12150
|
-
|
|
12151
|
-
|
|
12152
|
-
|
|
12119
|
+
igz-validating-input-field {
|
|
12120
|
+
font-weight: bold;
|
|
12121
|
+
font-size: 16px;
|
|
12122
|
+
width: 100%;
|
|
12123
|
+
min-width: 100px;
|
|
12124
|
+
margin-right: 10px;
|
|
12125
|
+
|
|
12126
|
+
input {
|
|
12127
|
+
font-weight: bold;
|
|
12128
|
+
font-size: 16px;
|
|
12153
12129
|
}
|
|
12154
12130
|
}
|
|
12131
|
+
}
|
|
12155
12132
|
|
|
12156
|
-
|
|
12157
|
-
|
|
12133
|
+
.right-side-elements {
|
|
12134
|
+
display: flex;
|
|
12158
12135
|
|
|
12159
|
-
|
|
12160
|
-
|
|
12136
|
+
.new-test-event {
|
|
12137
|
+
display: flex;
|
|
12138
|
+
align-items: center;
|
|
12139
|
+
justify-content: center;
|
|
12140
|
+
background-color: @pale-grey-two;
|
|
12141
|
+
border: 1px solid @pale-grey;
|
|
12142
|
+
height: 32px;
|
|
12143
|
+
width: 32px;
|
|
12144
|
+
margin-right: 10px;
|
|
12145
|
+
cursor: pointer;
|
|
12146
|
+
|
|
12147
|
+
.ncl-icon-add {
|
|
12148
|
+
font-size: 12px;
|
|
12149
|
+
height: 12px;
|
|
12161
12150
|
}
|
|
12162
12151
|
}
|
|
12163
12152
|
|
|
12164
|
-
.
|
|
12165
|
-
|
|
12166
|
-
font-size: 14px;
|
|
12167
|
-
color: @pale-grey;
|
|
12168
|
-
text-align: center;
|
|
12153
|
+
.igz-button-secondary, .ncl-secondary-button {
|
|
12154
|
+
width: 97px;
|
|
12169
12155
|
}
|
|
12170
12156
|
|
|
12171
|
-
.
|
|
12172
|
-
margin:
|
|
12173
|
-
|
|
12174
|
-
|
|
12175
|
-
|
|
12157
|
+
.igz-button-secondary {
|
|
12158
|
+
margin-right: 8px;
|
|
12159
|
+
}
|
|
12160
|
+
}
|
|
12161
|
+
}
|
|
12176
12162
|
|
|
12177
|
-
|
|
12178
|
-
|
|
12179
|
-
|
|
12163
|
+
.request-method {
|
|
12164
|
+
display: flex;
|
|
12165
|
+
align-items: center;
|
|
12166
|
+
background-color: @pale-grey-three;
|
|
12167
|
+
height: 38px;
|
|
12168
|
+
padding: 0 23px;
|
|
12169
|
+
|
|
12170
|
+
.default-dropdown {
|
|
12171
|
+
.default-dropdown-field:not(:hover) {
|
|
12172
|
+
border-color: transparent;
|
|
12180
12173
|
}
|
|
12181
12174
|
|
|
12182
|
-
.
|
|
12183
|
-
|
|
12184
|
-
|
|
12175
|
+
.default-dropdown-container {
|
|
12176
|
+
z-index: 3;
|
|
12177
|
+
}
|
|
12178
|
+
}
|
|
12185
12179
|
|
|
12186
|
-
|
|
12187
|
-
|
|
12188
|
-
|
|
12189
|
-
height: 130px;
|
|
12190
|
-
width: 130px;
|
|
12191
|
-
border-radius: 50%;
|
|
12192
|
-
margin: 0 auto;
|
|
12180
|
+
.method-select {
|
|
12181
|
+
max-width: 100px;
|
|
12182
|
+
}
|
|
12193
12183
|
|
|
12194
|
-
|
|
12195
|
-
|
|
12196
|
-
|
|
12197
|
-
left: 31px;
|
|
12198
|
-
color: @dark-sky-blue;
|
|
12199
|
-
font-size: 43px;
|
|
12200
|
-
}
|
|
12184
|
+
.invocation-urls-select {
|
|
12185
|
+
flex: auto;
|
|
12186
|
+
}
|
|
12201
12187
|
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
top: 47px;
|
|
12205
|
-
left: 42px;
|
|
12206
|
-
color: .greyishPurple(0.64)[@color];
|
|
12207
|
-
font-size: 58px;
|
|
12208
|
-
}
|
|
12209
|
-
}
|
|
12188
|
+
.validating-input-field {
|
|
12189
|
+
font-size: 14px;
|
|
12210
12190
|
|
|
12211
|
-
|
|
12212
|
-
|
|
12213
|
-
width: 245px;
|
|
12214
|
-
font-size: 16px;
|
|
12215
|
-
color: @greyish-purple;
|
|
12216
|
-
line-height: 1.5;
|
|
12217
|
-
}
|
|
12191
|
+
.input-field {
|
|
12192
|
+
background-color: @pale-grey-three;
|
|
12218
12193
|
}
|
|
12219
12194
|
}
|
|
12195
|
+
}
|
|
12220
12196
|
|
|
12221
|
-
|
|
12222
|
-
|
|
12197
|
+
.request-body {
|
|
12198
|
+
.body-types {
|
|
12199
|
+
display: flex;
|
|
12200
|
+
align-items: center;
|
|
12201
|
+
height: 40px;
|
|
12202
|
+
background-color: @white;
|
|
12203
|
+
border-bottom: 1px solid @pale-grey;
|
|
12204
|
+
padding: 0 24px;
|
|
12223
12205
|
|
|
12224
|
-
|
|
12225
|
-
|
|
12226
|
-
line-height: 2;
|
|
12206
|
+
.default-dropdown {
|
|
12207
|
+
width: 97px;
|
|
12227
12208
|
|
|
12228
|
-
.
|
|
12229
|
-
|
|
12230
|
-
font-size: 14px;
|
|
12231
|
-
width: 43%;
|
|
12209
|
+
.default-dropdown-field {
|
|
12210
|
+
border: none;
|
|
12232
12211
|
}
|
|
12233
12212
|
|
|
12234
|
-
.
|
|
12235
|
-
|
|
12236
|
-
font-size: 14px;
|
|
12237
|
-
width: 57%;
|
|
12213
|
+
.default-dropdown-container {
|
|
12214
|
+
z-index: 3;
|
|
12238
12215
|
}
|
|
12239
12216
|
}
|
|
12240
12217
|
}
|
|
12241
|
-
}
|
|
12242
|
-
}
|
|
12243
|
-
}
|
|
12244
12218
|
|
|
12245
|
-
.
|
|
12246
|
-
|
|
12219
|
+
.main-block {
|
|
12220
|
+
.upload-file-section {
|
|
12221
|
+
height: 128px;
|
|
12222
|
+
padding: 8px;
|
|
12247
12223
|
|
|
12248
|
-
|
|
12224
|
+
&.uploaded {
|
|
12225
|
+
background-color: @white;
|
|
12226
|
+
}
|
|
12249
12227
|
|
|
12250
|
-
|
|
12251
|
-
|
|
12228
|
+
.drop-section {
|
|
12229
|
+
display: flex;
|
|
12230
|
+
align-items: center;
|
|
12231
|
+
justify-content: center;
|
|
12232
|
+
height: 100%;
|
|
12233
|
+
width: 100%;
|
|
12234
|
+
border: 2px dashed @silver;
|
|
12235
|
+
color: @silver;
|
|
12236
|
+
font-size: 16px;
|
|
12237
|
+
font-weight: bold;
|
|
12252
12238
|
|
|
12253
|
-
|
|
12254
|
-
|
|
12255
|
-
|
|
12256
|
-
|
|
12257
|
-
margin-bottom: 2px;
|
|
12239
|
+
&.uploaded {
|
|
12240
|
+
align-items: start;
|
|
12241
|
+
border: none;
|
|
12242
|
+
}
|
|
12258
12243
|
|
|
12259
|
-
|
|
12260
|
-
|
|
12261
|
-
|
|
12244
|
+
.drop-message {
|
|
12245
|
+
width: 110px;
|
|
12246
|
+
text-align: center;
|
|
12262
12247
|
|
|
12263
|
-
|
|
12264
|
-
|
|
12265
|
-
|
|
12266
|
-
|
|
12267
|
-
|
|
12248
|
+
.ncl-icon-drop-file {
|
|
12249
|
+
color: @silver;
|
|
12250
|
+
font-size: 40px;
|
|
12251
|
+
height: 50px;
|
|
12252
|
+
}
|
|
12268
12253
|
|
|
12269
|
-
|
|
12270
|
-
|
|
12271
|
-
background-color: @white;
|
|
12254
|
+
&.uploading {
|
|
12255
|
+
width: 100%;
|
|
12272
12256
|
|
|
12273
|
-
|
|
12274
|
-
|
|
12275
|
-
|
|
12257
|
+
.ncl-icon-drop-file {
|
|
12258
|
+
height: 40px;
|
|
12259
|
+
}
|
|
12260
|
+
|
|
12261
|
+
.progress {
|
|
12262
|
+
overflow: hidden;
|
|
12263
|
+
height: 4px;
|
|
12264
|
+
width: 205px;
|
|
12265
|
+
background-color: @pale-grey;
|
|
12266
|
+
border-radius: 2px;
|
|
12267
|
+
margin: 9px auto 14px;
|
|
12268
|
+
|
|
12269
|
+
.progress-bar {
|
|
12270
|
+
background-color: @dark-sky-blue;
|
|
12271
|
+
}
|
|
12272
|
+
}
|
|
12276
12273
|
}
|
|
12277
|
-
}
|
|
12278
|
-
}
|
|
12279
|
-
}
|
|
12280
|
-
}
|
|
12281
12274
|
|
|
12282
|
-
|
|
12283
|
-
|
|
12275
|
+
&.uploaded {
|
|
12276
|
+
width: 100%;
|
|
12277
|
+
}
|
|
12284
12278
|
|
|
12285
|
-
|
|
12286
|
-
|
|
12287
|
-
|
|
12288
|
-
|
|
12289
|
-
}
|
|
12279
|
+
.browse {
|
|
12280
|
+
color: @dark-sky-blue;
|
|
12281
|
+
cursor: pointer;
|
|
12282
|
+
}
|
|
12290
12283
|
|
|
12291
|
-
|
|
12292
|
-
|
|
12293
|
-
|
|
12294
|
-
}
|
|
12295
|
-
}
|
|
12296
|
-
}
|
|
12284
|
+
.file-name {
|
|
12285
|
+
margin-top: 11px;
|
|
12286
|
+
}
|
|
12297
12287
|
|
|
12298
|
-
|
|
12299
|
-
|
|
12300
|
-
|
|
12301
|
-
|
|
12302
|
-
color: @dusk-three;
|
|
12303
|
-
}
|
|
12288
|
+
.file-name, .file {
|
|
12289
|
+
font-weight: normal;
|
|
12290
|
+
color: @dusk-three;
|
|
12291
|
+
font-size: 14px;
|
|
12304
12292
|
|
|
12305
|
-
|
|
12306
|
-
|
|
12307
|
-
|
|
12308
|
-
|
|
12309
|
-
height: 55px;
|
|
12293
|
+
.size {
|
|
12294
|
+
color: @dark-greyish-blue;
|
|
12295
|
+
}
|
|
12296
|
+
}
|
|
12310
12297
|
|
|
12311
|
-
|
|
12312
|
-
|
|
12313
|
-
|
|
12314
|
-
|
|
12315
|
-
|
|
12316
|
-
|
|
12317
|
-
|
|
12298
|
+
.file {
|
|
12299
|
+
display: flex;
|
|
12300
|
+
align-items: center;
|
|
12301
|
+
position: relative;
|
|
12302
|
+
margin: 25px 0 0 41px;
|
|
12303
|
+
width: 344px;
|
|
12304
|
+
height: 32px;
|
|
12305
|
+
background-color: @light-grayish-blue;
|
|
12306
|
+
border: solid 1px @pale-grey;
|
|
12318
12307
|
|
|
12319
|
-
|
|
12320
|
-
|
|
12321
|
-
|
|
12322
|
-
|
|
12323
|
-
|
|
12324
|
-
top: 24px;
|
|
12325
|
-
}
|
|
12308
|
+
.ncl-icon-file {
|
|
12309
|
+
font-size: 20px;
|
|
12310
|
+
margin: 0 9px 0 11px;
|
|
12311
|
+
color: @greyish-purple;
|
|
12312
|
+
}
|
|
12326
12313
|
|
|
12327
|
-
|
|
12328
|
-
|
|
12329
|
-
|
|
12330
|
-
|
|
12331
|
-
|
|
12332
|
-
|
|
12333
|
-
padding: 3px 0 9px 32px;
|
|
12314
|
+
.name {
|
|
12315
|
+
display: inline-block;
|
|
12316
|
+
vertical-align: top;
|
|
12317
|
+
max-width: 210px;
|
|
12318
|
+
text-align: left;
|
|
12319
|
+
}
|
|
12334
12320
|
|
|
12335
|
-
|
|
12336
|
-
|
|
12337
|
-
|
|
12338
|
-
|
|
12321
|
+
.igz-icon-close {
|
|
12322
|
+
position: absolute;
|
|
12323
|
+
color: @dusk-three;
|
|
12324
|
+
right: 9px;
|
|
12325
|
+
top: 9px;
|
|
12326
|
+
font-size: 10px;
|
|
12327
|
+
cursor: pointer;
|
|
12328
|
+
}
|
|
12329
|
+
}
|
|
12330
|
+
}
|
|
12339
12331
|
}
|
|
12340
12332
|
}
|
|
12341
|
-
}
|
|
12342
12333
|
|
|
12343
|
-
|
|
12344
|
-
|
|
12334
|
+
.code-edit-section {
|
|
12335
|
+
height: 208px;
|
|
12345
12336
|
|
|
12346
|
-
|
|
12347
|
-
|
|
12348
|
-
font-weight: 600;
|
|
12349
|
-
color: @dusk-three;
|
|
12350
|
-
}
|
|
12337
|
+
.monaco-code-editor {
|
|
12338
|
+
width: 97%;
|
|
12351
12339
|
|
|
12352
|
-
|
|
12353
|
-
|
|
12354
|
-
background-color: @white;
|
|
12340
|
+
.ncl-monaco {
|
|
12341
|
+
height: 100%;
|
|
12355
12342
|
|
|
12356
|
-
|
|
12357
|
-
|
|
12358
|
-
background-color: inherit;
|
|
12343
|
+
> div {
|
|
12344
|
+
border: none;
|
|
12359
12345
|
}
|
|
12360
12346
|
}
|
|
12361
12347
|
}
|
|
12362
12348
|
}
|
|
12363
12349
|
}
|
|
12364
12350
|
|
|
12365
|
-
.
|
|
12366
|
-
|
|
12367
|
-
|
|
12368
|
-
align-items: flex-end;
|
|
12369
|
-
justify-content: flex-end;
|
|
12351
|
+
.headers {
|
|
12352
|
+
background-color: @white;
|
|
12353
|
+
padding: 22px 17px;
|
|
12370
12354
|
|
|
12371
|
-
.
|
|
12372
|
-
|
|
12373
|
-
|
|
12374
|
-
|
|
12355
|
+
.create-header-button {
|
|
12356
|
+
.igz-icon-add-round {
|
|
12357
|
+
margin: 3px 19px 0 5px;
|
|
12358
|
+
font-size: 20px;
|
|
12359
|
+
}
|
|
12375
12360
|
}
|
|
12376
12361
|
|
|
12377
|
-
.
|
|
12378
|
-
|
|
12379
|
-
|
|
12362
|
+
.key-header {
|
|
12363
|
+
width: 56%;
|
|
12364
|
+
margin-left: 44px;
|
|
12380
12365
|
}
|
|
12381
|
-
}
|
|
12382
|
-
}
|
|
12383
12366
|
|
|
12384
|
-
|
|
12385
|
-
|
|
12386
|
-
display: flex;
|
|
12387
|
-
position: relative;
|
|
12388
|
-
flex-flow: row wrap;
|
|
12389
|
-
align-items: flex-start;
|
|
12390
|
-
margin-top: 32px;
|
|
12367
|
+
.table-body {
|
|
12368
|
+
margin-bottom: 0;
|
|
12391
12369
|
|
|
12392
|
-
|
|
12393
|
-
|
|
12394
|
-
|
|
12395
|
-
|
|
12396
|
-
|
|
12397
|
-
position: relative;
|
|
12370
|
+
&:not(:last-child) {
|
|
12371
|
+
.input-wrapper {
|
|
12372
|
+
border-bottom: none;
|
|
12373
|
+
}
|
|
12374
|
+
}
|
|
12398
12375
|
|
|
12399
|
-
|
|
12400
|
-
|
|
12401
|
-
.function-template {
|
|
12402
|
-
position: absolute;
|
|
12403
|
-
box-shadow: inherit;
|
|
12376
|
+
.input-wrapper {
|
|
12377
|
+
border: 1px solid @pale-grey;
|
|
12404
12378
|
|
|
12405
|
-
|
|
12406
|
-
|
|
12407
|
-
|
|
12408
|
-
|
|
12379
|
+
.input-key-wrapper {
|
|
12380
|
+
border-left: 1px solid @pale-grey;
|
|
12381
|
+
border-right: 1px solid @pale-grey
|
|
12382
|
+
}
|
|
12409
12383
|
|
|
12410
|
-
|
|
12411
|
-
|
|
12412
|
-
|
|
12384
|
+
.input-field {
|
|
12385
|
+
&:not(.invalid):not(:focus) {
|
|
12386
|
+
border-color: transparent;
|
|
12413
12387
|
}
|
|
12414
12388
|
}
|
|
12415
|
-
}
|
|
12416
12389
|
|
|
12417
|
-
|
|
12418
|
-
|
|
12419
|
-
|
|
12390
|
+
.igz-action-item {
|
|
12391
|
+
height: 36px;
|
|
12392
|
+
width: 36px;
|
|
12393
|
+
}
|
|
12420
12394
|
}
|
|
12421
12395
|
}
|
|
12422
12396
|
|
|
12423
|
-
|
|
12424
|
-
|
|
12425
|
-
|
|
12426
|
-
|
|
12397
|
+
.create-header-button {
|
|
12398
|
+
margin-top: 0;
|
|
12399
|
+
}
|
|
12400
|
+
}
|
|
12401
|
+
}
|
|
12427
12402
|
|
|
12428
|
-
|
|
12429
|
-
|
|
12430
|
-
|
|
12431
|
-
|
|
12432
|
-
|
|
12403
|
+
.response-section {
|
|
12404
|
+
.response-header {
|
|
12405
|
+
display: flex;
|
|
12406
|
+
align-items: center;
|
|
12407
|
+
justify-content: space-between;
|
|
12408
|
+
background-color: @pale-grey-three;
|
|
12409
|
+
height: 39px;
|
|
12433
12410
|
|
|
12434
|
-
|
|
12435
|
-
|
|
12436
|
-
|
|
12437
|
-
|
|
12411
|
+
.left-side-elements {
|
|
12412
|
+
font-size: 16px;
|
|
12413
|
+
font-weight: bold;
|
|
12414
|
+
color: @dusk-three;
|
|
12415
|
+
margin-left: 40px;
|
|
12416
|
+
}
|
|
12438
12417
|
|
|
12439
|
-
|
|
12440
|
-
|
|
12441
|
-
|
|
12418
|
+
.right-side-elements {
|
|
12419
|
+
display: flex;
|
|
12420
|
+
font-size: 14px;
|
|
12421
|
+
color: @dusk-three;
|
|
12442
12422
|
|
|
12443
|
-
|
|
12444
|
-
|
|
12445
|
-
|
|
12423
|
+
.status {
|
|
12424
|
+
display: inline-block;
|
|
12425
|
+
max-width: 200px;
|
|
12426
|
+
width: initial;
|
|
12427
|
+
vertical-align: top;
|
|
12428
|
+
margin-left: 4px;
|
|
12446
12429
|
|
|
12447
|
-
|
|
12448
|
-
|
|
12449
|
-
|
|
12450
|
-
color: @dusk-three;
|
|
12451
|
-
font-size: 14px;
|
|
12452
|
-
font-weight: 500;
|
|
12453
|
-
margin-bottom: 8px;
|
|
12454
|
-
}
|
|
12455
|
-
}
|
|
12430
|
+
&.success {
|
|
12431
|
+
color: @tealish;
|
|
12432
|
+
}
|
|
12456
12433
|
|
|
12457
|
-
|
|
12458
|
-
|
|
12459
|
-
|
|
12460
|
-
|
|
12434
|
+
&.fail {
|
|
12435
|
+
color: @darkish-pink
|
|
12436
|
+
}
|
|
12437
|
+
}
|
|
12461
12438
|
|
|
12462
|
-
|
|
12463
|
-
|
|
12464
|
-
|
|
12465
|
-
|
|
12439
|
+
> div {
|
|
12440
|
+
margin-right: 25px;
|
|
12441
|
+
|
|
12442
|
+
> span {
|
|
12443
|
+
margin-left: 4px;
|
|
12444
|
+
|
|
12445
|
+
&.time, &.size {
|
|
12446
|
+
color: @dark-sky-blue;
|
|
12466
12447
|
}
|
|
12467
12448
|
}
|
|
12468
12449
|
}
|
|
12450
|
+
}
|
|
12451
|
+
}
|
|
12469
12452
|
|
|
12470
|
-
|
|
12471
|
-
|
|
12472
|
-
|
|
12473
|
-
|
|
12474
|
-
|
|
12475
|
-
border-radius: 2px;
|
|
12476
|
-
z-index: 1;
|
|
12453
|
+
.body {
|
|
12454
|
+
display: flex;
|
|
12455
|
+
background-color: @white;
|
|
12456
|
+
align-items: flex-start;
|
|
12457
|
+
justify-content: center;
|
|
12477
12458
|
|
|
12478
|
-
|
|
12479
|
-
|
|
12459
|
+
.code-section {
|
|
12460
|
+
width: 100%;
|
|
12480
12461
|
|
|
12481
|
-
|
|
12482
|
-
|
|
12483
|
-
|
|
12484
|
-
|
|
12485
|
-
|
|
12486
|
-
|
|
12462
|
+
.actions-list {
|
|
12463
|
+
display: flex;
|
|
12464
|
+
justify-content: flex-end;
|
|
12465
|
+
align-items: center;
|
|
12466
|
+
height: 54px;
|
|
12467
|
+
margin-right: 18px;
|
|
12468
|
+
}
|
|
12469
|
+
|
|
12470
|
+
.code-edit-section {
|
|
12471
|
+
height: 300px;
|
|
12472
|
+
width: 100%;
|
|
12487
12473
|
|
|
12488
|
-
|
|
12489
|
-
|
|
12490
|
-
max-height: 62px;
|
|
12491
|
-
font-size: 14px;
|
|
12492
|
-
overflow: hidden;
|
|
12493
|
-
}
|
|
12474
|
+
.monaco-code-editor {
|
|
12475
|
+
width: 97%;
|
|
12494
12476
|
|
|
12495
|
-
.
|
|
12496
|
-
|
|
12497
|
-
|
|
12477
|
+
.ncl-monaco {
|
|
12478
|
+
height: 100%;
|
|
12479
|
+
|
|
12480
|
+
> div {
|
|
12481
|
+
border: none;
|
|
12482
|
+
}
|
|
12498
12483
|
}
|
|
12499
12484
|
}
|
|
12500
12485
|
}
|
|
12501
12486
|
}
|
|
12502
|
-
}
|
|
12503
|
-
}
|
|
12504
|
-
}
|
|
12505
|
-
}
|
|
12506
12487
|
|
|
12507
|
-
.
|
|
12508
|
-
|
|
12509
|
-
padding-left: 3%;
|
|
12510
|
-
width: 96%;
|
|
12488
|
+
.image-section {
|
|
12489
|
+
text-align: center;
|
|
12511
12490
|
|
|
12512
|
-
|
|
12513
|
-
|
|
12514
|
-
|
|
12515
|
-
|
|
12491
|
+
img {
|
|
12492
|
+
width: 100%;
|
|
12493
|
+
}
|
|
12494
|
+
}
|
|
12516
12495
|
|
|
12517
|
-
|
|
12518
|
-
|
|
12496
|
+
.no-content-section {
|
|
12497
|
+
margin: 10px auto;
|
|
12498
|
+
font-size: 14px;
|
|
12499
|
+
color: @pale-grey;
|
|
12500
|
+
text-align: center;
|
|
12501
|
+
}
|
|
12519
12502
|
|
|
12520
|
-
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
|
|
12524
|
-
|
|
12503
|
+
.testing {
|
|
12504
|
+
margin: 80px 0;
|
|
12505
|
+
text-align: center;
|
|
12506
|
+
font-size: 14px;
|
|
12507
|
+
color: @greyish-purple;
|
|
12525
12508
|
|
|
12526
|
-
|
|
12527
|
-
|
|
12528
|
-
|
|
12509
|
+
.loader-wrapper {
|
|
12510
|
+
margin: 20px 0;
|
|
12511
|
+
}
|
|
12512
|
+
}
|
|
12529
12513
|
|
|
12530
|
-
|
|
12531
|
-
|
|
12532
|
-
|
|
12514
|
+
.no-response {
|
|
12515
|
+
margin: 80px 0;
|
|
12516
|
+
text-align: center;
|
|
12517
|
+
|
|
12518
|
+
.circle {
|
|
12519
|
+
position: relative;
|
|
12520
|
+
background-color: @pale-grey-two;
|
|
12521
|
+
height: 130px;
|
|
12522
|
+
width: 130px;
|
|
12523
|
+
border-radius: 50%;
|
|
12524
|
+
margin: 0 auto;
|
|
12525
|
+
|
|
12526
|
+
.ncl-icon-test {
|
|
12527
|
+
position: absolute;
|
|
12528
|
+
top: 12px;
|
|
12529
|
+
left: 31px;
|
|
12530
|
+
color: @dark-sky-blue;
|
|
12531
|
+
font-size: 43px;
|
|
12532
|
+
}
|
|
12533
|
+
|
|
12534
|
+
.ncl-icon-hand {
|
|
12535
|
+
position: absolute;
|
|
12536
|
+
top: 47px;
|
|
12537
|
+
left: 42px;
|
|
12538
|
+
color: .greyishPurple(0.64)[@color];
|
|
12539
|
+
font-size: 58px;
|
|
12533
12540
|
}
|
|
12534
12541
|
}
|
|
12542
|
+
|
|
12543
|
+
.message {
|
|
12544
|
+
margin-top: 14px;
|
|
12545
|
+
width: 245px;
|
|
12546
|
+
font-size: 16px;
|
|
12547
|
+
color: @greyish-purple;
|
|
12548
|
+
line-height: 1.5;
|
|
12549
|
+
}
|
|
12535
12550
|
}
|
|
12536
12551
|
}
|
|
12537
|
-
}
|
|
12538
12552
|
|
|
12539
|
-
|
|
12540
|
-
|
|
12553
|
+
.headers {
|
|
12554
|
+
padding: 28px 41px;
|
|
12541
12555
|
|
|
12542
|
-
|
|
12543
|
-
|
|
12544
|
-
|
|
12545
|
-
line-height: 34px;
|
|
12556
|
+
> div {
|
|
12557
|
+
display: flex;
|
|
12558
|
+
line-height: 2;
|
|
12546
12559
|
|
|
12547
|
-
.
|
|
12548
|
-
|
|
12560
|
+
.labels {
|
|
12561
|
+
color: @greyish-purple;
|
|
12562
|
+
font-size: 14px;
|
|
12563
|
+
width: 43%;
|
|
12549
12564
|
}
|
|
12550
|
-
}
|
|
12551
12565
|
|
|
12552
|
-
|
|
12553
|
-
|
|
12554
|
-
|
|
12555
|
-
|
|
12566
|
+
.values {
|
|
12567
|
+
color: @dusk-three;
|
|
12568
|
+
font-size: 14px;
|
|
12569
|
+
width: 57%;
|
|
12570
|
+
}
|
|
12556
12571
|
}
|
|
12557
12572
|
}
|
|
12558
12573
|
}
|
|
12559
12574
|
}
|
|
12575
|
+
}
|
|
12560
12576
|
|
|
12561
|
-
|
|
12562
|
-
|
|
12577
|
+
.function-from-template-dialog-wrapper {
|
|
12578
|
+
.title {
|
|
12579
|
+
font-size: 20px;
|
|
12580
|
+
font-weight: 500;
|
|
12581
|
+
text-align: left;
|
|
12582
|
+
color: @dusk-three;
|
|
12563
12583
|
}
|
|
12564
12584
|
|
|
12565
|
-
.
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
width: 100%;
|
|
12585
|
+
.main-content {
|
|
12586
|
+
width: 500px;
|
|
12587
|
+
max-height: 500px;
|
|
12569
12588
|
|
|
12570
|
-
|
|
12571
|
-
|
|
12589
|
+
form {
|
|
12590
|
+
margin: 0 20px 0 0;
|
|
12591
|
+
|
|
12592
|
+
.field-label {
|
|
12593
|
+
font-size: 14px;
|
|
12594
|
+
text-align: left;
|
|
12595
|
+
color: @dusk-three;
|
|
12596
|
+
}
|
|
12597
|
+
|
|
12598
|
+
.validating-input-field {
|
|
12599
|
+
.input-field {
|
|
12600
|
+
padding: 0 10px 0 17px;
|
|
12601
|
+
}
|
|
12602
|
+
|
|
12603
|
+
.input-placeholder {
|
|
12604
|
+
left: 18px;
|
|
12605
|
+
font-style: italic;
|
|
12606
|
+
font-size: 14px;
|
|
12607
|
+
}
|
|
12572
12608
|
}
|
|
12573
12609
|
}
|
|
12574
12610
|
}
|
|
@@ -12836,34 +12872,130 @@ ncl-navigation-tabs {
|
|
|
12836
12872
|
}
|
|
12837
12873
|
}
|
|
12838
12874
|
|
|
12839
|
-
.badge {
|
|
12840
|
-
display: inline-block;
|
|
12841
|
-
min-width: 22px;
|
|
12842
|
-
padding: 3px 7px;
|
|
12843
|
-
font-size: 12px;
|
|
12844
|
-
font-weight: 500;
|
|
12845
|
-
color: @greyish-purple;
|
|
12846
|
-
line-height: 1;
|
|
12847
|
-
vertical-align: middle;
|
|
12848
|
-
white-space: nowrap;
|
|
12849
|
-
text-align: center;
|
|
12850
|
-
background-color: @pale-grey;
|
|
12851
|
-
border-radius: 7.5px;
|
|
12852
|
-
margin-left: 7px;
|
|
12853
|
-
margin-top: -4px;
|
|
12854
|
-
}
|
|
12855
|
-
}
|
|
12875
|
+
.badge {
|
|
12876
|
+
display: inline-block;
|
|
12877
|
+
min-width: 22px;
|
|
12878
|
+
padding: 3px 7px;
|
|
12879
|
+
font-size: 12px;
|
|
12880
|
+
font-weight: 500;
|
|
12881
|
+
color: @greyish-purple;
|
|
12882
|
+
line-height: 1;
|
|
12883
|
+
vertical-align: middle;
|
|
12884
|
+
white-space: nowrap;
|
|
12885
|
+
text-align: center;
|
|
12886
|
+
background-color: @pale-grey;
|
|
12887
|
+
border-radius: 7.5px;
|
|
12888
|
+
margin-left: 7px;
|
|
12889
|
+
margin-top: -4px;
|
|
12890
|
+
}
|
|
12891
|
+
}
|
|
12892
|
+
|
|
12893
|
+
.default-dropdown {
|
|
12894
|
+
float: left;
|
|
12895
|
+
width: 105px;
|
|
12896
|
+
|
|
12897
|
+
.default-dropdown-field:not(:hover) {
|
|
12898
|
+
border-color: transparent;
|
|
12899
|
+
}
|
|
12900
|
+
|
|
12901
|
+
.default-dropdown-container {
|
|
12902
|
+
z-index: 3;
|
|
12903
|
+
}
|
|
12904
|
+
}
|
|
12905
|
+
}
|
|
12906
|
+
|
|
12907
|
+
@desktop: 1350px;
|
|
12908
|
+
@desktop-low: 1202px;
|
|
12909
|
+
@desktop-middle: 1550px;
|
|
12910
|
+
|
|
12911
|
+
.ncl-version-configuration-basic-settings {
|
|
12912
|
+
.row {
|
|
12913
|
+
display: flex;
|
|
12914
|
+
justify-content: space-between;
|
|
12915
|
+
|
|
12916
|
+
&:not(:last-child) {
|
|
12917
|
+
margin-bottom: 23px;
|
|
12918
|
+
}
|
|
12919
|
+
|
|
12920
|
+
&:last-child {
|
|
12921
|
+
margin-bottom: 4px;
|
|
12922
|
+
}
|
|
12923
|
+
|
|
12924
|
+
&.enable-checkbox {
|
|
12925
|
+
justify-content: flex-start;
|
|
12926
|
+
margin-bottom: 18px;
|
|
12927
|
+
}
|
|
12928
|
+
|
|
12929
|
+
> div {
|
|
12930
|
+
flex: 1;
|
|
12931
|
+
|
|
12932
|
+
&:not(:last-child) {
|
|
12933
|
+
margin-right: 46px;
|
|
12934
|
+
}
|
|
12935
|
+
|
|
12936
|
+
.label {
|
|
12937
|
+
padding: 0;
|
|
12938
|
+
margin-bottom: 5px;
|
|
12939
|
+
}
|
|
12940
|
+
|
|
12941
|
+
&.timeout-block {
|
|
12942
|
+
.label {
|
|
12943
|
+
margin-bottom: 3px;
|
|
12944
|
+
}
|
|
12945
|
+
|
|
12946
|
+
.timeout-values {
|
|
12947
|
+
margin-left: 27px;
|
|
12948
|
+
|
|
12949
|
+
.inputs {
|
|
12950
|
+
display: flex;
|
|
12951
|
+
align-items: center;
|
|
12952
|
+
|
|
12953
|
+
.values-label {
|
|
12954
|
+
.duskThree(0.9);
|
|
12955
|
+
margin: 0 17px 0 8px;
|
|
12956
|
+
font-size: 14px;
|
|
12957
|
+
font-weight: normal;
|
|
12958
|
+
font-style: normal;
|
|
12959
|
+
letter-spacing: normal;
|
|
12960
|
+
text-align: left;
|
|
12961
|
+
color: @color;
|
|
12962
|
+
}
|
|
12963
|
+
}
|
|
12964
|
+
}
|
|
12965
|
+
}
|
|
12966
|
+
}
|
|
12967
|
+
|
|
12968
|
+
.logger-block {
|
|
12969
|
+
display: flex;
|
|
12970
|
+
margin-top: 3px;
|
|
12856
12971
|
|
|
12857
|
-
|
|
12858
|
-
|
|
12859
|
-
|
|
12972
|
+
.logger-dropdown {
|
|
12973
|
+
.default-dropdown {
|
|
12974
|
+
position: relative;
|
|
12975
|
+
height: 36px;
|
|
12860
12976
|
|
|
12861
|
-
|
|
12862
|
-
|
|
12863
|
-
|
|
12977
|
+
.dropdown-overlap {
|
|
12978
|
+
z-index: 100;
|
|
12979
|
+
}
|
|
12980
|
+
}
|
|
12981
|
+
}
|
|
12864
12982
|
|
|
12865
|
-
|
|
12866
|
-
|
|
12983
|
+
> div {
|
|
12984
|
+
flex: 1;
|
|
12985
|
+
|
|
12986
|
+
&:not(:last-child) {
|
|
12987
|
+
margin-right: 16px;
|
|
12988
|
+
}
|
|
12989
|
+
|
|
12990
|
+
.label {
|
|
12991
|
+
padding: 0;
|
|
12992
|
+
margin-bottom: 5px;
|
|
12993
|
+
}
|
|
12994
|
+
|
|
12995
|
+
&.logger-input {
|
|
12996
|
+
flex-grow: 1.95;
|
|
12997
|
+
}
|
|
12998
|
+
}
|
|
12867
12999
|
}
|
|
12868
13000
|
}
|
|
12869
13001
|
}
|
|
@@ -13107,109 +13239,59 @@ ncl-navigation-tabs {
|
|
|
13107
13239
|
}
|
|
13108
13240
|
}
|
|
13109
13241
|
|
|
13110
|
-
@desktop: 1350px;
|
|
13111
|
-
@desktop-low: 1202px;
|
|
13112
13242
|
@desktop-middle: 1550px;
|
|
13113
13243
|
|
|
13114
|
-
.ncl-version-configuration-
|
|
13244
|
+
.ncl-version-configuration-resources {
|
|
13115
13245
|
.row {
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
&:not(:last-child) {
|
|
13120
|
-
margin-bottom: 23px;
|
|
13121
|
-
}
|
|
13122
|
-
|
|
13123
|
-
&:last-child {
|
|
13124
|
-
margin-bottom: 4px;
|
|
13125
|
-
}
|
|
13246
|
+
.range-inputs-row {
|
|
13247
|
+
display: flex;
|
|
13248
|
+
align-items: flex-end;
|
|
13126
13249
|
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13250
|
+
.row-title {
|
|
13251
|
+
margin-bottom: 8px;
|
|
13252
|
+
}
|
|
13130
13253
|
}
|
|
13131
13254
|
|
|
13132
|
-
|
|
13133
|
-
|
|
13134
|
-
|
|
13135
|
-
&:not(:last-child) {
|
|
13136
|
-
margin-right: 46px;
|
|
13137
|
-
}
|
|
13255
|
+
.form-row {
|
|
13256
|
+
padding: 12px 0;
|
|
13138
13257
|
|
|
13139
|
-
.
|
|
13140
|
-
|
|
13141
|
-
margin-bottom: 5px;
|
|
13258
|
+
.row-title, .input-title {
|
|
13259
|
+
font-size: 14px;
|
|
13142
13260
|
}
|
|
13143
13261
|
|
|
13144
|
-
|
|
13145
|
-
|
|
13146
|
-
margin-bottom: 3px;
|
|
13147
|
-
}
|
|
13148
|
-
|
|
13149
|
-
.timeout-values {
|
|
13150
|
-
margin-left: 27px;
|
|
13151
|
-
|
|
13152
|
-
.inputs {
|
|
13153
|
-
display: flex;
|
|
13154
|
-
align-items: center;
|
|
13155
|
-
|
|
13156
|
-
.values-label {
|
|
13157
|
-
.duskThree(0.9);
|
|
13158
|
-
margin: 0 17px 0 8px;
|
|
13159
|
-
font-size: 14px;
|
|
13160
|
-
font-weight: normal;
|
|
13161
|
-
font-style: normal;
|
|
13162
|
-
letter-spacing: normal;
|
|
13163
|
-
text-align: left;
|
|
13164
|
-
color: @color;
|
|
13165
|
-
}
|
|
13166
|
-
}
|
|
13167
|
-
}
|
|
13262
|
+
.row-title {
|
|
13263
|
+
font-weight: 500;
|
|
13168
13264
|
}
|
|
13169
|
-
}
|
|
13170
|
-
|
|
13171
|
-
.logger-block {
|
|
13172
|
-
display: flex;
|
|
13173
|
-
margin-top: 3px;
|
|
13174
13265
|
|
|
13175
|
-
.
|
|
13176
|
-
|
|
13177
|
-
|
|
13178
|
-
height: 36px;
|
|
13266
|
+
.input-wrapper {
|
|
13267
|
+
display: flex;
|
|
13268
|
+
flex-wrap: wrap;
|
|
13179
13269
|
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
}
|
|
13270
|
+
.input-title {
|
|
13271
|
+
width: 100%;
|
|
13183
13272
|
}
|
|
13184
|
-
}
|
|
13185
|
-
|
|
13186
|
-
> div {
|
|
13187
|
-
flex: 1;
|
|
13188
13273
|
|
|
13189
|
-
|
|
13190
|
-
|
|
13274
|
+
.memory-number-input, .cpu-number-input {
|
|
13275
|
+
width: 50%;
|
|
13191
13276
|
}
|
|
13192
13277
|
|
|
13193
|
-
.
|
|
13194
|
-
|
|
13195
|
-
margin-bottom: 5px;
|
|
13278
|
+
.memory-size-dropdown, .cpu-dropdown {
|
|
13279
|
+
width: 35%
|
|
13196
13280
|
}
|
|
13197
13281
|
|
|
13198
|
-
|
|
13199
|
-
|
|
13282
|
+
.gpu-number-input, .replicas-number-input, .preemtion-mode-input {
|
|
13283
|
+
width: 85%;
|
|
13200
13284
|
}
|
|
13201
13285
|
}
|
|
13202
13286
|
}
|
|
13203
|
-
}
|
|
13204
|
-
}
|
|
13205
13287
|
|
|
13206
|
-
.
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
position: relative;
|
|
13288
|
+
.slider-block {
|
|
13289
|
+
padding-top: 0;
|
|
13290
|
+
margin-bottom: 10px;
|
|
13210
13291
|
|
|
13211
|
-
|
|
13212
|
-
|
|
13292
|
+
.slider {
|
|
13293
|
+
width: 70%;
|
|
13294
|
+
}
|
|
13213
13295
|
}
|
|
13214
13296
|
}
|
|
13215
13297
|
}
|
|
@@ -13265,59 +13347,13 @@ ncl-navigation-tabs {
|
|
|
13265
13347
|
}
|
|
13266
13348
|
}
|
|
13267
13349
|
|
|
13268
|
-
|
|
13269
|
-
|
|
13270
|
-
.ncl-version-configuration-resources {
|
|
13350
|
+
.ncl-version-configuration-logging {
|
|
13271
13351
|
.row {
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
align-items: flex-end;
|
|
13275
|
-
|
|
13276
|
-
.row-title {
|
|
13277
|
-
margin-bottom: 8px;
|
|
13278
|
-
}
|
|
13279
|
-
}
|
|
13280
|
-
|
|
13281
|
-
.form-row {
|
|
13282
|
-
padding: 12px 0;
|
|
13283
|
-
|
|
13284
|
-
.row-title, .input-title {
|
|
13285
|
-
font-size: 14px;
|
|
13286
|
-
}
|
|
13287
|
-
|
|
13288
|
-
.row-title {
|
|
13289
|
-
font-weight: 500;
|
|
13290
|
-
}
|
|
13291
|
-
|
|
13292
|
-
.input-wrapper {
|
|
13293
|
-
display: flex;
|
|
13294
|
-
flex-wrap: wrap;
|
|
13295
|
-
|
|
13296
|
-
.input-title {
|
|
13297
|
-
width: 100%;
|
|
13298
|
-
}
|
|
13299
|
-
|
|
13300
|
-
.memory-number-input, .cpu-number-input {
|
|
13301
|
-
width: 50%;
|
|
13302
|
-
}
|
|
13303
|
-
|
|
13304
|
-
.memory-size-dropdown, .cpu-dropdown {
|
|
13305
|
-
width: 35%
|
|
13306
|
-
}
|
|
13307
|
-
|
|
13308
|
-
.gpu-number-input, .replicas-number-input, .preemtion-mode-input {
|
|
13309
|
-
width: 85%;
|
|
13310
|
-
}
|
|
13311
|
-
}
|
|
13312
|
-
}
|
|
13313
|
-
|
|
13314
|
-
.slider-block {
|
|
13315
|
-
padding-top: 0;
|
|
13316
|
-
margin-bottom: 10px;
|
|
13352
|
+
display: flex;
|
|
13353
|
+
position: relative;
|
|
13317
13354
|
|
|
13318
|
-
|
|
13319
|
-
|
|
13320
|
-
}
|
|
13355
|
+
.logging-wrapper {
|
|
13356
|
+
width: 100%;
|
|
13321
13357
|
}
|
|
13322
13358
|
}
|
|
13323
13359
|
}
|
|
@@ -13386,42 +13422,6 @@ ncl-navigation-tabs {
|
|
|
13386
13422
|
}
|
|
13387
13423
|
}
|
|
13388
13424
|
|
|
13389
|
-
.function-from-template-dialog-wrapper {
|
|
13390
|
-
.title {
|
|
13391
|
-
font-size: 20px;
|
|
13392
|
-
font-weight: 500;
|
|
13393
|
-
text-align: left;
|
|
13394
|
-
color: @dusk-three;
|
|
13395
|
-
}
|
|
13396
|
-
|
|
13397
|
-
.main-content {
|
|
13398
|
-
width: 500px;
|
|
13399
|
-
max-height: 500px;
|
|
13400
|
-
|
|
13401
|
-
form {
|
|
13402
|
-
margin: 0 20px 0 0;
|
|
13403
|
-
|
|
13404
|
-
.field-label {
|
|
13405
|
-
font-size: 14px;
|
|
13406
|
-
text-align: left;
|
|
13407
|
-
color: @dusk-three;
|
|
13408
|
-
}
|
|
13409
|
-
|
|
13410
|
-
.validating-input-field {
|
|
13411
|
-
.input-field {
|
|
13412
|
-
padding: 0 10px 0 17px;
|
|
13413
|
-
}
|
|
13414
|
-
|
|
13415
|
-
.input-placeholder {
|
|
13416
|
-
left: 18px;
|
|
13417
|
-
font-style: italic;
|
|
13418
|
-
font-size: 14px;
|
|
13419
|
-
}
|
|
13420
|
-
}
|
|
13421
|
-
}
|
|
13422
|
-
}
|
|
13423
|
-
}
|
|
13424
|
-
|
|
13425
13425
|
.version-configuration-build-dialog-wrapper {
|
|
13426
13426
|
font-family: Roboto;
|
|
13427
13427
|
|