From 32848215391a4bd409b30df43f2d26b65f0e94ba Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Fri, 26 Sep 2014 11:31:34 -0700 Subject: [PATCH] Add local repo Change-Id: Ie0bded350426865e89ea4d951b00fb8fc3f59daa --- v2/data/adapter_config | 5 +++++ v2/data/config.json | 3 ++- v2/src/app/wizard/global.tpl.html | 11 +++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/v2/data/adapter_config b/v2/data/adapter_config index 8267da3..b4dc2c2 100644 --- a/v2/data/adapter_config +++ b/v2/data/adapter_config @@ -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", diff --git a/v2/data/config.json b/v2/data/config.json index 84888fe..ea207ef 100644 --- a/v2/data/config.json +++ b/v2/data/config.json @@ -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", diff --git a/v2/src/app/wizard/global.tpl.html b/v2/src/app/wizard/global.tpl.html index 62ae037..10fa8c5 100644 --- a/v2/src/app/wizard/global.tpl.html +++ b/v2/src/app/wizard/global.tpl.html @@ -163,6 +163,17 @@ +
+
+ +
+ +
+
+