diff options
| author | shahin-io <115543613+shahin-io@users.noreply.github.com> | 2024-01-09 12:10:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 12:10:40 +0300 |
| commit | 984b469c6feffa6d3523ab5e2caf44fe847c5af7 (patch) | |
| tree | f5f5b714bcb596194cfe85350edd659864b9812f /web/html/xui/index.html | |
| parent | 96c4cfeb235339bedd8665f0226f0f7f7e8b83ed (diff) | |
Overall Enhancement (#1524)
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 50c46b03..55b46d08 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -96,7 +96,7 @@ <a-tag :color="status.xray.color">[[ status.xray.state ]]</a-tag> <a-popover v-if="status.xray.state === State.Error" :overlay-class-name="themeSwitcher.currentTheme"> - <span slot="title" style="font-size: 12pt">Error in running xray-core + <span slot="title" style="font-size: 12pt">An error occurred while running Xray <a-tag color="purple" style="cursor: pointer; float: right;" @click="openLogs()">{{ i18n "pages.index.logs" }}</a-tag> </span> <template slot="content"> |
