diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-22 01:43:00 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-22 22:16:21 +0700 |
| commit | 998f1a58b49130203400b996fa413b16ccf6df05 (patch) | |
| tree | 6bd4de04976269b7a520c409e19fccae12ea1b8a /client/html/post_metric_input.tpl | |
| parent | 0689ea185bc8fc44f769b106ae42c6c3869bd587 (diff) | |
client: ui to create exact value post metric
Diffstat (limited to 'client/html/post_metric_input.tpl')
| -rw-r--r-- | client/html/post_metric_input.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/html/post_metric_input.tpl b/client/html/post_metric_input.tpl new file mode 100644 index 0000000..b324062 --- /dev/null +++ b/client/html/post_metric_input.tpl @@ -0,0 +1,5 @@ +<div class='metric-input'> + <ul class='compact-unset-metrics'></ul> + <hr class='separator'> + <ul class='compact-post-metrics'></ul> +</div> |