This commit is contained in:
guillaume 2019-01-31 16:54:04 +01:00
commit 79455741f4
23 changed files with 795 additions and 114 deletions

View file

@ -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;
}

View file

@ -1,4 +1,5 @@
@import "addRuntime.css";
@import "template.css";
@import "assedit.css";
@import "deployment.css";
@import "deployment.css";
@import "log.css";

View file

@ -0,0 +1,5 @@
.action-log-grid-perso{
position: relative;
width: 93vw!important;
height: 37vw
}

View file

@ -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!