Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
cc36edc9
Commit
cc36edc9
authored
Nov 17, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firmware: improve UX, we're getting there
parent
b16dec50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
firmware.volt
src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
+6
-1
No files found.
src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
View file @
cc36edc9
...
...
@@ -76,6 +76,9 @@ POSSIBILITY OF SUCH DAMAGE.
// update list so plugins sync as well (no logs)
packagesInfo(false);
} else {
$('#update_status').hide();
$('#updatelist').show();
$('#updatetab > a').tab('show');
// update list so plugins sync as well (all)
packagesInfo(true);
}
...
...
@@ -127,6 +130,8 @@ POSSIBILITY OF SUCH DAMAGE.
*/
function action(pkg_act, pkg_name)
{
$('#updatelist').hide();
$('#update_status').show();
$('#updatetab > a').tab('show');
$('#updatestatus').html("{{ lang._('Executing...') }}");
...
...
@@ -502,7 +507,7 @@ POSSIBILITY OF SUCH DAMAGE.
</ul>
<div class="tab-content content-box tab-content">
<div id="updates" class="tab-pane fade in active">
<textarea name="output" id="update_status" class="form-control" rows="2
0
" wrap="hard" readonly style="max-width:100%; font-family: monospace; display: none;"></textarea>
<textarea name="output" id="update_status" class="form-control" rows="2
5
" 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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment