Skip to content

Commit d0b1e3e

Browse files
Merge pull request tensorflow#9743 from dandelionmane/r1.1-tensorboard-run-filter-fix
Use hash url to memorize the currently opened tab.
2 parents 10ec24a + 4941629 commit d0b1e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tensorboard/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
<link rel="import" href="dist/tf-tensorboard.html">
2828
</head>
2929
<body>
30-
<tf-tensorboard></tf-tensorboard>
30+
<tf-tensorboard use-hash></tf-tensorboard>
3131
</body>
3232
</html>

0 commit comments

Comments
 (0)