Project

General

Profile

Revision ac550ad8

IDac550ad860c0c3b33e9282494652509b39aa04e3
Parent ea1f063f
Child 65a3776e

Added by Francis LAHEUGUERE over 14 years ago

Mise au point suite à modification configuration

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@2021 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

javascript/source/class/vigigraph/Application.js
47 47
    "graphs": "/rpc/graphs",
48 48
    "selectHostAndService": "/rpc/selectHostAndService",
49 49
    "searchHostAndService": "/rpc/searchHostAndService",
50
    "subPage": "/rpc/subPage",
50
    "supPage": "/rpc/supPage",
51 51
    "getImage": "/rpc/getImage",
52 52
    "getStartTime": "/rpc/getStartTime",
53 53
    "getIdHost": "/rpc/getIdHost",
......
259 259
      });
260 260

  
261 261
      b3.addEventListener("execute",function(e) {
262
        var win = new qx.client.NativeWindow(urls.subPage+"?host="+combo3.getSelected().getLabel());
262
        var win = new qx.client.NativeWindow(urls.supPage+"?host="+combo3.getSelected().getLabel());
263 263
        win.setDimension(800,600);
264 264
        win.setDependent(false);
265 265
        win.open();

Also available in: Unified diff