Add local repo

Change-Id: Ie0bded350426865e89ea4d951b00fb8fc3f59daa
This commit is contained in:
Xicheng Chang 2014-09-26 11:31:34 -07:00
parent 9c40a1ce32
commit 3284821539
3 changed files with 18 additions and 1 deletions

View File

@ -11,6 +11,11 @@
"ftype": "string",
"description": "help text"
},
"local_repo": {
"display": "Local Repo",
"ftype": "string",
"description": "help text"
},
"ntp_proxy": {
"display": "NTP Server",
"ftype": "string",

View File

@ -47,7 +47,8 @@
"dns_servers": [""],
"search_path": ["ods.com"],
"domain": "ods.com",
"default_gateway": "10.145.88.1"
"default_gateway": "10.145.88.1",
"local_repo": ""
},
"server_credentials": {
"username": "root",

View File

@ -163,6 +163,17 @@
</div>
</div>
</div>
<div class="form-group">
<div>
<label class="col-sm-4 control-label no-padding-right">
Local Repository
<span class="text-danger opacity-zero">*</span>
</label>
<div class="col-sm-8">
<input ng-model="general.local_repo" type="text" class="col-xs-10 col-sm-5" placeholder="Local Repo" name="local_repo">
</div>
</div>
</div>
</form>
<!--table class="table table-hover nowrap">