Skip to content

Commit

Permalink
DO NOT SUBMIT testing purposes only
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt committed Apr 20, 2021
1 parent 3467b67 commit 89597d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorboard/webapp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ package(default_visibility = ["//tensorboard:internal"])

licenses(["notice"])

exports_files(["notifications_note.json"])

tf_ng_module(
name = "oss_plugins_module",
srcs = [
Expand Down
1 change: 1 addition & 0 deletions tensorboard/webapp/dev_assets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ tf_web_library(
srcs = [
":index.html",
":polymer3_lib_binary_dev.js",
"//tensorboard/webapp:notifications_note.json",
"//tensorboard/webapp:styles.css",
"//tensorboard/webapp:svg_bundle",
"//tensorboard/webapp/widgets/line_chart_v2/lib/worker:chart_worker.js",
Expand Down
1 change: 1 addition & 0 deletions tensorboard/webapp/notifications_note.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"notifications": ["whee I'm a notification"]}

0 comments on commit 89597d6

Please sign in to comment.