iguazio.dashboard-controls 1.2.16 → 1.2.18
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 +2477 -2476
- package/dist/less/iguazio.dashboard-controls.less +359 -359
- package/package.json +2 -2
- package/src/igz_controls/less/tooltips.less +1 -1
- package/src/igz_controls/services/validation.service.js +1 -1
- package/src/igz_controls/services/yaml.service.js +1 -1
- package/src/nuclio/functions/version/version-code/version-code.component.js +4 -3
|
@@ -3543,7 +3543,7 @@ html input[disabled], html textarea[disabled] {
|
|
|
3543
3543
|
div.highcharts-tooltip {
|
|
3544
3544
|
|
|
3545
3545
|
> span {
|
|
3546
|
-
width: 160px;
|
|
3546
|
+
width: 160px !important;
|
|
3547
3547
|
}
|
|
3548
3548
|
}
|
|
3549
3549
|
}
|
|
@@ -6971,6 +6971,37 @@ yx-axis
|
|
|
6971
6971
|
}
|
|
6972
6972
|
}
|
|
6973
6973
|
|
|
6974
|
+
.control-panel-log-row {
|
|
6975
|
+
.control-panel-log-table-row-color-set();
|
|
6976
|
+
|
|
6977
|
+
.log-entry {
|
|
6978
|
+
.log-entry-time {
|
|
6979
|
+
color: @log-entry-time-color;
|
|
6980
|
+
}
|
|
6981
|
+
|
|
6982
|
+
.log-entry-level-debug {
|
|
6983
|
+
color: @log-entry-level-debug-color;
|
|
6984
|
+
}
|
|
6985
|
+
|
|
6986
|
+
.log-entry-level-info {
|
|
6987
|
+
color: @log-entry-level-info-color;
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6990
|
+
.log-entry-level-warn, .log-entry-level-warning {
|
|
6991
|
+
color: @log-entry-level-warn-color;
|
|
6992
|
+
}
|
|
6993
|
+
|
|
6994
|
+
.log-entry-level-error {
|
|
6995
|
+
color: @log-entry-level-error-color;
|
|
6996
|
+
}
|
|
6997
|
+
|
|
6998
|
+
.log-entry-message {
|
|
6999
|
+
line-break: anywhere;
|
|
7000
|
+
font-weight: 600;
|
|
7001
|
+
}
|
|
7002
|
+
}
|
|
7003
|
+
}
|
|
7004
|
+
|
|
6974
7005
|
.more-info-wrapper {
|
|
6975
7006
|
.more-info-color-set();
|
|
6976
7007
|
|
|
@@ -7130,76 +7161,6 @@ yx-axis
|
|
|
7130
7161
|
}
|
|
7131
7162
|
}
|
|
7132
7163
|
|
|
7133
|
-
.control-panel-log-row {
|
|
7134
|
-
.control-panel-log-table-row-color-set();
|
|
7135
|
-
|
|
7136
|
-
.log-entry {
|
|
7137
|
-
.log-entry-time {
|
|
7138
|
-
color: @log-entry-time-color;
|
|
7139
|
-
}
|
|
7140
|
-
|
|
7141
|
-
.log-entry-level-debug {
|
|
7142
|
-
color: @log-entry-level-debug-color;
|
|
7143
|
-
}
|
|
7144
|
-
|
|
7145
|
-
.log-entry-level-info {
|
|
7146
|
-
color: @log-entry-level-info-color;
|
|
7147
|
-
}
|
|
7148
|
-
|
|
7149
|
-
.log-entry-level-warn, .log-entry-level-warning {
|
|
7150
|
-
color: @log-entry-level-warn-color;
|
|
7151
|
-
}
|
|
7152
|
-
|
|
7153
|
-
.log-entry-level-error {
|
|
7154
|
-
color: @log-entry-level-error-color;
|
|
7155
|
-
}
|
|
7156
|
-
|
|
7157
|
-
.log-entry-message {
|
|
7158
|
-
line-break: anywhere;
|
|
7159
|
-
font-weight: 600;
|
|
7160
|
-
}
|
|
7161
|
-
}
|
|
7162
|
-
}
|
|
7163
|
-
|
|
7164
|
-
.igz-navigation-tabs {
|
|
7165
|
-
.navigation-tabs-color-set();
|
|
7166
|
-
|
|
7167
|
-
background-color: @navigation-tabs-bg-color;
|
|
7168
|
-
height: 56px;
|
|
7169
|
-
padding-top: 7px;
|
|
7170
|
-
|
|
7171
|
-
.navigation-tab {
|
|
7172
|
-
float: left;
|
|
7173
|
-
height: 32px;
|
|
7174
|
-
padding: 15px 24px 0;
|
|
7175
|
-
font-family: @font-family-sans-serif;
|
|
7176
|
-
color: @navigation-tab-color;
|
|
7177
|
-
font-size: 14px;
|
|
7178
|
-
text-align: center;
|
|
7179
|
-
cursor: pointer;
|
|
7180
|
-
border-bottom: @navigation-tab-border-bottom;
|
|
7181
|
-
box-sizing: content-box;
|
|
7182
|
-
|
|
7183
|
-
&.active, &.active:hover {
|
|
7184
|
-
background-color: @navigation-tab-active-hover-bg-color;
|
|
7185
|
-
color: @navigation-tab-active-hover-color;
|
|
7186
|
-
border-bottom: @navigation-tab-active-hover-border-bottom;
|
|
7187
|
-
}
|
|
7188
|
-
|
|
7189
|
-
&:hover {
|
|
7190
|
-
background-color: @navigation-tab-hover-bg-color;
|
|
7191
|
-
}
|
|
7192
|
-
|
|
7193
|
-
&.active {
|
|
7194
|
-
background-color: @navigation-tab-active-bg-color;
|
|
7195
|
-
}
|
|
7196
|
-
|
|
7197
|
-
@media screen and (max-width: 940px) {
|
|
7198
|
-
padding: 15px 12px 0;
|
|
7199
|
-
}
|
|
7200
|
-
}
|
|
7201
|
-
}
|
|
7202
|
-
|
|
7203
7164
|
.igz-multiple-checkboxes {
|
|
7204
7165
|
.multiple-checkboxes-color-set();
|
|
7205
7166
|
|
|
@@ -7549,6 +7510,45 @@ yx-axis
|
|
|
7549
7510
|
}
|
|
7550
7511
|
}
|
|
7551
7512
|
|
|
7513
|
+
.igz-navigation-tabs {
|
|
7514
|
+
.navigation-tabs-color-set();
|
|
7515
|
+
|
|
7516
|
+
background-color: @navigation-tabs-bg-color;
|
|
7517
|
+
height: 56px;
|
|
7518
|
+
padding-top: 7px;
|
|
7519
|
+
|
|
7520
|
+
.navigation-tab {
|
|
7521
|
+
float: left;
|
|
7522
|
+
height: 32px;
|
|
7523
|
+
padding: 15px 24px 0;
|
|
7524
|
+
font-family: @font-family-sans-serif;
|
|
7525
|
+
color: @navigation-tab-color;
|
|
7526
|
+
font-size: 14px;
|
|
7527
|
+
text-align: center;
|
|
7528
|
+
cursor: pointer;
|
|
7529
|
+
border-bottom: @navigation-tab-border-bottom;
|
|
7530
|
+
box-sizing: content-box;
|
|
7531
|
+
|
|
7532
|
+
&.active, &.active:hover {
|
|
7533
|
+
background-color: @navigation-tab-active-hover-bg-color;
|
|
7534
|
+
color: @navigation-tab-active-hover-color;
|
|
7535
|
+
border-bottom: @navigation-tab-active-hover-border-bottom;
|
|
7536
|
+
}
|
|
7537
|
+
|
|
7538
|
+
&:hover {
|
|
7539
|
+
background-color: @navigation-tab-hover-bg-color;
|
|
7540
|
+
}
|
|
7541
|
+
|
|
7542
|
+
&.active {
|
|
7543
|
+
background-color: @navigation-tab-active-bg-color;
|
|
7544
|
+
}
|
|
7545
|
+
|
|
7546
|
+
@media screen and (max-width: 940px) {
|
|
7547
|
+
padding: 15px 12px 0;
|
|
7548
|
+
}
|
|
7549
|
+
}
|
|
7550
|
+
}
|
|
7551
|
+
|
|
7552
7552
|
.igz-pagination {
|
|
7553
7553
|
.pagination-color-set();
|
|
7554
7554
|
|
|
@@ -8104,83 +8104,6 @@ yx-axis
|
|
|
8104
8104
|
}
|
|
8105
8105
|
}
|
|
8106
8106
|
|
|
8107
|
-
.ngdialog.text-edit {
|
|
8108
|
-
.text-edit-color-set();
|
|
8109
|
-
|
|
8110
|
-
.ngdialog-content {
|
|
8111
|
-
padding: 0;
|
|
8112
|
-
width: 1000px;
|
|
8113
|
-
height: 678px;
|
|
8114
|
-
|
|
8115
|
-
.text-preview-directive-wrapper {
|
|
8116
|
-
.title {
|
|
8117
|
-
margin: 25px 0 0 24px;
|
|
8118
|
-
padding: 0 70px 0 0;
|
|
8119
|
-
}
|
|
8120
|
-
|
|
8121
|
-
.close-button {
|
|
8122
|
-
position: absolute;
|
|
8123
|
-
top: 24px;
|
|
8124
|
-
right: 24px;
|
|
8125
|
-
font-size: 18px;
|
|
8126
|
-
color: @close-btn-color;
|
|
8127
|
-
}
|
|
8128
|
-
|
|
8129
|
-
.buttons {
|
|
8130
|
-
margin-right: 24px;
|
|
8131
|
-
}
|
|
8132
|
-
|
|
8133
|
-
.text-preview-wrapper {
|
|
8134
|
-
background-color: @text-preview-wrapper-bg-color;
|
|
8135
|
-
border-top: @text-preview-wrapper-border-top;
|
|
8136
|
-
border-bottom: @text-preview-wrapper-border-bottom;
|
|
8137
|
-
border-radius: 2px;
|
|
8138
|
-
margin-bottom: 16px;
|
|
8139
|
-
padding: 15px 22px 17px;
|
|
8140
|
-
min-width: 690px;
|
|
8141
|
-
height: 550px;
|
|
8142
|
-
|
|
8143
|
-
.text-preview-container {
|
|
8144
|
-
width: 100%;
|
|
8145
|
-
line-height: 1.9;
|
|
8146
|
-
text-align: left;
|
|
8147
|
-
padding-right: 22px;
|
|
8148
|
-
font-size: 13px;
|
|
8149
|
-
color: @text-preview-container-color;
|
|
8150
|
-
resize: none;
|
|
8151
|
-
overflow: hidden;
|
|
8152
|
-
border-color: @text-preview-container-border-color;
|
|
8153
|
-
background-color: @text-preview-container-bg-color;
|
|
8154
|
-
cursor: text;
|
|
8155
|
-
}
|
|
8156
|
-
|
|
8157
|
-
.text-preview-container:focus {
|
|
8158
|
-
outline: 0;
|
|
8159
|
-
}
|
|
8160
|
-
|
|
8161
|
-
.word-wrap-checkbox-wrapper {
|
|
8162
|
-
width: 100%;
|
|
8163
|
-
display: flex;
|
|
8164
|
-
justify-content: flex-end;
|
|
8165
|
-
|
|
8166
|
-
.col-checkbox {
|
|
8167
|
-
line-height: normal;
|
|
8168
|
-
height: 25px;
|
|
8169
|
-
|
|
8170
|
-
label:before {
|
|
8171
|
-
font-size: 16px;
|
|
8172
|
-
}
|
|
8173
|
-
}
|
|
8174
|
-
}
|
|
8175
|
-
}
|
|
8176
|
-
}
|
|
8177
|
-
}
|
|
8178
|
-
|
|
8179
|
-
.ncl-monaco {
|
|
8180
|
-
height: 500px;
|
|
8181
|
-
}
|
|
8182
|
-
}
|
|
8183
|
-
|
|
8184
8107
|
.splash-screen {
|
|
8185
8108
|
.splash-screen-color-set();
|
|
8186
8109
|
|
|
@@ -8288,31 +8211,108 @@ yx-axis
|
|
|
8288
8211
|
}
|
|
8289
8212
|
}
|
|
8290
8213
|
}
|
|
8291
|
-
.
|
|
8292
|
-
.
|
|
8214
|
+
.ngdialog.text-edit {
|
|
8215
|
+
.text-edit-color-set();
|
|
8293
8216
|
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8298
|
-
position: relative;
|
|
8217
|
+
.ngdialog-content {
|
|
8218
|
+
padding: 0;
|
|
8219
|
+
width: 1000px;
|
|
8220
|
+
height: 678px;
|
|
8299
8221
|
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8222
|
+
.text-preview-directive-wrapper {
|
|
8223
|
+
.title {
|
|
8224
|
+
margin: 25px 0 0 24px;
|
|
8225
|
+
padding: 0 70px 0 0;
|
|
8226
|
+
}
|
|
8304
8227
|
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8228
|
+
.close-button {
|
|
8229
|
+
position: absolute;
|
|
8230
|
+
top: 24px;
|
|
8231
|
+
right: 24px;
|
|
8232
|
+
font-size: 18px;
|
|
8233
|
+
color: @close-btn-color;
|
|
8234
|
+
}
|
|
8309
8235
|
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8236
|
+
.buttons {
|
|
8237
|
+
margin-right: 24px;
|
|
8238
|
+
}
|
|
8239
|
+
|
|
8240
|
+
.text-preview-wrapper {
|
|
8241
|
+
background-color: @text-preview-wrapper-bg-color;
|
|
8242
|
+
border-top: @text-preview-wrapper-border-top;
|
|
8243
|
+
border-bottom: @text-preview-wrapper-border-bottom;
|
|
8244
|
+
border-radius: 2px;
|
|
8245
|
+
margin-bottom: 16px;
|
|
8246
|
+
padding: 15px 22px 17px;
|
|
8247
|
+
min-width: 690px;
|
|
8248
|
+
height: 550px;
|
|
8249
|
+
|
|
8250
|
+
.text-preview-container {
|
|
8251
|
+
width: 100%;
|
|
8252
|
+
line-height: 1.9;
|
|
8253
|
+
text-align: left;
|
|
8254
|
+
padding-right: 22px;
|
|
8255
|
+
font-size: 13px;
|
|
8256
|
+
color: @text-preview-container-color;
|
|
8257
|
+
resize: none;
|
|
8258
|
+
overflow: hidden;
|
|
8259
|
+
border-color: @text-preview-container-border-color;
|
|
8260
|
+
background-color: @text-preview-container-bg-color;
|
|
8261
|
+
cursor: text;
|
|
8262
|
+
}
|
|
8263
|
+
|
|
8264
|
+
.text-preview-container:focus {
|
|
8265
|
+
outline: 0;
|
|
8266
|
+
}
|
|
8267
|
+
|
|
8268
|
+
.word-wrap-checkbox-wrapper {
|
|
8269
|
+
width: 100%;
|
|
8270
|
+
display: flex;
|
|
8271
|
+
justify-content: flex-end;
|
|
8272
|
+
|
|
8273
|
+
.col-checkbox {
|
|
8274
|
+
line-height: normal;
|
|
8275
|
+
height: 25px;
|
|
8276
|
+
|
|
8277
|
+
label:before {
|
|
8278
|
+
font-size: 16px;
|
|
8279
|
+
}
|
|
8280
|
+
}
|
|
8281
|
+
}
|
|
8282
|
+
}
|
|
8283
|
+
}
|
|
8284
|
+
}
|
|
8285
|
+
|
|
8286
|
+
.ncl-monaco {
|
|
8287
|
+
height: 500px;
|
|
8288
|
+
}
|
|
8289
|
+
}
|
|
8290
|
+
|
|
8291
|
+
.toast-status-panel {
|
|
8292
|
+
.toast-status-panel-color-set();
|
|
8293
|
+
|
|
8294
|
+
margin-bottom: 20px;
|
|
8295
|
+
padding: 16px 36px 16px 12px;
|
|
8296
|
+
background-color: @toast-panel-bg-color;
|
|
8297
|
+
border: @toast-panel-border;
|
|
8298
|
+
position: relative;
|
|
8299
|
+
|
|
8300
|
+
&.in-progress {
|
|
8301
|
+
background-color: @toast-panel-in-progress-bg-color;
|
|
8302
|
+
border: @toast-panel-in-progress-border;
|
|
8303
|
+
}
|
|
8304
|
+
|
|
8305
|
+
&.failed {
|
|
8306
|
+
background-color: @toast-panel-failed-bg-color;
|
|
8307
|
+
border: @toast-panel-failed-border;
|
|
8308
|
+
}
|
|
8309
|
+
|
|
8310
|
+
.panel-status {
|
|
8311
|
+
color: @toast-panel-status-color;
|
|
8312
|
+
line-height: 24px;
|
|
8313
|
+
font-size: 14px;
|
|
8314
|
+
font-weight: 700;
|
|
8315
|
+
font-family: @font-family-sans-serif;
|
|
8316
8316
|
align-items: center;
|
|
8317
8317
|
display: flex;
|
|
8318
8318
|
justify-content: center;
|
|
@@ -10308,6 +10308,129 @@ ncl-breadcrumbs {
|
|
|
10308
10308
|
}
|
|
10309
10309
|
}
|
|
10310
10310
|
|
|
10311
|
+
.ncl-collapsing-row {
|
|
10312
|
+
margin-bottom: 9px;
|
|
10313
|
+
|
|
10314
|
+
.title-block.common-table-row {
|
|
10315
|
+
border: 1px solid @pale-grey;
|
|
10316
|
+
box-shadow: none;
|
|
10317
|
+
min-height: 49px;
|
|
10318
|
+
|
|
10319
|
+
&.collapsed {
|
|
10320
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
10321
|
+
|
|
10322
|
+
&:hover {
|
|
10323
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
10324
|
+
}
|
|
10325
|
+
}
|
|
10326
|
+
|
|
10327
|
+
&:hover {
|
|
10328
|
+
.common-table-cells-container {
|
|
10329
|
+
background-color: @white;
|
|
10330
|
+
}
|
|
10331
|
+
|
|
10332
|
+
.actions-menu {
|
|
10333
|
+
visibility: visible;
|
|
10334
|
+
background-color: @white;
|
|
10335
|
+
}
|
|
10336
|
+
|
|
10337
|
+
.single-action {
|
|
10338
|
+
visibility: visible;
|
|
10339
|
+
}
|
|
10340
|
+
}
|
|
10341
|
+
}
|
|
10342
|
+
|
|
10343
|
+
.row-collapse {
|
|
10344
|
+
width: 40px;
|
|
10345
|
+
flex: none;
|
|
10346
|
+
justify-content: center;
|
|
10347
|
+
align-items: flex-start;
|
|
10348
|
+
line-height: 51px;
|
|
10349
|
+
|
|
10350
|
+
.collapse-icon {
|
|
10351
|
+
background-color: transparent;
|
|
10352
|
+
position: absolute;
|
|
10353
|
+
|
|
10354
|
+
&.igz-icon-right, &.igz-icon-down {
|
|
10355
|
+
font-size: 12px;
|
|
10356
|
+
.duskThree(0.64);
|
|
10357
|
+
color: @color;
|
|
10358
|
+
|
|
10359
|
+
&:hover {
|
|
10360
|
+
color: @dusk-three;
|
|
10361
|
+
}
|
|
10362
|
+
}
|
|
10363
|
+
}
|
|
10364
|
+
}
|
|
10365
|
+
|
|
10366
|
+
.item-row {
|
|
10367
|
+
display: flex;
|
|
10368
|
+
flex-flow: row nowrap;
|
|
10369
|
+
align-items: center;
|
|
10370
|
+
|
|
10371
|
+
.item-name {
|
|
10372
|
+
font-weight: bold;
|
|
10373
|
+
display: flex;
|
|
10374
|
+
flex-flow: row nowrap;
|
|
10375
|
+
align-items: baseline;
|
|
10376
|
+
width: 192px;
|
|
10377
|
+
|
|
10378
|
+
.text-ellipsis {
|
|
10379
|
+
width: auto;
|
|
10380
|
+
}
|
|
10381
|
+
}
|
|
10382
|
+
|
|
10383
|
+
.item-class {
|
|
10384
|
+
width: 168px;
|
|
10385
|
+
padding-left: 16px;
|
|
10386
|
+
}
|
|
10387
|
+
|
|
10388
|
+
.field-label {
|
|
10389
|
+
text-transform: capitalize;
|
|
10390
|
+
}
|
|
10391
|
+
}
|
|
10392
|
+
|
|
10393
|
+
.item-info-row {
|
|
10394
|
+
line-height: 30px;
|
|
10395
|
+
}
|
|
10396
|
+
|
|
10397
|
+
.expanded-item-info-block {
|
|
10398
|
+
width: 100%;
|
|
10399
|
+
height: 100%;
|
|
10400
|
+
top: 0;
|
|
10401
|
+
padding: 10px 0;
|
|
10402
|
+
}
|
|
10403
|
+
|
|
10404
|
+
.collapsed-item-info-block {
|
|
10405
|
+
padding-left: 16px;
|
|
10406
|
+
white-space: nowrap;
|
|
10407
|
+
width: 100%;
|
|
10408
|
+
overflow: hidden;
|
|
10409
|
+
text-overflow: ellipsis;
|
|
10410
|
+
}
|
|
10411
|
+
|
|
10412
|
+
.actions-menu {
|
|
10413
|
+
visibility: hidden;
|
|
10414
|
+
align-items: flex-start;
|
|
10415
|
+
line-height: 51px;
|
|
10416
|
+
}
|
|
10417
|
+
|
|
10418
|
+
.single-action {
|
|
10419
|
+
visibility: hidden;
|
|
10420
|
+
align-items: flex-start;
|
|
10421
|
+
flex: none;
|
|
10422
|
+
padding-right: 4px;
|
|
10423
|
+
|
|
10424
|
+
.igz-action-panel {
|
|
10425
|
+
transition: unset;
|
|
10426
|
+
|
|
10427
|
+
.igz-action-item {
|
|
10428
|
+
margin: 4px 0 0 0;
|
|
10429
|
+
}
|
|
10430
|
+
}
|
|
10431
|
+
}
|
|
10432
|
+
}
|
|
10433
|
+
|
|
10311
10434
|
.ncl-breadcrumbs-dropdown {
|
|
10312
10435
|
display: inline-grid;
|
|
10313
10436
|
|
|
@@ -10448,129 +10571,44 @@ ncl-breadcrumbs {
|
|
|
10448
10571
|
}
|
|
10449
10572
|
}
|
|
10450
10573
|
|
|
10451
|
-
.ncl-
|
|
10452
|
-
|
|
10453
|
-
|
|
10454
|
-
|
|
10455
|
-
|
|
10456
|
-
|
|
10457
|
-
|
|
10458
|
-
|
|
10459
|
-
|
|
10460
|
-
|
|
10461
|
-
|
|
10462
|
-
&:hover {
|
|
10463
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
|
|
10464
|
-
}
|
|
10465
|
-
}
|
|
10574
|
+
.ncl-deploy-log-wrapper {
|
|
10575
|
+
.log-panel {
|
|
10576
|
+
.logs-common();
|
|
10577
|
+
background-color: @dark-grey;
|
|
10578
|
+
color: @light-grey-three;
|
|
10579
|
+
padding: 5px;
|
|
10580
|
+
margin: 21px 0 0 4px;
|
|
10581
|
+
min-height: 280px;
|
|
10582
|
+
max-height: 280px;
|
|
10583
|
+
height: 280px;
|
|
10466
10584
|
|
|
10467
|
-
|
|
10468
|
-
.
|
|
10469
|
-
|
|
10585
|
+
.log-entry {
|
|
10586
|
+
.log-entry-time {
|
|
10587
|
+
color: @solid-grey;
|
|
10470
10588
|
}
|
|
10471
10589
|
|
|
10472
|
-
.
|
|
10473
|
-
|
|
10474
|
-
background-color: @white;
|
|
10590
|
+
.log-entry-level-debug{
|
|
10591
|
+
color: @dusty-blue;
|
|
10475
10592
|
}
|
|
10476
10593
|
|
|
10477
|
-
.
|
|
10478
|
-
|
|
10594
|
+
.log-entry-level-info {
|
|
10595
|
+
color: @cloudy-blue;
|
|
10479
10596
|
}
|
|
10480
|
-
}
|
|
10481
|
-
}
|
|
10482
|
-
|
|
10483
|
-
.row-collapse {
|
|
10484
|
-
width: 40px;
|
|
10485
|
-
flex: none;
|
|
10486
|
-
justify-content: center;
|
|
10487
|
-
align-items: flex-start;
|
|
10488
|
-
line-height: 51px;
|
|
10489
|
-
|
|
10490
|
-
.collapse-icon {
|
|
10491
|
-
background-color: transparent;
|
|
10492
|
-
position: absolute;
|
|
10493
|
-
|
|
10494
|
-
&.igz-icon-right, &.igz-icon-down {
|
|
10495
|
-
font-size: 12px;
|
|
10496
|
-
.duskThree(0.64);
|
|
10497
|
-
color: @color;
|
|
10498
10597
|
|
|
10499
|
-
|
|
10500
|
-
|
|
10501
|
-
}
|
|
10598
|
+
.log-entry-level-warn{
|
|
10599
|
+
color: @sunflower-yellow;
|
|
10502
10600
|
}
|
|
10503
|
-
}
|
|
10504
|
-
}
|
|
10505
10601
|
|
|
10506
|
-
|
|
10507
|
-
|
|
10508
|
-
flex-flow: row nowrap;
|
|
10509
|
-
align-items: center;
|
|
10510
|
-
|
|
10511
|
-
.item-name {
|
|
10512
|
-
font-weight: bold;
|
|
10513
|
-
display: flex;
|
|
10514
|
-
flex-flow: row nowrap;
|
|
10515
|
-
align-items: baseline;
|
|
10516
|
-
width: 192px;
|
|
10517
|
-
|
|
10518
|
-
.text-ellipsis {
|
|
10519
|
-
width: auto;
|
|
10602
|
+
.log-entry-level-error {
|
|
10603
|
+
color: @darkish-pink;
|
|
10520
10604
|
}
|
|
10521
|
-
}
|
|
10522
10605
|
|
|
10523
|
-
|
|
10524
|
-
|
|
10525
|
-
padding-left: 16px;
|
|
10526
|
-
}
|
|
10527
|
-
|
|
10528
|
-
.field-label {
|
|
10529
|
-
text-transform: capitalize;
|
|
10530
|
-
}
|
|
10531
|
-
}
|
|
10532
|
-
|
|
10533
|
-
.item-info-row {
|
|
10534
|
-
line-height: 30px;
|
|
10535
|
-
}
|
|
10536
|
-
|
|
10537
|
-
.expanded-item-info-block {
|
|
10538
|
-
width: 100%;
|
|
10539
|
-
height: 100%;
|
|
10540
|
-
top: 0;
|
|
10541
|
-
padding: 10px 0;
|
|
10542
|
-
}
|
|
10543
|
-
|
|
10544
|
-
.collapsed-item-info-block {
|
|
10545
|
-
padding-left: 16px;
|
|
10546
|
-
white-space: nowrap;
|
|
10547
|
-
width: 100%;
|
|
10548
|
-
overflow: hidden;
|
|
10549
|
-
text-overflow: ellipsis;
|
|
10550
|
-
}
|
|
10551
|
-
|
|
10552
|
-
.actions-menu {
|
|
10553
|
-
visibility: hidden;
|
|
10554
|
-
align-items: flex-start;
|
|
10555
|
-
line-height: 51px;
|
|
10556
|
-
}
|
|
10557
|
-
|
|
10558
|
-
.single-action {
|
|
10559
|
-
visibility: hidden;
|
|
10560
|
-
align-items: flex-start;
|
|
10561
|
-
flex: none;
|
|
10562
|
-
padding-right: 4px;
|
|
10563
|
-
|
|
10564
|
-
.igz-action-panel {
|
|
10565
|
-
transition: unset;
|
|
10566
|
-
|
|
10567
|
-
.igz-action-item {
|
|
10568
|
-
margin: 4px 0 0 0;
|
|
10606
|
+
.log-entry-message {
|
|
10607
|
+
font-weight: 600;
|
|
10569
10608
|
}
|
|
10570
10609
|
}
|
|
10571
10610
|
}
|
|
10572
10611
|
}
|
|
10573
|
-
|
|
10574
10612
|
.ncl-edit-item {
|
|
10575
10613
|
width: 100%;
|
|
10576
10614
|
padding: 6px 0;
|
|
@@ -10671,88 +10709,6 @@ ncl-breadcrumbs {
|
|
|
10671
10709
|
}
|
|
10672
10710
|
}
|
|
10673
10711
|
|
|
10674
|
-
.ncl-deploy-log-wrapper {
|
|
10675
|
-
.log-panel {
|
|
10676
|
-
.logs-common();
|
|
10677
|
-
background-color: @dark-grey;
|
|
10678
|
-
color: @light-grey-three;
|
|
10679
|
-
padding: 5px;
|
|
10680
|
-
margin: 21px 0 0 4px;
|
|
10681
|
-
min-height: 280px;
|
|
10682
|
-
max-height: 280px;
|
|
10683
|
-
height: 280px;
|
|
10684
|
-
|
|
10685
|
-
.log-entry {
|
|
10686
|
-
.log-entry-time {
|
|
10687
|
-
color: @solid-grey;
|
|
10688
|
-
}
|
|
10689
|
-
|
|
10690
|
-
.log-entry-level-debug{
|
|
10691
|
-
color: @dusty-blue;
|
|
10692
|
-
}
|
|
10693
|
-
|
|
10694
|
-
.log-entry-level-info {
|
|
10695
|
-
color: @cloudy-blue;
|
|
10696
|
-
}
|
|
10697
|
-
|
|
10698
|
-
.log-entry-level-warn{
|
|
10699
|
-
color: @sunflower-yellow;
|
|
10700
|
-
}
|
|
10701
|
-
|
|
10702
|
-
.log-entry-level-error {
|
|
10703
|
-
color: @darkish-pink;
|
|
10704
|
-
}
|
|
10705
|
-
|
|
10706
|
-
.log-entry-message {
|
|
10707
|
-
font-weight: 600;
|
|
10708
|
-
}
|
|
10709
|
-
}
|
|
10710
|
-
}
|
|
10711
|
-
}
|
|
10712
|
-
.view-yaml-dialog-wrapper {
|
|
10713
|
-
.ngdialog-content {
|
|
10714
|
-
.view-yaml-dialog-header {
|
|
10715
|
-
.title {
|
|
10716
|
-
margin-bottom: 10px;
|
|
10717
|
-
}
|
|
10718
|
-
|
|
10719
|
-
.copy-to-clipboard {
|
|
10720
|
-
width: 20px;
|
|
10721
|
-
}
|
|
10722
|
-
}
|
|
10723
|
-
|
|
10724
|
-
.monaco-editor {
|
|
10725
|
-
min-width: 700px;
|
|
10726
|
-
min-height: 450px;
|
|
10727
|
-
}
|
|
10728
|
-
}
|
|
10729
|
-
}
|
|
10730
|
-
.ncl-monaco {
|
|
10731
|
-
.ncl-monaco-wrapper {
|
|
10732
|
-
padding-top: 20px;
|
|
10733
|
-
height: 100%;
|
|
10734
|
-
border: 1px solid @pale-grey;
|
|
10735
|
-
background-color: @white;
|
|
10736
|
-
|
|
10737
|
-
&.no-top-padding {
|
|
10738
|
-
padding-top: 0;
|
|
10739
|
-
}
|
|
10740
|
-
|
|
10741
|
-
.ncl-monaco-top-row {
|
|
10742
|
-
display: block;
|
|
10743
|
-
}
|
|
10744
|
-
|
|
10745
|
-
.ncl-monaco-editor {
|
|
10746
|
-
height: 100%;
|
|
10747
|
-
}
|
|
10748
|
-
}
|
|
10749
|
-
|
|
10750
|
-
.ncl-monaco-dark {
|
|
10751
|
-
background-color: @vs-dark;
|
|
10752
|
-
}
|
|
10753
|
-
}
|
|
10754
|
-
|
|
10755
|
-
|
|
10756
10712
|
.ncl-key-value-input {
|
|
10757
10713
|
.input-wrapper {
|
|
10758
10714
|
width: 100%;
|
|
@@ -10967,6 +10923,50 @@ ncl-breadcrumbs {
|
|
|
10967
10923
|
}
|
|
10968
10924
|
}
|
|
10969
10925
|
|
|
10926
|
+
.view-yaml-dialog-wrapper {
|
|
10927
|
+
.ngdialog-content {
|
|
10928
|
+
.view-yaml-dialog-header {
|
|
10929
|
+
.title {
|
|
10930
|
+
margin-bottom: 10px;
|
|
10931
|
+
}
|
|
10932
|
+
|
|
10933
|
+
.copy-to-clipboard {
|
|
10934
|
+
width: 20px;
|
|
10935
|
+
}
|
|
10936
|
+
}
|
|
10937
|
+
|
|
10938
|
+
.monaco-editor {
|
|
10939
|
+
min-width: 700px;
|
|
10940
|
+
min-height: 450px;
|
|
10941
|
+
}
|
|
10942
|
+
}
|
|
10943
|
+
}
|
|
10944
|
+
.ncl-monaco {
|
|
10945
|
+
.ncl-monaco-wrapper {
|
|
10946
|
+
padding-top: 20px;
|
|
10947
|
+
height: 100%;
|
|
10948
|
+
border: 1px solid @pale-grey;
|
|
10949
|
+
background-color: @white;
|
|
10950
|
+
|
|
10951
|
+
&.no-top-padding {
|
|
10952
|
+
padding-top: 0;
|
|
10953
|
+
}
|
|
10954
|
+
|
|
10955
|
+
.ncl-monaco-top-row {
|
|
10956
|
+
display: block;
|
|
10957
|
+
}
|
|
10958
|
+
|
|
10959
|
+
.ncl-monaco-editor {
|
|
10960
|
+
height: 100%;
|
|
10961
|
+
}
|
|
10962
|
+
}
|
|
10963
|
+
|
|
10964
|
+
.ncl-monaco-dark {
|
|
10965
|
+
background-color: @vs-dark;
|
|
10966
|
+
}
|
|
10967
|
+
}
|
|
10968
|
+
|
|
10969
|
+
|
|
10970
10970
|
ncl-navigation-tabs {
|
|
10971
10971
|
.ncl-navigation-tabs-color-set();
|
|
10972
10972
|
|