Created
April 10, 2013 13:20
-
-
Save Burgov/5354557 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<datagrid> | |
<data>{{ printers|serialize|raw }}</data> | |
<columns> | |
<column name="id"></column> | |
<column name="name"></column> | |
<column name="port"></column> | |
<column name="ip">IP Address</column> | |
</columns> | |
<crud> | |
<action type="create" inline>printer_zebra_create</action> | |
<action type="edit" inline>printer_zebra_edit</action> | |
<action type="delete" inline>printer_zebra_delete</action> | |
</crud> | |
</datagrid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment