Skip to content

Commit

Permalink
Merge pull request #8332 from preillyme/fix_breadcrumbs
Browse files Browse the repository at this point in the history
Restore missing WebUI breadcrumbs after refactor
  • Loading branch information
dchen1107 committed May 22, 2015
2 parents a823f6d + 4c4e7b2 commit 1131ac9
Show file tree
Hide file tree
Showing 50 changed files with 1,452 additions and 827 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ network_closure.sh

# Web UI
www/master/node_modules/

www/master/npm-debug.log
# Karma output
www/test_out
1,301 changes: 756 additions & 545 deletions pkg/ui/datafile.go

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions www/app/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.nav-back {
/* :before */
/* content: ""; */
background: url('assets/img/icons/arrow-back.png');
background-size: 14px 14px;
background-repeat: no-repeat;
display: block;
Expand Down Expand Up @@ -219,7 +218,7 @@ md-select-menu {
text-transform: none;
}
.md-button-toggle .md-toggle-icon {
background: transparent url(assets/img/icons/list_control_down.png) no-repeat center center;
background: transparent url(../img/icons/list_control_down.png) no-repeat center center;
background-size: 100% auto;
display: inline-block;
height: 24px;
Expand Down
4 changes: 4 additions & 0 deletions www/app/assets/img/ic_arrow_drop_down_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions www/app/assets/img/ic_arrow_drop_up_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions www/app/assets/img/ic_keyboard_arrow_left_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions www/app/assets/img/ic_keyboard_arrow_right_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1131ac9

Please sign in to comment.