green sync button
This commit is contained in:
parent
9f96da34b5
commit
509658be9c
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,10 +2,18 @@
|
||||
|
||||
# CHANGELOG
|
||||
|
||||
## 2024.8.5
|
||||
|
||||
- Add Customer Mail Inbox
|
||||
- Add pppoe customer and pppoe IP to make static username and IP
|
||||
- Add Sync button
|
||||
- Allow Mac Address Username
|
||||
|
||||
## 2024.8.1
|
||||
|
||||
- Show Bandwidth Plan in the customer dashboard
|
||||
- Show
|
||||
- Add Audit Payment Gateway
|
||||
- Fix Plugin Manager
|
||||
|
||||
## 2024.7.23
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
||||
class="btn btn-info btn-xs"> {Lang::T('Edit')} </a>
|
||||
<a href="{$_url}customers/sync/{$ds['id']}" id="{$ds['id']}"
|
||||
style="margin: 5px; color:black"
|
||||
class="btn btn-info btn-xs"> {Lang::T('Sync')} </a>
|
||||
class="btn btn-success btn-xs"> {Lang::T('Sync')} </a>
|
||||
<a href="{$_url}plan/recharge/{$ds['id']}" id="{$ds['id']}" style="margin: 0px;"
|
||||
class="btn btn-primary btn-xs">{Lang::T('Recharge')}</a>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user