mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Update Get Started Page (#1914)
* Added Log into fleet step and info icon * adjust padding
This commit is contained in:
parent
333dfd800f
commit
2c8b65dcd7
BIN
website/assets/images/info-16x16@2x.png
vendored
Executable file
BIN
website/assets/images/info-16x16@2x.png
vendored
Executable file
Binary file not shown.
After Width: | Height: | Size: 617 B |
12
website/assets/styles/pages/get-started.less
vendored
12
website/assets/styles/pages/get-started.less
vendored
@ -65,7 +65,17 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: @ui-off-white;
|
||||
border: 1px solid @border-lt-gray;
|
||||
color: @core-fleet-black-75;
|
||||
font-size: 13px;
|
||||
padding: 4px 8px;
|
||||
line-height: 16px;
|
||||
font-family: @code-font;
|
||||
display: inline-block;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.muted {
|
||||
padding: 24px;
|
||||
border: 1px solid @core-fleet-black-25;
|
||||
|
10
website/views/pages/get-started.ejs
vendored
10
website/views/pages/get-started.ejs
vendored
@ -24,9 +24,15 @@
|
||||
<p class="comment"># Run a local demo of the Fleet server</p>
|
||||
<p class="command">sudo fleetctl preview</p>
|
||||
</div>
|
||||
<p class="mb-0">The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>.</p>
|
||||
<p class="mb-0"><img alt="A small circle with an I inside of it" style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px" src="/images/info-16x16@2x.png">Windows users can ommit <code>sudo</code> .</p>
|
||||
</div>
|
||||
<div style="padding-top: 80px;">
|
||||
<div style="padding-top: 60px;">
|
||||
<h2 class="mb-3">3. Log in to Fleet</h2>
|
||||
<p>The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>.</p>
|
||||
<p class="mb-2"><strong>Email:</strong> admin@example.com</p>
|
||||
<p><strong>Password:</strong> admin123#</p>
|
||||
</div>
|
||||
<div style="padding-top: 60px;">
|
||||
<h2 class="mb-4">Next steps</h2>
|
||||
<div class="d-sm-flex">
|
||||
<a href="/docs/using-fleet/learn-how-to-use-fleet" class="d-flex btn btn-primary btn-md justify-content-center mr-sm-3">
|
||||
|
Loading…
Reference in New Issue
Block a user