add table viewing page
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
@csrf
|
||||
<div class="col-md-8">
|
||||
{!! Widget::text('title', 'Title')->autoAlias('name', '-')
|
||||
->help('Unique among your tables') !!}
|
||||
|
||||
{!! Widget::text('name', 'Name')->value('molluscs-'.uniqid())
|
||||
->help('Unique among your tables, and part of the URL; only letters, digits and
|
||||
some symbols are allowed.') !!}
|
||||
|
||||
{!! Widget::text('title', 'Title')
|
||||
->help('Unique among your tables') !!}
|
||||
|
||||
{!! Widget::textarea('description', 'Description')->height('8em')
|
||||
->help('Description what data is in the table. Please use the dedicated
|
||||
fields for License and data source. URLs in a full format will be clickable.') !!}
|
||||
|
||||
Reference in New Issue
Block a user