mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 12:17:44 +02:00
Processes ui improvements (#9589)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
export let context: ProcessContext
|
||||
</script>
|
||||
|
||||
{context.index} ->
|
||||
{context.index}:
|
||||
{#if context.name !== undefined && context.name !== ''}
|
||||
{context.name}
|
||||
{:else}
|
||||
|
||||
-3
@@ -26,9 +26,6 @@
|
||||
$: _class = hierarchy.findClass(context._class)
|
||||
</script>
|
||||
|
||||
{#if context.isResult}
|
||||
<Label label={process.string.Result} />:
|
||||
{/if}
|
||||
{#if _class?.label !== undefined}
|
||||
<Label label={_class.label} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user