|
|
@@ -448,7 +448,7 @@
|
|
|
<div class="col-md-12">
|
|
|
<div class="form-group" ng-class="{'has-error': folderEditor.folderID.$invalid && folderEditor.folderID.$dirty}">
|
|
|
<label for="folderID"><span translate>Folder ID</span></label>
|
|
|
- <input name="folderID" ng-disabled="editingExisting" id="folderID" class="form-control" type="text" ng-model="currentFolder.ID" required unique-folder ng-pattern="/^[a-zA-Z0-9-_.]{1,64}$/"></input>
|
|
|
+ <input name="folderID" ng-readonly="editingExisting" id="folderID" class="form-control" type="text" ng-model="currentFolder.ID" required unique-folder ng-pattern="/^[a-zA-Z0-9-_.]{1,64}$/"></input>
|
|
|
<p class="help-block">
|
|
|
<span translate ng-if="folderEditor.folderID.$valid || folderEditor.folderID.$pristine">Short identifier for the folder. Must be the same on all cluster devices.</span>
|
|
|
<span translate ng-if="folderEditor.folderID.$error.uniqueFolder">The folder ID must be unique.</span>
|
|
|
@@ -458,7 +458,7 @@
|
|
|
</div>
|
|
|
<div class="form-group" ng-class="{'has-error': folderEditor.folderPath.$invalid && folderEditor.folderPath.$dirty}">
|
|
|
<label translate for="folderPath">Folder Path</label>
|
|
|
- <input name="folderPath" ng-disabled="editingExisting" id="folderPath" class="form-control" type="text" ng-model="currentFolder.Path" required></input>
|
|
|
+ <input name="folderPath" ng-readonly="editingExisting" id="folderPath" class="form-control" type="text" ng-model="currentFolder.Path" required></input>
|
|
|
<p class="help-block">
|
|
|
<span translate ng-if="folderEditor.folderPath.$valid || folderEditor.folderPath.$pristine">Path to the folder on the local computer. Will be created if it does not exist. The tilde character (~) can be used as a shortcut for</span> <code>{{system.tilde}}</code>.
|
|
|
<span translate ng-if="folderEditor.folderPath.$error.required && folderEditor.folderPath.$dirty">The folder path cannot be blank.</span>
|
|
|
@@ -788,11 +788,12 @@
|
|
|
<li>Chris Joel</li>
|
|
|
<li>Daniel Martí</li>
|
|
|
<li>Felix Ableitner</li>
|
|
|
- <li>Gilli Sigurdsson</li>
|
|
|
+ <li>Felix Unterpaintner</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="col-md-6">
|
|
|
<ul>
|
|
|
+ <li>Gilli Sigurdsson</li>
|
|
|
<li>James Patterson</li>
|
|
|
<li>Jens Diemer</li>
|
|
|
<li>Jochen Voss</li>
|