refactor: Simplify label for Feed resource from 'Nama Pakan' to 'Nama'
This commit is contained in:
parent
71ea216b96
commit
0bba1ff53f
@ -47,7 +47,7 @@ public static function form(Schema $schema): Schema
|
|||||||
return $schema
|
return $schema
|
||||||
->components([
|
->components([
|
||||||
TextInput::make('name')
|
TextInput::make('name')
|
||||||
->label('Nama Pakan')
|
->label('Nama')
|
||||||
->placeholder('Pelet')
|
->placeholder('Pelet')
|
||||||
->autocomplete(false)
|
->autocomplete(false)
|
||||||
->autofocus()
|
->autofocus()
|
||||||
@ -94,7 +94,7 @@ public static function table(Table $table): Table
|
|||||||
return $table
|
return $table
|
||||||
->columns([
|
->columns([
|
||||||
TextColumn::make('name')
|
TextColumn::make('name')
|
||||||
->label('Nama Pakan')
|
->label('Nama')
|
||||||
->searchable()
|
->searchable()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user