mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-01 11:04:29 +08:00
chore: Optimize the prompt messages on some pages
This commit is contained in:
parent
16f47f8664
commit
1f16e09daa
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue