This commit is contained in:
2020-06-09 21:41:20 +00:00
parent d46f5398c6
commit 1a7cea9272
9 changed files with 96 additions and 1321 deletions

View File

@@ -27,7 +27,7 @@ app.api = (function() {
generateFromRequest,
licenseEmailResponse;
RockFishVersion = "6.8";
RockFishVersion = "6.9";
//////////////////////////////////////////////////////////////////////////////////////
// NOT AUTHORIZED ERROR HANDLER

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -33,7 +33,7 @@
<input class="form-control" type="text" id="dbType" name="dbType" value="">
</div>
</div>
<div class="col-sm-6">
{{!-- <div class="col-sm-6">
<div class="form-group">
<label for="serverOS">Server OS</label>
<input class="form-control" type="text" id="serverOS" name="serverOS" value="">
@@ -44,7 +44,7 @@
<label for="serverBits">Server bits</label>
<input class="form-control" type="text" id="serverBits" name="serverBits" value="">
</div>
</div>
</div> --}}
<div class="col-sm-6">
<div class="form-check">
<label class="form-check-label" for="hosted">

File diff suppressed because one or more lines are too long