X-Git-Url: http://git.onelab.eu/?p=sfa-gui.git;a=blobdiff_plain;f=Welcome.py;h=c56d25eac254edeb112c24ce03a38253aeb239dd;hp=3c7d664b580ba908e077b7ab01d6c9f066b19a52;hb=c0217389c3dae807a95f21df56b989c6f5609b0e;hpb=dd75c282952182b904fbfd26b2f87f5d39552630 diff --git a/Welcome.py b/Welcome.py index 3c7d664..c56d25e 100644 --- a/Welcome.py +++ b/Welcome.py @@ -6,9 +6,9 @@ class Welcome(Sink): Sink.__init__(self) - text="
This is the SFA Federation GUI. " - text+="It allows users to manage their SFA identities and slices, " - text+="add resources from various testbeds to their slices, " + text="
This is the PlanetLab Federation GUI. " + text+="It allows users to " + text+="add resources from various testbeds to their slices " text+="and browse the SFA Registry.

" self.initWidget(HTML(text, True)) @@ -17,4 +17,4 @@ class Welcome(Sink): def init(): - return SinkInfo("Welcome", "Welcome to the SFA Federation GUI", Welcome) + return SinkInfo("Welcome", "Welcome to the PlanetLab Federation GUI", Welcome)