feat: hide slug from user
This commit is contained in:
parent
edf8b2b79e
commit
c246ca59db
3 changed files with 6 additions and 20 deletions
|
|
@ -11,7 +11,6 @@ defmodule MvWeb.CustomFieldLive.Index do
|
|||
- Delete custom fields (if no custom field values use them)
|
||||
|
||||
## Displayed Information
|
||||
- Slug: URL-friendly identifier (auto-generated from name)
|
||||
- Name: Unique identifier for the custom field
|
||||
- Value type: Data type constraint (string, integer, boolean, date, email)
|
||||
- Description: Human-readable explanation
|
||||
|
|
@ -44,8 +43,6 @@ defmodule MvWeb.CustomFieldLive.Index do
|
|||
rows={@streams.custom_fields}
|
||||
row_click={fn {_id, custom_field} -> JS.navigate(~p"/custom_fields/#{custom_field}") end}
|
||||
>
|
||||
<:col :let={{_id, custom_field}} label="Slug">{custom_field.slug}</:col>
|
||||
|
||||
<:col :let={{_id, custom_field}} label="Name">{custom_field.name}</:col>
|
||||
|
||||
<:col :let={{_id, custom_field}} label="Description">{custom_field.description}</:col>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue