mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-29 16:54:53 +02:00
Restore index.html (#819)
This commit is contained in:
parent
6d476d5d5d
commit
3f68febdd7
@ -14,31 +14,7 @@
|
|||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script src="/config.js"></script>
|
<script src="/config.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.customTicketList = [
|
window.customTicketList = [];
|
||||||
{
|
|
||||||
title: 'Laaaa custom list de Lautaro',
|
|
||||||
filters: {
|
|
||||||
authors: '[{"id":1,"isStaff":1}]',
|
|
||||||
closed: 1,
|
|
||||||
priority: '[0]',
|
|
||||||
query: "a"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
|
|
||||||
filters: {
|
|
||||||
tags: "[4]"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'my custom list 2',
|
|
||||||
filters: {
|
|
||||||
authors: '[{"id":2,"isStaff":0}]',
|
|
||||||
closed: 0,
|
|
||||||
query: "2"
|
|
||||||
},
|
|
||||||
}
|
|
||||||
];
|
|
||||||
</script>
|
</script>
|
||||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=String.prototype.startsWith,Array.from,Array.prototype.fill,Array.prototype.keys,Array.prototype.find,Array.prototype.findIndex,Array.prototype.includes,String.prototype.repeat,Number.isInteger,Promise&flags=gated"></script>
|
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=String.prototype.startsWith,Array.from,Array.prototype.fill,Array.prototype.keys,Array.prototype.find,Array.prototype.findIndex,Array.prototype.includes,String.prototype.repeat,Number.isInteger,Promise&flags=gated"></script>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user