Merge branch 'test' into dev
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-04-02 10:57:30 +02:00
commit eb67dffd35
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
filter="::$ctrl.filter"
limit="20"
data="routes"
order="id ASC">
order="created DESC">
</vn-crud-model>
<div class="content-block">
<div class="vn-list">

View File

@ -32,8 +32,7 @@ export default class Controller {
}
}
},
],
order: 'created DESC'
]
};
}