Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulcan ui config #888

Merged
merged 5 commits into from
Mar 12, 2016
Merged

Vulcan ui config #888

merged 5 commits into from
Mar 12, 2016

Conversation

pmeijer
Copy link
Contributor

@pmeijer pmeijer commented Mar 11, 2016

Using the following settings (i.e. putting the snippet below in config/components.json) the UI can be configured for vulcan integration.

{
  "GenericUIProjectNavigatorController": {
    "disableProjectActions": true,
    "projectMenuClass": "gme-root"
  },
  "GenericUIWebGMEStart": {
    "disableProjectsDialog": true
  },
  "GenericUIPanelHeader": {
    "disableUserProfile": true
  }
}

In addition, by using the introduced feature of adding custom css files from the configuration, e.g. config.visualization.extraCss = ['extlib/vulcan.css']. The UI can look like in attached image:

.navbar.navbar-inverse {
  background-image: linear-gradient(to bottom, #000000 0, #251E1E 100%); }

vulcan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants