diff --git a/ui/ui/user-dashboard.tpl b/ui/ui/user-dashboard.tpl
index 7734ad0d..dc8b6fe1 100644
--- a/ui/ui/user-dashboard.tpl
+++ b/ui/ui/user-dashboard.tpl
@@ -89,10 +89,12 @@
{/if}
{if $_bill}
-
- {strtoupper(Lang::T('Location'))} |
- {$_bill['routers']} |
-
+ {if $_bill['routers'] != 'radius'}
+
+ {strtoupper(Lang::T('Location'))} |
+ {$_bill['routers']} |
+
+ {/if}
{$_L['Plan_Name']} |
@@ -101,8 +103,7 @@
{Lang::T('Deactivate')}
{else}
- {Lang::T('expired')}
+ {Lang::T('expired')}
{/if}
|
@@ -132,11 +133,11 @@
{$nux_mac} |
{/if}
- {if $_bill['type'] == 'Hotspot' && $_bill['status'] == 'on'}
+ {if $_bill['type'] == 'Hotspot' && $_bill['status'] == 'on' && $_bill['routers'] != 'radius'}
{Lang::T('Login Status')} |
-
+
|
{/if}