aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-12-29 23:58:34 +0000
committerOlivier Lamy <olamy@apache.org>2012-12-29 23:58:34 +0000
commit65bf06bef472c4b01ea1fe3f6e47662f25ce9a6b (patch)
tree160358dd5bafd37ffa9300cd281b350406cd3b11 /archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
parent29f2750643969fa7d237171f159ee1f9d2683d59 (diff)
downloadarchiva-65bf06bef472c4b01ea1fe3f6e47662f25ce9a6b.tar.gz
archiva-65bf06bef472c4b01ea1fe3f6e47662f25ce9a6b.zip
move network configuration screen to a new screen with tabs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426860 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
index fffddb7ee..fbb4cb79c 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/general-admin.html
@@ -280,13 +280,23 @@
</table>
</script>
-<script id="network-configuration-screen" type="text/html">
- <div class="page-header">
- <h4>${$.i18n.prop('network-configuration.header')}</h4>
+<script id="runtime-configuration-screen" type="text/html">
+ <ul class="nav nav-tabs">
+ <li class="active" id="network-configuration-form-li"><a href="#network-configuration-form-content" data-toggle="tab">${$.i18n.prop('runtime-configuration.maven.network.title')}</a></li>
+
+ </ul>
+
+ <div class="tab-content">
+ <div class="tab-pane active" id="network-configuration-form-content">
+ <div class="page-header">
+ <h4>${$.i18n.prop('network-configuration.header')}</h4>
+ </div>
+ <div id="network-configuration-form" data-bind='template: {name:"network-configuration-form-tmpl"}'></div>
+ </div>
</div>
- <div id="network-configuration-form" data-bind='template: {name:"network-configuration-form-tmpl"}'></div>
</script>
+
<script id="network-configuration-form-tmpl" type="text/html">
<form id="network-configuration-edit-form" class="well form-horizontal">
<fieldset id="network-configuration-edit-fieldset">