add missing update steps of 0.10.x to (last) 0.10.38; more darkmode adjustments
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -995,3 +995,13 @@ if (Froxlor::isFroxlorVersion('0.10.35.1')) {
|
|||||||
Update::showUpdateStep("Updating from 0.10.35.1 to 0.10.36", false);
|
Update::showUpdateStep("Updating from 0.10.35.1 to 0.10.36", false);
|
||||||
Froxlor::updateToVersion('0.10.36');
|
Froxlor::updateToVersion('0.10.36');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.36')) {
|
||||||
|
showUpdateStep("Updating from 0.10.36 to 0.10.37", false);
|
||||||
|
\Froxlor\Froxlor::updateToVersion('0.10.37');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.37')) {
|
||||||
|
showUpdateStep("Updating from 0.10.37 to 0.10.38", false);
|
||||||
|
\Froxlor\Froxlor::updateToVersion('0.10.38');
|
||||||
|
}
|
||||||
|
|||||||
@@ -72,6 +72,8 @@ section h5 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-body,
|
||||||
|
tr.bg-info td,
|
||||||
tr.bg-warning td {
|
tr.bg-warning td {
|
||||||
color: $dark-bg !important;
|
color: $dark-bg !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user