X-Git-Url: http://git.onelab.eu/?p=sfa-gui.git;a=blobdiff_plain;f=Welcome.py;fp=Welcome.py;h=c56d25eac254edeb112c24ce03a38253aeb239dd;hp=3c7d664b580ba908e077b7ab01d6c9f066b19a52;hb=1d432dd802ffdf4fd7960bf105e8e06251f402c5;hpb=2161dfb4ced32f92fc90488b3bb09734cb89622f 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)