add hostname, working directory
This commit is contained in:
parent
df8cb8d96f
commit
783dd3c53b
|
@ -46,6 +46,9 @@
|
|||
|
||||
<div ng-if="vm.config">
|
||||
<div class="input-group" ng-init="siteconf = vm.config.global">
|
||||
<h1>Server Working Directory:</h1>
|
||||
<input class="form-control" ng-model="vm.config.cwd" />
|
||||
|
||||
<h1>Global Settings:</h1>
|
||||
<br/>
|
||||
<div ng-repeat="path in siteconf.paths">Pathname:
|
||||
|
@ -60,7 +63,7 @@
|
|||
|
||||
<h1>Per-Domain Settings:</h1>
|
||||
<div class="input-group" ng-repeat="siteconf in vm.config.sites">
|
||||
<label>Hostname:</label> <input class="form-control" ng-model="sitename" />
|
||||
<label>Hostname:</label> <input class="form-control" ng-model="siteconf.$id" />
|
||||
<br/>
|
||||
<div ng-repeat="path in siteconf.paths">Pathname:
|
||||
<input class="form-control" ng-model="path.$id" />
|
||||
|
|
Loading…
Reference in New Issue