Revize 376e6be2
Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)
static/js/create_certificate.js | ||
---|---|---|
7 | 7 |
isSelfSigned: false, |
8 | 8 |
invalidCN: false, |
9 | 9 |
customKey: false, |
10 |
showIssuer: false, |
|
10 | 11 |
customExtensions: false, |
11 | 12 |
// available certificate authorities |
12 | 13 |
authorities: [], |
... | ... | |
73 | 74 |
} |
74 | 75 |
}, |
75 | 76 |
methods: { |
77 |
toggleShowIssuer: function () { |
|
78 |
this.showIssuer = ~this.showIssuer; |
|
79 |
}, |
|
76 | 80 |
onKeyFileChange: function (event) { |
77 | 81 |
var file = event.target.files[0]; |
78 | 82 |
var reader = new FileReader(); |
Také k dispozici: Unified diff
Re #8701 - Improved created certificate page and empty list display