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
d46366d2
Commit
d46366d2
authored
Jun 11, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firmware: tweak new settings dialog a little
parent
b891dc9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
firmware.volt
src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
+6
-3
No files found.
src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
View file @
d46366d2
...
@@ -414,7 +414,6 @@ POSSIBILITY OF SUCH DAMAGE.
...
@@ -414,7 +414,6 @@ POSSIBILITY OF SUCH DAMAGE.
<select class="selectpicker" id="firmware_mirror">
<select class="selectpicker" id="firmware_mirror">
</select>
</select>
<div style="display:none;" id="firmware_mirror_other">
<div style="display:none;" id="firmware_mirror_other">
<br/>
<input type="text" id="firmware_mirror_value">
<input type="text" id="firmware_mirror_value">
</div>
</div>
<div class="hidden" for="help_for_mirror">
<div class="hidden" for="help_for_mirror">
...
@@ -431,7 +430,6 @@ POSSIBILITY OF SUCH DAMAGE.
...
@@ -431,7 +430,6 @@ POSSIBILITY OF SUCH DAMAGE.
<select class="selectpicker" id="firmware_flavour">
<select class="selectpicker" id="firmware_flavour">
</select>
</select>
<div style="display:none;" id="firmware_flavour_other">
<div style="display:none;" id="firmware_flavour_other">
<br/>
<input type="text" id="firmware_flavour_value">
<input type="text" id="firmware_flavour_value">
</div>
</div>
<div class="hidden" for="help_for_flavour">
<div class="hidden" for="help_for_flavour">
...
@@ -445,10 +443,15 @@ POSSIBILITY OF SUCH DAMAGE.
...
@@ -445,10 +443,15 @@ POSSIBILITY OF SUCH DAMAGE.
<tr>
<tr>
<td></td>
<td></td>
<td>
<td>
<button class="btn btn-primary" id="change_mirror" type="button"><b>{{ lang._('
Chang
e') }}</b><i id="change_mirror_progress" class=""></i></button>
<button class="btn btn-primary" id="change_mirror" type="button"><b>{{ lang._('
Sav
e') }}</b><i id="change_mirror_progress" class=""></i></button>
</td>
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td colspan="3">
{{ lang._('In order to apply these settings a firmware update must be performed after save, which can include a reboot of the system.') }}
</td>
</tr>
</tbody>
</tbody>
</table>
</table>
</div>
</div>
...
...
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