Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 46f9e7aa

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

Re #8701 - Improved certificate creation page (displaying issuer)

Zobrazit rozdíly:

static/index.html
119 119
                            </tr>
120 120
                        </thead>
121 121
                        <tbody>
122
                            <tr v-show="certificates.length == 0">
122
                            <tr v-if="certificates == null || certificates.length === 0">
123 123
                                <td colspan="9">No certificate found</td>
124 124
                            </tr>
125
                            <tr is="certificate-item"
125
                            <tr v-else is="certificate-item"
126 126
                                v-for="certificate in certificates"
127 127
                                v-bind:certificate="certificate"
128 128
                                v-bind:key="certificate.id">

Také k dispozici: Unified diff