chore(templates): component-ize things
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -39,6 +39,13 @@
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
<!--
|
||||
{{ template "component/table" (dict
|
||||
"Columns" (slice "Author" "Title" "Device Name" "Percentage" "Created At")
|
||||
"Keys" (slice "Author" "Title" "DeviceName" "Percentage" "CreatedAt")
|
||||
"Rows" .Data
|
||||
)}}
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user