log
This commit is contained in:
parent
7798189414
commit
79455741f4
23 changed files with 795 additions and 114 deletions
|
|
@ -0,0 +1,22 @@
|
|||
.DialogClose {
|
||||
position: relative;
|
||||
left: calc(100% - 20px);
|
||||
background-color: #ff402bc4;
|
||||
height: 15px;
|
||||
min-width: 15px !important;
|
||||
width: 3px !important;
|
||||
border-radius: 50%;
|
||||
box-sizing: unset;
|
||||
font-size: 9px;
|
||||
padding: 0 !important;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.DialogBar {
|
||||
width: calc(100% + 49px);
|
||||
position: relative;
|
||||
top: -25px;
|
||||
right: 25px;
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
@import "addRuntime.css";
|
||||
@import "template.css";
|
||||
@import "assedit.css";
|
||||
@import "deployment.css";
|
||||
@import "deployment.css";
|
||||
@import "log.css";
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
.action-log-grid-perso{
|
||||
position: relative;
|
||||
width: 93vw!important;
|
||||
height: 37vw
|
||||
}
|
||||
|
|
@ -6,6 +6,7 @@ kie-wb.password=admin
|
|||
#kie-wb.kieserverUrl=http://localhost:20080/services/rest/server
|
||||
kie-wb.kieserverUrl=http://localhost:8090/api/server/containers
|
||||
|
||||
spring.data.elasticsearch.cluster-nodes=localhost:9300
|
||||
|
||||
kie-wb.kieserverUserName=kieserver
|
||||
kie-wb.kieserverPassword=kieserver1!
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue