diff options
Diffstat (limited to 'frontend/src/components/panels/ServicePane.js')
-rw-r--r-- | frontend/src/components/panels/ServicePane.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/panels/ServicePane.js b/frontend/src/components/panels/ServicePane.js index eaefa64..0e99652 100644 --- a/frontend/src/components/panels/ServicePane.js +++ b/frontend/src/components/panels/ServicePane.js @@ -25,6 +25,8 @@ class ServicePane extends Component { services: [], currentService: this.emptyService, }; + + document.title = "caronte:~/services$"; } componentDidMount() { |