We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad97f97 commit 5d9ce48Copy full SHA for 5d9ce48
app/src/views/system/About.vue
@@ -19,7 +19,7 @@ const thisYear = new Date().getFullYear()
19
</div>
20
<h2>Nginx UI</h2>
21
<p>Yet another WebUI for Nginx</p>
22
- <p>Version: {{ ver.version }} ({{ ver.build_id || $gettext('Development Mode') }})</p>
+ <p>Version: {{ ver.version }} ({{ ver.total_build || $gettext('Development Mode') }})</p>
23
<div class="star-on-github">
24
<GithubButton
25
href="https://github.com/0xJacky/nginx-ui"
0 commit comments