Add local repo
Change-Id: Ie0bded350426865e89ea4d951b00fb8fc3f59daa
This commit is contained in:
parent
9c40a1ce32
commit
3284821539
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user