release version 1.11.0
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>ru.entaxy.esb.ui</groupId>
|
||||
<artifactId>entaxy-hawtio</artifactId>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.0</version>
|
||||
</parent>
|
||||
<groupId>ru.entaxy.esb.ui.hawtio</groupId>
|
||||
<artifactId>entaxy-branding-plugin</artifactId>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* ~~~~~~licensing~~~~~~
|
||||
* entaxy-branding-plugin
|
||||
* ==========
|
||||
* Copyright (C) 2020 - 2024 EmDev LLC
|
||||
* Copyright (C) 2020 - 2025 EmDev LLC
|
||||
* ==========
|
||||
* You may not use this file except in accordance with the License Terms of the Copyright
|
||||
* Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-branding-plugin
|
||||
==========
|
||||
Copyright (C) 2020 - 2024 EmDev LLC
|
||||
Copyright (C) 2020 - 2025 EmDev LLC
|
||||
==========
|
||||
You may not use this file except in accordance with the License Terms of the Copyright
|
||||
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-branding-plugin
|
||||
==========
|
||||
Copyright (C) 2020 - 2024 EmDev LLC
|
||||
Copyright (C) 2020 - 2025 EmDev LLC
|
||||
==========
|
||||
You may not use this file except in accordance with the License Terms of the Copyright
|
||||
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|
@ -2,7 +2,7 @@
|
||||
* ~~~~~~licensing~~~~~~
|
||||
* entaxy-branding-plugin
|
||||
* ==========
|
||||
* Copyright (C) 2020 - 2024 EmDev LLC
|
||||
* Copyright (C) 2020 - 2025 EmDev LLC
|
||||
* ==========
|
||||
* You may not use this file except in accordance with the License Terms of the Copyright
|
||||
* Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
@ -147,6 +147,10 @@ entaxy-header .pficon.pficon-info:hover {
|
||||
background: url("../img/icons/cranberry-red/entaxy-route-libraries-icon.png");
|
||||
}
|
||||
|
||||
.entaxy-data-management-icon span.node-icon::before {
|
||||
background: url("../img/icons/cranberry-red/entaxy-data-management-icon.png");
|
||||
}
|
||||
|
||||
.entaxy-cicd-projects-icon span.node-icon::before {
|
||||
background: url("../img/icons/cicd/entaxy-cicd-projects-icon.png");
|
||||
}
|
||||
@ -195,6 +199,7 @@ entaxy-header .pficon.pficon-info:hover {
|
||||
.entaxy-search-icon span.node-icon::before,
|
||||
.entaxy-route-libraries-icon span.node-icon::before,
|
||||
.entaxy-route-component-libraries-icon span.node-icon::before,
|
||||
.entaxy-data-management-icon span.node-icon::before,
|
||||
|
||||
.entaxy-cicd-projects-icon span.node-icon::before,
|
||||
.entaxy-cicd-applications-icon span.node-icon::before,
|
||||
@ -401,9 +406,11 @@ svg text {
|
||||
|
||||
.btn-primary.active.focus,
|
||||
.btn-primary.active:focus,
|
||||
.btn-primary.active:hover, .btn-primary:active.focus,
|
||||
.btn-primary.active:hover,
|
||||
.btn-primary:active.focus,
|
||||
.btn-primary:active:focus,
|
||||
.btn-primary:active:hover,
|
||||
.open .dropdown-toggle.btn-primary,
|
||||
.open .dropdown-toggle.btn-primary.focus,
|
||||
.open .dropdown-toggle.btn-primary:focus,
|
||||
.open .dropdown-toggle.btn-primary:hover {
|
||||
@ -411,6 +418,10 @@ svg text {
|
||||
border-color: #B21054;
|
||||
}
|
||||
|
||||
.btn-primary .caret:before {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*These change the row in a table when hovered over*/
|
||||
.table-hover>tbody>tr:hover {
|
||||
background-color: #DF667Bb3;
|
||||
@ -528,6 +539,16 @@ table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:b
|
||||
min-width: 900px;
|
||||
}
|
||||
|
||||
.modal-xxl {
|
||||
width: 90%;
|
||||
min-width: 900px;
|
||||
}
|
||||
|
||||
.modal-body-without-header iframe {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.modal-body-header {
|
||||
height: 70px;
|
||||
max-height: 70px;
|
||||
@ -865,6 +886,20 @@ table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:b
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.form-group .extra-actions {
|
||||
padding-left: 0px;
|
||||
padding-top: 4px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.form-group .extra-actions .reset-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.form-group .extra-actions .reset-button:hover {
|
||||
color: #DF667B;
|
||||
}
|
||||
|
||||
/*These are for custom forms*/
|
||||
|
||||
.entaxy-xml-form {
|
||||
@ -872,8 +907,37 @@ table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:b
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
button[disabled].entaxy-xml-form {
|
||||
button.btn-std,
|
||||
.has-error button.btn-std.btn-std-ignore-error {
|
||||
background-color: #efefef;
|
||||
border: 1px solid #767676;
|
||||
border-radius: 2px;
|
||||
padding: 2px 7px;
|
||||
}
|
||||
|
||||
button.btn-std:hover,
|
||||
.has-error button.btn-std.btn-std-ignore-error:hover {
|
||||
background-color: #dfdfdf;
|
||||
border-color: #535353;
|
||||
}
|
||||
|
||||
.has-error button.btn-std {
|
||||
background-color: #f3dede;
|
||||
border: 1px solid #c00;
|
||||
border-radius: 2px;
|
||||
padding: 2px 7px;
|
||||
}
|
||||
|
||||
.has-error button.btn-std:hover {
|
||||
background-color: #f1cece;
|
||||
border-color: #900;
|
||||
}
|
||||
|
||||
button[disabled].btn-std,
|
||||
button[disabled].btn-std:hover {
|
||||
background-color: #efefef;
|
||||
color: #8b8d8f;
|
||||
border-color: #d1d1d1;
|
||||
}
|
||||
|
||||
.input-with-button,
|
||||
@ -1055,11 +1119,45 @@ select.form-control {
|
||||
}
|
||||
|
||||
.modal-resources-viewer-container {
|
||||
padding: 10px;
|
||||
padding: 10px 0;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-container .modal-resources-viewer-header-container {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-container .file-panel {
|
||||
height: calc(100% - 17px);
|
||||
overflow: hidden auto;
|
||||
padding-right: 0 !important;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-header-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
-webkit-flex-direction: column;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-header-container .provider-selector {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-header-container .provider-selector > span {
|
||||
font-size: 13.5px;
|
||||
margin-top: 2px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-header-container .provider-selector > select {
|
||||
width: 180px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-header-container .navigation-creation {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.modal-resources-viewer-header-container entaxy-crumbs {
|
||||
@ -1070,6 +1168,44 @@ entaxy-resource-viewer-modal .modal-body-without-header {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.modal-body-without-header.entaxy-resource-save-mode {
|
||||
height: calc(100vh - 256px);
|
||||
max-height: calc(100vh - 256px);
|
||||
}
|
||||
|
||||
.modal-footer.entaxy-resource-save-mode {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.modal-footer.entaxy-resource-save-mode .entaxy-resource-save-mode-labelled-field-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
margin-right: 20px
|
||||
}
|
||||
|
||||
.modal-footer.entaxy-resource-save-mode .entaxy-resource-save-mode-field-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 52px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.modal-footer.entaxy-resource-save-mode .entaxy-resource-save-mode-field-container entaxy-input-with-extension {
|
||||
width: 100%;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.modal-footer.entaxy-resource-save-mode span.help-block {
|
||||
text-align: left;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.modal-footer.entaxy-resource-save-mode .btn {
|
||||
height: 26px;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
/* css for resource loading ui */
|
||||
|
||||
.highlighted {
|
||||
@ -1173,6 +1309,7 @@ entaxy-resource-viewer-modal .modal-body-without-header {
|
||||
|
||||
.file-panel .tile {
|
||||
width: 100px;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
-webkit-flex-direction: column;
|
||||
@ -1238,6 +1375,8 @@ entaxy-resource-viewer-modal .modal-body-without-header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
-webkit-flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
-webkit-flex-wrap: wrap;
|
||||
color: #535353;
|
||||
cursor: pointer;
|
||||
margin-bottom: 5px;
|
||||
@ -1823,10 +1962,14 @@ entaxy-connectors-with-flow {
|
||||
background-color: #D2D2D2;
|
||||
}
|
||||
|
||||
.out-flow-customization-points-container {
|
||||
.out-flow-customization-points-container,
|
||||
.custom-connector-customization-points-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.custom-connector-customization-points-container .customization-point-block {
|
||||
width: 90px !important;
|
||||
}
|
||||
|
||||
.customization-point-block.connector-selector {
|
||||
@ -1850,11 +1993,13 @@ entaxy-connectors-with-flow {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.connector-block .customization-point-block {
|
||||
.connector-block .customization-point-block,
|
||||
.custom-connector-customization-points-container {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.flow-block .customization-point-block {
|
||||
.flow-block .customization-point-block,
|
||||
.out-flow-customization-points-container {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
@ -2552,7 +2697,7 @@ entaxy-ci-cd-configurations .entaxy-cicd-objects-table-container {
|
||||
}
|
||||
|
||||
.entaxy-cicd-table .pficon-arrow:before,
|
||||
.entaxy-cicd-table .pficon-error-circle-o:before {
|
||||
.entaxy-cicd-table .pficon-error-circle-o.blue:before {
|
||||
color: #0000ff;
|
||||
}
|
||||
|
||||
@ -2587,6 +2732,65 @@ entaxy-ci-cd-add-objects-modal entaxy-expandable-list .list-view-pf .list-group-
|
||||
border-top: 1px solid #d1d1d1;
|
||||
}
|
||||
|
||||
/* atlasmap console */
|
||||
|
||||
.entaxy-atlasmap-console {
|
||||
width: calc(100% + 52px);
|
||||
height: 100%;
|
||||
margin: 0 -20px -6px -32px;
|
||||
overflow: scroll;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* atlasmap console modal */
|
||||
|
||||
.modal-body-without-header.entaxy-atlasmap-console-modal {
|
||||
margin: 0;
|
||||
height: calc(100vh - 170px);
|
||||
max-height: calc(100vh - 170px);
|
||||
}
|
||||
|
||||
.modal-body-without-header.entaxy-atlasmap-console-modal .entaxy-atlasmap-console-container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* atlasmap create instance modal, create resource modal */
|
||||
|
||||
.entaxy-resource-editor-container,
|
||||
.entaxy-create-resource-fields-container {
|
||||
padding: 0 20px 10px 20px;
|
||||
}
|
||||
|
||||
.entaxy-create-resource-fields-container .entaxy-create-resource-name-field-container {
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.entaxy-create-resource-fields-container .entaxy-create-resource-name-field-container .control-label {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.entaxy-editor-container .entaxy-editor.has-error .CodeMirror,
|
||||
.entaxy-resource-editor-container .entaxy-editor.has-error .CodeMirror {
|
||||
border-color: #c00;
|
||||
}
|
||||
|
||||
/* edit resource modal */
|
||||
|
||||
.syntax-highlighting-container {
|
||||
padding: 0 20px 10px 20px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.syntax-highlighting-container label {
|
||||
margin-right: 20px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.syntax-highlighting-container entaxy-select-from-enum {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*This is the original css from HawtIO 1,leaving as is as somemay be used*/
|
||||
* {
|
||||
font-family: "Open Sans";
|
||||
@ -2739,15 +2943,23 @@ ul.dynatree-container li {
|
||||
border: 1px solid #d4d4d4;
|
||||
}
|
||||
|
||||
.xml-editor-container {
|
||||
.entaxy-editor-container {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.xml-editor-container .editor-autoresize .CodeMirror-scroll {
|
||||
.entaxy-editor-container .editor-autoresize .CodeMirror-scroll {
|
||||
height: calc(100vh - 240px);
|
||||
}
|
||||
|
||||
.entaxy-resource-editor-container .editor-autoresize .CodeMirror-scroll {
|
||||
height: calc(100vh - 276px);
|
||||
}
|
||||
|
||||
entaxy-create-resource-modal .entaxy-resource-editor-container .editor-autoresize .CodeMirror-scroll {
|
||||
height: calc(100vh - 312px);
|
||||
}
|
||||
|
||||
.xml-route-source-container .editor-autoresize .CodeMirror-scroll {
|
||||
height: calc(100vh - 320px);
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-branding-plugin
|
||||
==========
|
||||
Copyright (C) 2020 - 2024 EmDev LLC
|
||||
Copyright (C) 2020 - 2025 EmDev LLC
|
||||
==========
|
||||
You may not use this file except in accordance with the License Terms of the Copyright
|
||||
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-branding-plugin
|
||||
==========
|
||||
Copyright (C) 2020 - 2024 EmDev LLC
|
||||
Copyright (C) 2020 - 2025 EmDev LLC
|
||||
==========
|
||||
You may not use this file except in accordance with the License Terms of the Copyright
|
||||
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|
After Width: | Height: | Size: 800 B |
After Width: | Height: | Size: 864 B |
After Width: | Height: | Size: 923 B |
After Width: | Height: | Size: 892 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 811 B |
After Width: | Height: | Size: 392 B |
After Width: | Height: | Size: 745 B |
After Width: | Height: | Size: 646 B |
After Width: | Height: | Size: 939 B |
After Width: | Height: | Size: 645 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 636 B |
After Width: | Height: | Size: 576 B |
After Width: | Height: | Size: 609 B |
After Width: | Height: | Size: 739 B |
@ -2,7 +2,7 @@
|
||||
* ~~~~~~licensing~~~~~~
|
||||
* entaxy-branding-plugin
|
||||
* ==========
|
||||
* Copyright (C) 2020 - 2024 EmDev LLC
|
||||
* Copyright (C) 2020 - 2025 EmDev LLC
|
||||
* ==========
|
||||
* You may not use this file except in accordance with the License Terms of the Copyright
|
||||
* Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
|
||||
|