Skip to content
Merged
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
1 change: 1 addition & 0 deletions tensorboard/webapp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ tf_svg_bundle(
# //tensorboard/webapp/testing/mat_icon_module.ts.
# 'com_google_material_design_icon' in third_party/js.bzl
srcs = [
"@com_google_material_design_icon//:add_24px.svg",
"@com_google_material_design_icon//:arrow_downward_24px.svg",
"@com_google_material_design_icon//:arrow_upward_24px.svg",
"@com_google_material_design_icon//:brightness_6_24px.svg",
Expand Down
6 changes: 6 additions & 0 deletions third_party/js.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ def tensorboard_js_workspace():
"http://mirror.tensorflow.org/raw.githubusercontent.com/google/material-design-icons/3.0.1/action/svg/production/ic_change_history_24px.svg",
"https://raw.githubusercontent.com/google/material-design-icons/3.0.1/action/svg/production/ic_change_history_24px.svg",
],
"475c29758b4a689598f80099714362c0340ad3a4bc111e2d88807bbf4b0f817e": [
"http://mirror.tensorflow.org/raw.githubusercontent.com/google/material-design-icons/b3f05bfbf4329a5b63f50a720f867c2bac163f98/src/content/add/materialicons/24px.svg",
"https://raw.githubusercontent.com/google/material-design-icons/b3f05bfbf4329a5b63f50a720f867c2bac163f98/src/content/add/materialicons/24px.svg",
],
},
rename = {
"ic_arrow_downward_24px.svg": "arrow_downward_24px.svg",
Expand Down Expand Up @@ -266,5 +270,7 @@ def tensorboard_js_workspace():
"https://raw.githubusercontent.com/google/material-design-icons/d3d4aca5a7cf50bc68bbd401cefa708e364194e8/src/image/brightness_6/materialicons/24px.svg": "brightness_6_24px.svg",
"http://mirror.tensorflow.org/raw.githubusercontent.com/google/material-design-icons/d3d4aca5a7cf50bc68bbd401cefa708e364194e8/src/action/drag_indicator/materialicons/24px.svg": "drag_indicator_24px.svg",
"https://raw.githubusercontent.com/google/material-design-icons/d3d4aca5a7cf50bc68bbd401cefa708e364194e8/src/action/drag_indicator/materialicons/24px.svg": "drag_indicator_24px.svg",
"http://mirror.tensorflow.org/raw.githubusercontent.com/google/material-design-icons/b3f05bfbf4329a5b63f50a720f867c2bac163f98/src/content/add/materialicons/24px.svg": "add_24px.svg",
"https://raw.githubusercontent.com/google/material-design-icons/b3f05bfbf4329a5b63f50a720f867c2bac163f98/src/content/add/materialicons/24px.svg": "add_24px.svg",
},
)