wait for container station on start, web panel update
This commit is contained in:
@@ -57,6 +57,7 @@ include_once("/home/httpd/cgi-bin/qpkg/RoonServer/__functions.php");
|
||||
imageCssClassField: 'faCssClass',
|
||||
uiLibrary: 'bootstrap5',
|
||||
cascadeSelection: false,
|
||||
cascadeCheck: false,
|
||||
selectionType: 'single',
|
||||
icons: {
|
||||
expand: '<i class="fas fa-angle-right" />',
|
||||
@@ -121,10 +122,11 @@ include_once("/home/httpd/cgi-bin/qpkg/RoonServer/__functions.php");
|
||||
<div class="input-group">
|
||||
<span class="input-group-btn">
|
||||
<span class="form form-control"
|
||||
style="background: #F5F5F5; border-radius: 0.25em 0 0 0.25em !important;"
|
||||
style="background: var(--bs-dark-bg-subtle); border-radius: 0.25em 0 0 0.25em !important;"
|
||||
readonly><?php echo localize("MODAL_SETUP_DB_LOCATION"); ?></span>
|
||||
</span>
|
||||
<input id="dblocform" type="text" class="form-control" style="background: #ffffff;" value="<?php
|
||||
<input id="dblocform" type="text" class="form-control" style="background: var(--bs-dark
|
||||
); color: var(--bs-dark-text-emphasis)" value="<?php
|
||||
if (isset($dblocation)) {
|
||||
echo $dblocation;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user