Reworked Device Module and Vue Components
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
Vue.component('HistoricTicket', {
|
||||
//language=Vue
|
||||
template: `
|
||||
<div>
|
||||
<tt-page-title :title="window['TT_CONFIG']['PAGE_TITLE']" :path="window['TT_CONFIG']['PATH']"></tt-page-title>
|
||||
<tt-card>
|
||||
|
||||
<tt-table :fetch-url="window['TT_CONFIG']['HISTORIC_TICKET_API_URL'] + '?do=getHistoricTickets'"
|
||||
:config="historicTicketTableConfig"
|
||||
@@ -100,7 +99,7 @@ Vue.component('HistoricTicket', {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</tt-card>
|
||||
`, data() {
|
||||
return {
|
||||
window: window,
|
||||
|
||||
Reference in New Issue
Block a user