You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<button class="btn btn-lg btn-outline-dark" id="goToWebUI">Go to WebUI
@@ -109,10 +112,11 @@ body {
109
112
<div class="row">
110
113
<div class="col-sm-1"></div>
111
114
<div class="col-sm-11">
112
-
<h3>Settings for namespace #(..EscapeHTML(namespace))#</h3><br/>
115
+
<h3>Settings for namespace #(..EscapeHTML(namespace))# #($select(settings.settingsUIReadOnly:"(read-only)",1:""))#</h3><br/>
113
116
</div>
114
117
</div>
115
118
119
+
<fieldset id="namespaceSettings">
116
120
<div class="form-group row mb-3">
117
121
<div class="col-sm-1"></div>
118
122
<label for="gitBinPath" class="col-sm-3 col-form-label" data-toggle="tooltip" data-placement="top" title="Absolute path to the Git executable">Path to git.exe</label>
0 commit comments