Mercurial > code > home > repos > light9
changeset 1992:5c1553fc0740
on /effects/ page, there's now a link to go to edit that effect in /live/
Ignore-this: b0d04beca1fefa1f3efdec2d2bccbc47
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 09 Jun 2019 07:37:26 +0000 |
parents | b5dc4f1c4a83 |
children | a322fba0035c |
files | light9/web/effects/index.html |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/effects/index.html Sun Jun 09 07:27:44 2019 +0000 +++ b/light9/web/effects/index.html Sun Jun 09 07:37:26 2019 +0000 @@ -30,10 +30,23 @@ background: #1e271e; margin-bottom: 3px; } + a { + color: #7992d0; + background: #00000859; + min-width: 4em; + min-height: 2em; + display: inline-block; + text-align: center; + vertical-align: middle; + } + resource-display { + min-width: 12em; + } </style> Effect <resource-display graph="{{graph}}" uri="{{uri}}" rename></resource-display> + <a href="../live?effect={{uri.value}}">Edit</a> <iron-ajax id="songEffects" url="/effectEval/songEffects" method="POST"