17 lines
503 B
HTML
17 lines
503 B
HTML
<template name="componentPlayground">
|
|
<div class="component-playground">
|
|
{{>measureFlow treeColumns=true hideCommon=true}}
|
|
<!--
|
|
<div class="p-a-3">
|
|
{{>selectTree
|
|
key='label'
|
|
items=instance.items
|
|
label='Assign label'
|
|
searchPlaceholder='Search labels'
|
|
storageKey='measureLabelCommon'
|
|
}}
|
|
</div>
|
|
-->
|
|
</div>
|
|
</template>
|