Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a70271db

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

Re #8706 - Added issuer link

Zobrazit rozdíly:

static/js/certificate.js
77 77
    watch: {},
78 78
    methods: {
79 79
        onShowIssuer: async function() {
80
            this.displayIssuer = ~this.displayIssuer;
81 80
            if (!this.issuerLoaded) {
82 81
                // query certificate details
83 82
                try {
......
96 95
                    this.showError("Error occurred while loading issuer's details.");
97 96
                }
98 97
            }
98
            this.displayIssuer = ~this.displayIssuer;
99 99
        },
100 100
        onCertificateDownload: async function () {
101 101
            await onCertificateDownload(this.id);

Také k dispozici: Unified diff