gdavidkov / toolbar

Glue42 Toolbar Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glue42 Floating Toolbar

Pure JavaScript implementation of a Glue42 Floating Toolbar for Glue42 Enterprise.

Toolbar GIF

For more details, see also the Glue42 Toolbar documentation.

Prerequisites

None. The code doesn't require any other modules, packages or installations.

Main Functionalities

  • Listing, searching and starting applications.
  • Adding and removing applications from favorites.
  • Listing, searching and opening Layouts (including Global, Swimlane and Workspace layouts).
  • Managing basic settings for the Toolbar.
  • Changing the Glue42 themes.
  • Searching for Clients and Instruments (if available via GSS), listing and starting application that can open the search entity (Client or Instrument).
  • Switching between horizontal and vertical views.
  • Opening the Glue42 Feedback Form.
  • Opening the Glue42 Notifications Panel

Customizing the Toolbar

You can use the Floating Toolbar source code to create your own modified version of a Glue42 Toolbar. Once you have implemented a toolbar, you must host it, create an application configuration file for it and add it to your application store. Make sure to set the "shell" top-level key to true:

{
    ...
    "shell": true,
    ...
}

Also, modify the system configuration of Glue42 Enterprise from the system.json file - set the "useEmbeddedShell" property to false:

{
    ...
    "useEmbeddedShell": false,
    ...
}

Restart Glue42 Enterprise for the changes to take effect.

About

Glue42 Toolbar Application

License:Other


Languages

Language:JavaScript 98.4%Language:SCSS 1.1%Language:HTML 0.5%Language:CSS 0.0%