Hi,
I would like to handle a menu item URL like this (in manifest.json), the second one:

"menu": {
    "index": {
      "label": "System",
      "order": 10
    },
    "../my-module#/path": {
      "label": "Applications",
      "order": 20
    }
  }

The URL is handled, but the # is escaped into %23 then the module is not available. Is there a way to unescape that and keep the URL as in the manifest?

Thanks,
Edoardo Spadoni
_______________________________________________
cockpit-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to