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

Updated script admin menu #20807

Merged
merged 2 commits into from Feb 22, 2018
Merged

Updated script admin menu #20807

merged 2 commits into from Feb 22, 2018

Conversation

tessawiedmann
Copy link
Contributor

  • Removed instructions column
  • Added column names
  • Added column for template levels
  • Added column for contained levels
  • Made menu on top of bubbles (z index was too low)

adminmenu1
image

@Hamms
Copy link
Contributor

Hamms commented Feb 22, 2018

Can you confirm that the removed instructions aren't actually being used by anyone?

.span3
= level.properties['project_template_level_name']
.span3
= level.properties['contained_level_names']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit; it'd look a lot nicer if you did something like level.properties['contained_level_names'].join(", ")

.span3
= "Template level"
.span3
= "Contained levels"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@tessawiedmann
Copy link
Contributor Author

@Hamms Confirmed by @mrjoshida that instructions aren't used in this menu

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

Successfully merging this pull request may close these issues.

None yet

3 participants