mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Update OpenVPNConnect to 1.1 (#47)
This commit is contained in:
committed by
Sebastian Kinne
parent
024854bb42
commit
c7ae8dc93c
@@ -13,7 +13,8 @@
|
||||
<div class="panel-body">
|
||||
<div class="form-group">
|
||||
<label class="control-label text-center">Dependencies:</label>
|
||||
<button type="button" style="width: 90px;" class="btn btn-{{installLabel}} btn-xs" ng-click="handleDependencies()">{{installLabelText}}</button>
|
||||
<button type="button" style="width: {{installButtonWidth}};" class="btn btn-{{installLabel}} btn-xs" ng-click="handleDependencies()">{{installLabelText}}</button>
|
||||
<button type="button" style="width: 160px;" class="btn btn-{{installLabel}} btn-xs" ng-hide="hideSDDependency" ng-click="handleDependenciesSDCard()">{{installSDLabelText}}</button>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label text-center">Setup Status</label>
|
||||
@@ -58,7 +59,12 @@
|
||||
<p>
|
||||
<input class="form-control" ng-model="workspace.config" placeholder="Enter input"></input>
|
||||
</p>
|
||||
<label class="control-label text-center">VPN Config Password (Optional):</label>
|
||||
<label class="control-label text-center">VPN Config User (Optional, makes use of --auth-user-pass):</label>
|
||||
<a href="javascript:;" ng-click="workspace.user = ''">Clear</a>
|
||||
<p>
|
||||
<input class="form-control" ng-model="workspace.user" placeholder="Enter input"></input>
|
||||
</p>
|
||||
<label class="control-label text-center">VPN Config Password (Optional, falls back to --askpass if no user is provided):</label>
|
||||
<a href="javascript:;" ng-click="workspace.pass = ''">Clear</a>
|
||||
<p>
|
||||
<input class="form-control" type="password" ng-model="workspace.pass" placeholder="Enter input"></input>
|
||||
@@ -136,6 +142,18 @@
|
||||
<div id="collapseChangelog" class="panel-collapse collapse">
|
||||
<div class="panel-body">
|
||||
<ul>
|
||||
<li>
|
||||
<b>1.0.2 </b>
|
||||
</li>
|
||||
<ul>
|
||||
<li class="text-muted">Added in current status when revisiting page, logging, and ability to install dependencies to SD card or local storage. Also squashed some bugs :)</li>
|
||||
</ul>
|
||||
<li>
|
||||
<b>1.0.1 </b>
|
||||
</li>
|
||||
<ul>
|
||||
<li class="text-muted">Minor Revisions: Added better iptables management with dynamic gateway and the ability to use auth-user-pass. Unofficial Release (Github Only)</li>
|
||||
</ul>
|
||||
<li>
|
||||
<b>1.0</b>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user