1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

chore: Optimize the prompt messages on some pages

This commit is contained in:
wanghe-fit2cloud 2024-12-16 18:27:15 +08:00
parent 16f47f8664
commit 1f16e09daa
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
<div class="container">
<h1>Access Temporarily Unavailable</h1>
<p>The current environment has enabled secure login access.</p>
<p>Please enter the following command in the SSH terminal to view the panel login URL:</p>
<p>Run the following SSH command to view the panel login URL:</p>
<p class="command">1pctl user-info</p>
</div>
</body>

View File

@ -48,8 +48,8 @@
<div class="container">
<h1>Access Temporarily Unavailable</h1>
<p>The current environment has enabled domain name binding.</p>
<p>You can enter the following command in the SSH terminal to reset the binding information:</p>
<p class="command">1pctl rest domain</p>
<p>Run the following SSH command to reset the binding information:</p>
<p class="command">1pctl reset domain</p>
</div>
</body>
</html>

View File

@ -48,7 +48,7 @@
<div class="container">
<h1>Access Temporarily Unavailable</h1>
<p>The current environment has enabled authorized IP access.</p>
<p>You can enter the following command in the SSH terminal to reset the binding information:</p>
<p>Run the following SSH command to reset the binding information:</p>
<p class="command">1pctl reset ips</p>
</div>
</body>