This commit is contained in:
tidusjar 2016-04-03 21:35:09 +01:00
commit acb39b56f8
13 changed files with 122 additions and 33 deletions

View file

@ -3,7 +3,7 @@
int port;
if (Model.Port == 0)
{
port = 8081;
port = 8181;
}
else
{
@ -70,14 +70,7 @@
<input type="text" class="form-control form-control-custom " id="SubDir" name="SubDir" value="@Model.SubDir">
</div>
</div>
<div class="form-group">
<div>
<button type="submit" id="getProfiles" class="btn btn-primary-outline">Get Quality Profiles</button>
</div>
</div>
<div class="form-group">
<div>
@ -86,8 +79,6 @@
</div>
<div class="form-group">
<div>
<button id="save" type="submit" class="btn btn-primary-outline">Submit</button>
@ -115,7 +106,6 @@
console.log(response);
if (response.result === true) {
generateNotify(response.message, "success");
$('#authToken').val(response.authToken);
} else {
generateNotify(response.message, "warning");
}