Add local repo
Change-Id: Ie0bded350426865e89ea4d951b00fb8fc3f59daa
This commit is contained in:
parent
9c40a1ce32
commit
3284821539
@ -11,6 +11,11 @@
|
|||||||
"ftype": "string",
|
"ftype": "string",
|
||||||
"description": "help text"
|
"description": "help text"
|
||||||
},
|
},
|
||||||
|
"local_repo": {
|
||||||
|
"display": "Local Repo",
|
||||||
|
"ftype": "string",
|
||||||
|
"description": "help text"
|
||||||
|
},
|
||||||
"ntp_proxy": {
|
"ntp_proxy": {
|
||||||
"display": "NTP Server",
|
"display": "NTP Server",
|
||||||
"ftype": "string",
|
"ftype": "string",
|
||||||
|
@ -47,7 +47,8 @@
|
|||||||
"dns_servers": [""],
|
"dns_servers": [""],
|
||||||
"search_path": ["ods.com"],
|
"search_path": ["ods.com"],
|
||||||
"domain": "ods.com",
|
"domain": "ods.com",
|
||||||
"default_gateway": "10.145.88.1"
|
"default_gateway": "10.145.88.1",
|
||||||
|
"local_repo": ""
|
||||||
},
|
},
|
||||||
"server_credentials": {
|
"server_credentials": {
|
||||||
"username": "root",
|
"username": "root",
|
||||||
|
@ -163,6 +163,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
</form>
|
||||||
|
|
||||||
<!--table class="table table-hover nowrap">
|
<!--table class="table table-hover nowrap">
|
||||||
|
Loading…
Reference in New Issue
Block a user