aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/ConnectionContent.js
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-10-03 15:01:32 +0000
committerEmiliano Ciavatta2020-10-03 15:01:32 +0000
commitf11e5d9e55c963109af8b8517c7790bf2eb7cac8 (patch)
tree9414951f4f2d7e1b5097ba655d50791b9faf27e0 /frontend/src/components/ConnectionContent.js
parent7d40e85e64762db8d420a33ed352f707edd7a9ba (diff)
Add title page window titles
Diffstat (limited to 'frontend/src/components/ConnectionContent.js')
-rw-r--r--frontend/src/components/ConnectionContent.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/ConnectionContent.js b/frontend/src/components/ConnectionContent.js
index 11b8617..2e4f2fd 100644
--- a/frontend/src/components/ConnectionContent.js
+++ b/frontend/src/components/ConnectionContent.js
@@ -30,6 +30,8 @@ class ConnectionContent extends Component {
if (this.props.connection != null) {
this.loadStream();
}
+
+ document.title = "caronte:~/$";
}
componentDidUpdate(prevProps, prevState, snapshot) {