Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a13b1c2d

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

Re #8706 - Certificate list filtering

Zobrazit rozdíly:

static/index.html
33 33
                                    <div class="form-group mb-0">
34 34
                                        <h5>Usage:</h5>
35 35
                                        <div class="form-check ml-4">
36
                                            <input class="form-check-input" type="checkbox" id="usageCA">
36
                                            <input class="form-check-input" type="checkbox" id="usageCA" v-model="filtering.usage.CA">
37 37
                                            <label class="form-check-label" for="usageCA">
38 38
                                                CA
39 39
                                            </label>
40 40
                                        </div>
41 41
                                        <div class="form-check ml-4">
42
                                            <input class="form-check-input" type="checkbox" id="usageSignature">
42
                                            <input class="form-check-input" type="checkbox" id="usageSignature" v-model="filtering.usage.digitalSignature">
43 43
                                            <label class="form-check-label" for="usageSignature">
44 44
                                                Digital signature
45 45
                                            </label>
46 46
                                        </div>
47 47
                                        <div class="form-check ml-4">
48
                                            <input class="form-check-input" type="checkbox" id="usageAuth">
48
                                            <input class="form-check-input" type="checkbox" id="usageAuth" v-model="filtering.usage.authentication">
49 49
                                            <label class="form-check-label" for="usageAuth">
50 50
                                                Authentication
51 51
                                            </label>
52 52
                                        </div>
53 53
                                        <div class="form-check ml-4">
54
                                            <input class="form-check-input" type="checkbox" id="usageSSL">
54
                                            <input class="form-check-input" type="checkbox" id="usageSSL" v-model="filtering.usage.SSL">
55 55
                                            <label class="form-check-label" for="usageSSL">
56 56
                                                SSL/TLS
57 57
                                            </label>
......
62 62
                                    <div class="form-group mb-0">
63 63
                                        <h5>Type:</h5>
64 64
                                        <div class="form-check ml-4">
65
                                            <input class="form-check-input" type="checkbox" id="rootCA">
65
                                            <input class="form-check-input" type="checkbox" id="rootCA" v-model="filtering.type.RootCA">
66 66
                                            <label class="form-check-label" for="rootCA">
67 67
                                                Root CA
68 68
                                            </label>
69 69
                                        </div>
70 70
                                        <div class="form-check ml-4">
71
                                            <input class="form-check-input" type="checkbox" id="intermediateCA">
71
                                            <input class="form-check-input" type="checkbox" id="intermediateCA" v-model="filtering.type.IntermediateCA">
72 72
                                            <label class="form-check-label" for="intermediateCA">
73 73
                                                Intermediate CA
74 74
                                            </label>
75 75
                                        </div>
76 76
                                        <div class="form-check ml-4">
77
                                            <input class="form-check-input" type="checkbox" id="endCertificate">
77
                                            <input class="form-check-input" type="checkbox" id="endCertificate" v-model="filtering.type.EndCertificate">
78 78
                                            <label class="form-check-label" for="endCertificate">
79 79
                                                End certificate
80 80
                                            </label>
......
85 85
                                    <div class="form-group mb-0">
86 86
                                        <h5>Common name:</h5>
87 87
                                        <div>
88
                                            <input class="form-control" type="text" id="commonName" placeholder="Enter common name">
88
                                            <input class="form-control" type="text" id="commonName" placeholder="Enter common name"  v-model="filtering.CN">
89 89
                                        </div>
90 90
                                    </div>
91 91
                                </div>
92 92
                                <div class="col-3">
93
                                    <button class="btn btn-primary">Apply filters</button>
93
                                    <button class="btn btn-primary mb-2" style="width: 115px;" v-on:click="reloadData">Apply filters</button>
94
                                    <button class="btn btn-secondary mb-2" style="width: 115px;" v-on:click="clearFilters">Clear filters</button>
94 95
                                </div>
95 96
                            </div>
96 97
                        </div>

Také k dispozici: Unified diff