diff --git a/website/assets/images/info-16x16@2x.png b/website/assets/images/info-16x16@2x.png new file mode 100755 index 0000000000..9f6762244c Binary files /dev/null and b/website/assets/images/info-16x16@2x.png differ diff --git a/website/assets/styles/pages/get-started.less b/website/assets/styles/pages/get-started.less index 569a790ed2..e0391b31be 100644 --- a/website/assets/styles/pages/get-started.less +++ b/website/assets/styles/pages/get-started.less @@ -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; diff --git a/website/views/pages/get-started.ejs b/website/views/pages/get-started.ejs index 715f7cdcfb..5c779c9327 100644 --- a/website/views/pages/get-started.ejs +++ b/website/views/pages/get-started.ejs @@ -24,9 +24,15 @@
# Run a local demo of the Fleet server
sudo fleetctl preview
-The Fleet UI is now available at http://localhost:1337.
+
Windows users can ommit sudo .
The Fleet UI is now available at http://localhost:1337.
+Email: admin@example.com
+Password: admin123#
+