Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified components/centraldashboard/public/assets/favicon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified components/centraldashboard/public/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified components/centraldashboard/public/assets/favicon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified components/centraldashboard/public/assets/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified components/centraldashboard/public/assets/favicon-32x32.png
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.
Binary file modified components/centraldashboard/public/assets/favicon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified components/centraldashboard/public/assets/favicon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified components/centraldashboard/public/assets/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified components/centraldashboard/public/assets/favicon.ico
Binary file not shown.
51 changes: 9 additions & 42 deletions components/centraldashboard/public/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions components/centraldashboard/public/components/main-page.pug
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ app-drawer-layout.flex(narrow='{{narrowMode}}',
iron-icon(icon='[[item.icon]]')
| [[item.text]]
iron-icon.external(icon="launch")
template(is='dom-if', if='[[equals(isolationMode, "multi-user")]]')
aside.divider
a(href$='[[_buildHref("/manage-users", queryParams.*)]]', tabindex='-1')
paper-item.menu-item#contributors Manage Contributors
aside.divider
a(href='https://github.com/kubeflow/kubeflow',
tabindex='-1', target="_blank")
paper-item.menu-item GitHub
iron-icon.external(icon="launch")
a(href='https://www.kubeflow.org/docs/about/kubeflow/',
tabindex='-1', target="_blank")
paper-item.menu-item Documentation
Expand Down Expand Up @@ -101,10 +92,6 @@ app-drawer-layout.flex(narrow='{{narrowMode}}',
platform-info='[[platformInfo]]', quick-links='[[quickLinks]]', documentation-items='[[documentationItems]]' metrics='[[metrics]]')
neon-animatable(page='activity')
activity-view(namespace='[[queryParams.ns]]')
neon-animatable(page='manage-users')
manage-users-view(
user='[[user]]', namespaces='[[namespaces]]', is-cluster-admin='[[isClusterAdmin]]', has-namespaces='[[hasNamespaces]]',
owned-namespaces='[[ownedNamespaces]]', edit-namespaces='[[editNamespaces]]', view-namespaces='[[viewNamespaces]]')
neon-animatable(page='iframe')
iframe-container(namespace='[[namespace]]',
src='[[iframeSrc]]', page="{{iframePage}}"
Expand Down