Merge branch 'ent-12399-bugs-visuales-en-update-manager-offline' into 'develop'

fix visual error um-offline pandora_enterprise#12399

See merge request artica/pandorafms!6830
This commit is contained in:
Matias Didier 2024-01-26 12:27:17 +00:00
commit ca3a9b3c56
3 changed files with 19 additions and 5 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
<title>Dark / 14 / info@svg</title>
<desc>Created with Sketch.</desc>
<g id="Dark-/-14-/-info" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Icons/Elements/Help-mini" fill="#f3b200">
<path d="M7,0 C10.8659932,0 14,3.13400675 14,7 C14,10.8659932 10.8659932,14 7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 Z M7,6 C6.44771525,6 6,6.44771525 6,7 L6,7 L6,10 C6,10.5522847 6.44771525,11 7,11 C7.55228475,11 8,10.5522847 8,10 L8,10 L8,7 C8,6.44771525 7.55228475,6 7,6 Z M7,3 C6.44771525,3 6,3.44771525 6,4 C6,4.55228475 6.44771525,5 7,5 C7.55228475,5 8,4.55228475 8,4 C8,3.44771525 7.55228475,3 7,3 Z" id="Elements-/-Help-mini"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 959 B

View File

@ -428,11 +428,14 @@ function install_package(url, auth, packageId, version, serverUpdate) {
var response = d.result;
document.getElementById("log_zone").innerText = response.result;
$("#input-progress")
.val(100)
.change();
if (response.error == undefined || response.error == "") {
$("#input-progress")
.val(100)
.change();
$("#result li").removeClass("error");
}
$("#result li").removeClass("error");
$("#result li")
.find("p")
.text(response.result);

View File

@ -438,7 +438,7 @@ div#upload span.browse {
span.warning {
min-width: 10em;
min-height: 10em;
background: url(../images/icono_warning.png);
background: url(../images/info-warning.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 80%;