Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • emulab-devel emulab-devel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 164
    • Issues 164
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • emulabemulab
  • emulab-develemulab-devel
  • Merge requests
  • !61

add finer grain control over what features are presented in the aptui

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged chuck cranor requested to merge chuck/emulab-devel:aptui_finegrain into master Feb 03, 2020
  • Overview 5
  • Commits 1
  • Changes 12

Add UI_DISABLE_DATASETS and UI_DISABLE_RESERVATIONS to defs file. These variables allow for a finer grain control over how these newer experimental features are presented to users. possible values for these variables:

    0: [the default]  include these features in the UI for all
    1: only show these features to admins in "red dot" mode
    2: never show these features in the UI (even for admins)

sites that can't or aren't using these features can use this to remove them from the UI to help prevent their users from becoming confused.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: aptui_finegrain