-
Notifications
You must be signed in to change notification settings - Fork 702
[UX] update docs and minors for dashboard #5287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7df5ba4
update docs and minors for dashboard
DanielZhangQD e7088ed
update favicon and add dashboard screenshots
DanielZhangQD 3f52bb4
show navibar in mobile browser
DanielZhangQD 4506178
adjust heading bar for mobile case
DanielZhangQD fbca040
do not fetch logs when managed job is recovering
DanielZhangQD 7f02a26
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
DanielZhangQD 828b0d3
update doc and show dashboard url during sky api start
DanielZhangQD 326ebae
launch dashboard through sky dashboard command
DanielZhangQD 18cc5cd
update dashboard images
DanielZhangQD 85c8074
update docs and hover effect
DanielZhangQD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ Local API server (individual users) | |
For an individual user, SkyPilot can be used as a normal command line | ||
tool. Whenever a SkyPilot command is run and an API server is not detected, SkyPilot will automatically start | ||
a SkyPilot API server running locally in the background. No user action is needed. | ||
And you can access the dashboard at `http://127.0.0.1:46580/dashboard` by default. | ||
|
||
.. image:: ../../images/client-server/local.png | ||
:alt: SkyPilot API server local mode | ||
|
@@ -90,7 +91,7 @@ To verify that the API server is working, run ``sky api info``: | |
.. code-block:: console | ||
|
||
$ sky api info | ||
Using SkyPilot API server: http://127.0.0.1:46580 | ||
Using SkyPilot API server: http://127.0.0.1:46580 Dashboard: http://127.0.0.1:46580/dashboard | ||
├── Status: healthy, commit: xxxxx, version: 1.0.0-dev0 | ||
└── User: skypilot-user (xxxxxx) | ||
|
||
|
@@ -103,7 +104,7 @@ To verify that the API server is working, run ``sky api info``: | |
|
||
$ export SKYPILOT_API_SERVER_ENDPOINT=http://skypilot:[email protected]:30050 | ||
$ sky api info | ||
Using SkyPilot API server: http://myendpoint.com:30050 | ||
Using SkyPilot API server: http://myendpoint.com:30050 Dashboard: http://myendpoint.com:30050/dashboard | ||
├── Status: healthy, commit: xxxxx, version: 1.0.0-dev0 | ||
└── User: skypilot-user (xxxxxx) | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.