mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firmware: flip the order of plugins and packages
It may help users to find what they think are "packages", but for consistency reasons was recoined as "plugins".
This commit is contained in:
parent
68faafd185
commit
7b537eba02
@ -31,8 +31,8 @@
|
||||
</Configuration>
|
||||
<Firmware order="5" cssClass="fa fa-building-o fa-fw">
|
||||
<Updates order="10" url="/ui/core/firmware/#updates"/>
|
||||
<Packages order="20" url="/ui/core/firmware/#packages"/>
|
||||
<Plugins order="30" url="/ui/core/firmware/#plugins"/>
|
||||
<Plugins order="20" url="/ui/core/firmware/#plugins"/>
|
||||
<Packages order="30" url="/ui/core/firmware/#packages"/>
|
||||
<Settings order="40" url="/ui/core/firmware/#settings"/>
|
||||
<Reporter order="50" url="/crash_reporter.php"/>
|
||||
<Defaults order="60" url="/diag_defaults.php"/>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{#
|
||||
|
||||
Copyright (c) 2015-2016 Franco Fichtner <franco@opnsense.org>
|
||||
Copyright (c) 2015–2016 Deciso B.V.
|
||||
Copyright (c) 2015-2017 Franco Fichtner <franco@opnsense.org>
|
||||
Copyright (c) 2015-2016 Deciso B.V.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
@ -14,7 +14,7 @@ this list of conditions and the following disclaimer.
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
||||
@ -612,8 +612,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
<div class="col-md-12" id="content">
|
||||
<ul class="nav nav-tabs" data-tabs="tabs">
|
||||
<li id="updatetab" class="active"><a data-toggle="tab" href="#updates">{{ lang._('Updates') }}</a></li>
|
||||
<li id="packagestab"><a data-toggle="tab" href="#packages">{{ lang._('Packages') }}</a></li>
|
||||
<li id="plugintab"><a data-toggle="tab" href="#plugins">{{ lang._('Plugins') }}</a></li>
|
||||
<li id="packagestab"><a data-toggle="tab" href="#packages">{{ lang._('Packages') }}</a></li>
|
||||
<li id="settingstab"><a data-toggle="tab" href="#settings">{{ lang._('Settings') }}</a></li>
|
||||
</ul>
|
||||
<div class="tab-content content-box tab-content">
|
||||
@ -621,12 +621,12 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
<textarea name="output" id="update_status" class="form-control" rows="25" wrap="hard" readonly style="max-width:100%; font-family: monospace; display: none;"></textarea>
|
||||
<table class="table table-striped table-condensed table-responsive" id="updatelist"></table>
|
||||
</div>
|
||||
<div id="packages" class="tab-pane fade in">
|
||||
<table class="table table-striped table-condensed table-responsive" id="packageslist"></table>
|
||||
</div>
|
||||
<div id="plugins" class="tab-pane fade in">
|
||||
<table class="table table-striped table-condensed table-responsive" id="pluginlist"></table>
|
||||
</div>
|
||||
<div id="packages" class="tab-pane fade in">
|
||||
<table class="table table-striped table-condensed table-responsive" id="packageslist"></table>
|
||||
</div>
|
||||
<div id="settings" class="tab-pane fade in">
|
||||
<table class="table table-striped table-responsive">
|
||||
<tbody>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user