Доработка апи
parent
21a7ebff2f
commit
e982ddd9a9
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"module": "pipicar",
|
"module": "pipicar",
|
||||||
"name": "pipicar.auto",
|
"name": "pipicar.auto",
|
||||||
"type": "custom",
|
"type": "crud",
|
||||||
"class": "App.components.show",
|
|
||||||
"title": "Автомобили",
|
"title": "Автомобили",
|
||||||
"withHeader": false,
|
"withHeader": false,
|
||||||
"data": {
|
"data": {
|
||||||
|
|
@ -156,7 +155,7 @@
|
||||||
"ui": {
|
"ui": {
|
||||||
"grid": {
|
"grid": {
|
||||||
"title": "Автомобили",
|
"title": "Автомобили",
|
||||||
"component": "App.components.grid",
|
"component": "App.components.Grid",
|
||||||
"cols": [
|
"cols": [
|
||||||
{
|
{
|
||||||
"name": "code",
|
"name": "code",
|
||||||
|
|
@ -227,7 +226,6 @@
|
||||||
"add": {
|
"add": {
|
||||||
"title": "Добавление автомобиля",
|
"title": "Добавление автомобиля",
|
||||||
"template": "app.base.crud.form",
|
"template": "app.base.crud.form",
|
||||||
"component": "App.components.show",
|
|
||||||
"form": {
|
"form": {
|
||||||
"submits": "struct:crud.form.edit.submits",
|
"submits": "struct:crud.form.edit.submits",
|
||||||
"rows": [
|
"rows": [
|
||||||
|
|
@ -312,7 +310,7 @@
|
||||||
"edit": {
|
"edit": {
|
||||||
"title": "Редактирование автомобиля",
|
"title": "Редактирование автомобиля",
|
||||||
"template": "app.base.crud.form",
|
"template": "app.base.crud.form",
|
||||||
"component": "App.components.show",
|
"component": "App.components.Show",
|
||||||
"form": {
|
"form": {
|
||||||
"rows": [
|
"rows": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue