diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-20 21:41:41 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-20 21:41:41 +0000 |
commit | 0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e (patch) | |
tree | 4934475334a607bcd77113bf9542accc0022afd8 /html | |
parent | 05e6fc9aa944dd6e3ee01eae0817f8b51134ffab (diff) | |
download | stable-diffusion-webui-gfx803-0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e.tar.gz stable-diffusion-webui-gfx803-0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e.tar.bz2 stable-diffusion-webui-gfx803-0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e.zip |
work on startup profile display
Diffstat (limited to 'html')
-rw-r--r-- | html/footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/footer.html b/html/footer.html index bad87ff6..1ce13295 100644 --- a/html/footer.html +++ b/html/footer.html @@ -5,6 +5,8 @@ •
<a href="https://gradio.app">Gradio</a>
•
+ <a href="#" onclick="showProfile('./internal/profile-startup'); return false;">Startup profile</a>
+ •
<a href="/" onclick="javascript:gradioApp().getElementById('settings_restart_gradio').click(); return false">Reload UI</a>
</div>
<br />
|