Changeset - 5c1553fc0740
[Not reviewed]
default
0 1 0
Drew Perttula - 6 years ago 2019-06-09 07:37:26
drewp@bigasterisk.com
on /effects/ page, there's now a link to go to edit that effect in /live/
Ignore-this: b0d04beca1fefa1f3efdec2d2bccbc47
1 file changed with 13 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/effects/index.html
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)