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:
parent
16f47f8664
commit
1f16e09daa
@ -48,7 +48,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Access Temporarily Unavailable</h1>
|
<h1>Access Temporarily Unavailable</h1>
|
||||||
<p>The current environment has enabled secure login access.</p>
|
<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>
|
<p class="command">1pctl user-info</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -48,8 +48,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Access Temporarily Unavailable</h1>
|
<h1>Access Temporarily Unavailable</h1>
|
||||||
<p>The current environment has enabled domain name binding.</p>
|
<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>Run the following SSH command to reset the binding information:</p>
|
||||||
<p class="command">1pctl rest domain</p>
|
<p class="command">1pctl reset domain</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Access Temporarily Unavailable</h1>
|
<h1>Access Temporarily Unavailable</h1>
|
||||||
<p>The current environment has enabled authorized IP access.</p>
|
<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>
|
<p class="command">1pctl reset ips</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user