File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
static/templates/admin/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nodebb-plugin-meilisearch" ,
3- "version" : " 0.5.3 " ,
3+ "version" : " 0.5.4 " ,
44 "description" : " A plugin for integrating MeiliSearch with NodeBB" ,
55 "main" : " library.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 1616 </label>
1717 </div>
1818 <div class= " col-sm-12 col-xs-12 reindex-progress-container {{{ if !indexing.running}}}hidden{{{end}}}" >
19- <h4 class= " text-center" >[[meilisearch:admin.reindexTopicsProgress ]] <span id= " topic-reindex-progress-text" >{indexing.post_progress .current }/{indexing.post_progress .total }</span></h4>
19+ <h4 class= " text-center" >[[meilisearch:admin.reindexTopicsProgress ]] <span id= " topic-reindex-progress-text" >{indexing.topic_progress .current }/{indexing.topic_progress .total }</span></h4>
2020 <div class= " progress" >
2121 <div id= " topic-reindex-progress" class= " progress-bar reindex-progress-bar" role= " progressbar" aria-valuenow= " {indexing.topic_progress.current}" aria-valuemin= " 0" aria-valuemax= " {indexing.topic_progress.total}" style= " width: {topicPercent};" >
2222 {indexing.topic_progress.current }/{indexing.topic_progress.total }
You can’t perform that action at this time.
0 commit comments