Remove swagger and minor feature extensions and bug fixes
- Various Bug fixes and improvements - Management API extended - Swagger removed - Guava Upgraded to 19
0
hawkbit-ui/src/main/resources/VAADIN/.gitignore
vendored
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/.gitignore
vendored
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/accordion.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/action-history.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/artifact-upload.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/colorpicker.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/dashboardview.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/drop-hint.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/filter-layout-styles.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/filter-status.scss
Executable file → Normal file
34
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/footer-common.scss
Executable file → Normal file
@@ -28,8 +28,6 @@
|
||||
.v-icon {
|
||||
color: $hawkbit-primary-color;
|
||||
}
|
||||
|
||||
width: round($action-button-width-scale * $v-unit-size);
|
||||
height: round($action-button-height-scale * $v-unit-size) !important;
|
||||
font-size: $v-font-size--small !important;
|
||||
}
|
||||
@@ -45,7 +43,6 @@
|
||||
|
||||
//Upload button style
|
||||
.action-button .v-button {
|
||||
width: round($action-button-width-scale * $v-unit-size);
|
||||
height: round($action-button-height-scale * $v-unit-size) !important;
|
||||
font-size: $v-font-size--small !important;
|
||||
}
|
||||
@@ -88,4 +85,35 @@
|
||||
.drop-to-delete-button:active {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
.footer-layout{
|
||||
.app-loading {
|
||||
background-position: bottom;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.app-loading:before {
|
||||
background: none;
|
||||
height: 20px !important;
|
||||
width: 20px !important;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid rgba(0, 0, 0, 0);
|
||||
border-top-color: $hawkbit-primary-color;
|
||||
border-right-color: $hawkbit-primary-color;
|
||||
border-radius: 100%;
|
||||
-webkit-animation: v-rotate-360 500ms infinite linear;
|
||||
-moz-animation: v-rotate-360 500ms infinite linear;
|
||||
-ms-animation: v-rotate-360 500ms infinite linear;
|
||||
-o-animation: v-rotate-360 500ms infinite linear;
|
||||
animation: v-rotate-360 500ms infinite linear;
|
||||
pointer-events: none;
|
||||
position: fixed;
|
||||
margin-top: 12px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/generic-styles.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/hawkbitvariables.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/login.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/others.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/popup-common.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/popup-window.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/systemconfig.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/table-common.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/table-content.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/table-header-common.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/table.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/tags.scss
Executable file → Normal file
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/target-filter-query.scss
Executable file → Normal file
1
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/hawkbittheme.scss
Executable file → Normal file
@@ -121,5 +121,4 @@ $v-included-components: remove($v-included-components, form);
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/images/lightCorner_selected1.png
Executable file → Normal file
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/images/lightCorner_top.png
Executable file → Normal file
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/images/profile-pic-300px.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/images/profile-pic-57px.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |