Просмотр исходного кода

Rephrase Read Only into Repository Master (fixes #159)

Jakob Borg 11 лет назад
Родитель
Сommit
2ae218d069
2 измененных файлов с 2 добавлено и 1 удалено
  1. 0 0
      auto/gui.files.go
  2. 2 1
      gui/index.html

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
auto/gui.files.go


+ 2 - 1
gui/index.html

@@ -415,9 +415,10 @@
             <div class="form-group">
             <div class="form-group">
               <div class="checkbox">
               <div class="checkbox">
                 <label>
                 <label>
-                  <input type="checkbox" ng-model="currentRepo.ReadOnly"> Read Only
+                  <input type="checkbox" ng-model="currentRepo.ReadOnly"> Repository Master
                 </label>
                 </label>
               </div>
               </div>
+              <p class="help-block">Files are protected from changes made on other nodes, but changes made on <em>this</em> node will be sent to the rest of the cluster.</p>
             </div>
             </div>
             <div class="form-group">
             <div class="form-group">
               <label for="nodes">Nodes</label>
               <label for="nodes">Nodes</label>

Некоторые файлы не были показаны из-за большого количества измененных файлов