Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6b69049b

Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)

Re #8706 - Minor adjustments of GUI

Zobrazit rozdíly:

static/js/index.js
9 9
        hasNextPage: false,
10 10
        hasPreviousPage: false,
11 11
        currentPage: 1,
12
        displayFilters: false,
12 13
        loading: true,
13 14
        // list of all certificates to be displayed in the list
14 15
        certificates: [],
......
87 88
            else
88 89
                return null;
89 90
        },
91
        toggleFilters: function (){
92
            this.displayFilters = ~this.displayFilters;
93
        },
90 94
        clearFilters: async function () {
91 95
            this.filtering = {
92 96
                type: {

Také k dispozici: Unified diff