diff --git a/CustomGUIv2/controller/MyNewMain.controller.js b/CustomGUIv2/controller/MyNewMain.controller.js index 10719ca..1b8a910 100644 --- a/CustomGUIv2/controller/MyNewMain.controller.js +++ b/CustomGUIv2/controller/MyNewMain.controller.js @@ -108,7 +108,7 @@ sap.ui.define(['rootui5/eve7/controller/Main.controller', }, showEventInfo : function() { - let tinfo = "Event : " + this.fw2gui.eventid + " Sub Run :" + this.fw2gui.subrunid + " Run :" + this.fw2gui.runid; + let tinfo = " Run :" + this.fw2gui.runid + " Sub Run :" + this.fw2gui.subrunid + "Event : " + this.fw2gui.eventid; document.title = tinfo; //this.byId("runInput").setValue(this.fw2gui.runid); //this.byId("eventInput").setValue(this.fw2gui.eventid); diff --git a/CustomGUIv2/view/MyMain.view.xml b/CustomGUIv2/view/MyMain.view.xml index cf2f279..e800d0d 100644 --- a/CustomGUIv2/view/MyMain.view.xml +++ b/CustomGUIv2/view/MyMain.view.xml @@ -63,7 +63,7 @@ -