diff src/common/constants.py @ 613:deddd1cd8aa5 frontends_multi_profiles

browser side: added a base_location property to get location of current Libervia instance
author Goffi <goffi@goffi.org>
date Tue, 10 Feb 2015 20:42:39 +0100
parents 7af8f4ab3675
children 9092e624bb27
line wrap: on
line diff
--- a/src/common/constants.py	Tue Feb 10 19:38:28 2015 +0100
+++ b/src/common/constants.py	Tue Feb 10 20:42:39 2015 +0100
@@ -24,6 +24,8 @@
 
 class Const(constants.Const):
 
+    LIBERVIA_MAIN_PAGE = "libervia.html"
+
     # Frontend parameters
     COMPOSITION_KEY = D_("Composition")
     ENABLE_UNIBOX_PARAM = D_("Enable unibox")