Skip to content

Commit

Permalink
Hide Jails in the GUI
Browse files Browse the repository at this point in the history
Requested by:	jkh, alfred
Merge:	releng/9.1.0
  • Loading branch information
william-gr committed Jul 18, 2013
1 parent 66304f5 commit 13d9805
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion gui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
'freenasUI.services',
'freenasUI.support',
'freenasUI.plugins',
'freenasUI.jails',
)


Expand Down
1 change: 0 additions & 1 deletion gui/templates/freeadmin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
Menu.urlServices = '{% url "services_home" %}';
Menu.urlAccount = '{% url "account_home" %}';
Menu.urlStorage = '{% url "storage_home" %}';
Menu.urlJails = '{% url "jails_home" %}';
Menu.urlISCSI = '{% url "services_iscsi" %}';
Menu.urlSupport = '{% url "support_home" %}';
Menu.urlTree = '{% url "freeadmin_menu" %}';
Expand Down
6 changes: 0 additions & 6 deletions gui/templates/menubar.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
<span>{% trans "Services" %}</span>
</div>

<div id="menuBar_Jails" data-dojo-type="dijit.MenuBarItem" onClick="Menu.openJails();" class="menu_icon">
<img src="{{ STATIC_URL }}images/ui/menu/jails.png" />
<br />
<span>{% trans "Jails" %}</span>
</div>

<div id="menuBar_Support" data-dojo-type="dijit.MenuBarItem" onClick="Menu.openSupport();" class="menu_icon">
<img src="{{ STATIC_URL }}images/ui/menu/support.png" />
<br />
Expand Down
6 changes: 0 additions & 6 deletions gui/templates/services/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@
});
</script>
</div>
<div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="title: '{% trans "Plugins"|escapejs %}'
{% if focus_form == "services.Plugins" %}, selected: true{% endif %},
href: '{% url "services_plugins" %}',
doLayout: false,
refreshOnShow: true" class="objrefresh data_services_Plugins" id="servicesTab_Plugins">
</div>
</div>
1 change: 0 additions & 1 deletion gui/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
{'document_root': '/usr/local/www/dojo'}),
(r'^account/', include('freenasUI.account.urls')),
(r'^admin/', include(site.urls)),
(r'^jails/', include('freenasUI.jails.urls')),
(r'^jsi18n/', 'django.views.i18n.javascript_catalog'),
(r'^network/', include('freenasUI.network.urls')),
(r'^plugins/', include('freenasUI.plugins.urls')),
Expand Down

0 comments on commit 13d9805

Please sign in to comment.