refresh license button

This commit is contained in:
Usman Nasir
2020-08-31 23:52:47 +05:00
parent d7cbe7d5a7
commit fefdf8a8e5
5 changed files with 150 additions and 2 deletions

View File

@@ -332,7 +332,7 @@
<div class="content-box-wrapper">
<div class="row mt-5 mx-10">
<div class="col-md-6 panel-body">
<div class="col-md-4 panel-body">
<a ng-click="licenseStatus(1)" href="" title="{% trans 'License Status' %}">
<img src="{% static 'images/license-status.png' %}" width="65" class="mr-10 ">
</a>
@@ -342,7 +342,7 @@
</a>
</div>
<div class="col-md-6 panel-body">
<div class="col-md-4 panel-body">
<a ng-click="showSerialBox()" href="" title="{% trans 'Change License' %}">
<img src="{% static 'images/change-license.png' %}" width="65" class="mr-10">
</a>
@@ -353,6 +353,17 @@
</div>
<div class="col-md-4 panel-body">
<a ng-click="refreshLicense()" href="" title="{% trans 'Refresh License' %}">
<img src="{% static 'images/change-license.png' %}" width="65" class="mr-10">
</a>
&nbsp;
<a ng-click="refreshLicense()" href="" title="{% trans 'Refresh License' %}">
<span class="h4">{% trans 'Refresh License' %}</span>
</a>
</div>
<div class="col-md-12">
<div ng-hide="fetchedData">