Skip to content

Commit 5d9ce48

Browse files
committed
chore(about): show total build
1 parent ad97f97 commit 5d9ce48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/views/system/About.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const thisYear = new Date().getFullYear()
1919
</div>
2020
<h2>Nginx UI</h2>
2121
<p>Yet another WebUI for Nginx</p>
22-
<p>Version: {{ ver.version }} ({{ ver.build_id || $gettext('Development Mode') }})</p>
22+
<p>Version: {{ ver.version }} ({{ ver.total_build || $gettext('Development Mode') }})</p>
2323
<div class="star-on-github">
2424
<GithubButton
2525
href="https://github.com/0xJacky/nginx-ui"

0 commit comments

Comments
 (0)