This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-17
lines changed Expand file tree Collapse file tree 2 files changed +24
-17
lines changed Original file line number Diff line number Diff line change 25
25
< tr>
26
26
< th> Info< / th>
27
27
< td>
28
- < abbr title= " Message rates" >< %= fmt_string (node .rates_mode ) % >< / abbr>
29
- < % if (node .type == ' disc' ) { % >
30
- < abbr title= " Broker definitions are held on disc." > disc< / abbr>
31
- < % } else { % >
32
- < abbr title= " Broker definitions are held in RAM. Messages will still be written to disc if necessary." > RAM < / abbr>
33
- < % } % >
34
- < %= fmt_plugins_small (node) % >
35
- < abbr title= " Memory calculation strategy" >< %= fmt_string (node .mem_calculation_strategy ) % >< / abbr>
36
- < % if (node .is_mnevis_leader ) { % >
37
- < abbr title= " Node is mnevis leader" > leader< / abbr>
38
- < % } % >
28
+ < abbr title= " Message rates" >< %= fmt_string (node .rates_mode ) % >< / abbr>
29
+ < % if (! node .hasOwnProperty (' is_mnevis_leader' )) { % >
30
+ < % if (node .type == ' disc' ) { % >
31
+ < abbr title= " Broker definitions are held on disc." > disc< / abbr>
32
+ < % } else { % >
33
+ < abbr title= " Broker definitions are held in RAM. Messages will still be written to disc if necessary." > RAM < / abbr>
34
+ < % } % >
35
+ < % } % >
36
+ < %= fmt_plugins_small (node) % >
37
+ < abbr title= " Memory calculation strategy" >< %= fmt_string (node .mem_calculation_strategy ) % >< / abbr>
38
+ < % if (node .hasOwnProperty (' is_mnevis_leader' ) && node .is_mnevis_leader ) { % >
39
+ < abbr title= " Node is mnevis leader" > leader< / abbr>
40
+ < % } % >
39
41
< / td>
40
42
< / tr>
41
43
< tr>
Original file line number Diff line number Diff line change 175
175
< % } % >
176
176
< % if (show_column (' overview' , ' info' )) { % >
177
177
< td>
178
- < abbr title= " Message rates" >< %= fmt_string (node .rates_mode ) % >< / abbr>
179
- < % if (node .type === ' disc' ) { % >
180
- < abbr title= " Broker definitions are held on disc." > disc< / abbr>
181
- < % } else { % >
182
- < abbr title= " Broker definitions are held in RAM. Messages will still be written to disc if necessary." > RAM < / abbr>
178
+ < abbr title= " Message rates" >< %= fmt_string (node .rates_mode ) % >< / abbr>
179
+ < % if (! node .hasOwnProperty (' is_mnevis_leader' )) { % >
180
+ < % if (node .type === ' disc' ) { % >
181
+ < abbr title= " Broker definitions are held on disc." > disc< / abbr>
182
+ < % } else { % >
183
+ < abbr title= " Broker definitions are held in RAM. Messages will still be written to disc if necessary." > RAM < / abbr>
184
+ < % } % >
183
185
< % } % >
184
186
< %= fmt_plugins_small (node) % >
185
- < abbr title= " Memory calculation strategy" >< %= fmt_string (node .mem_calculation_strategy ) % >< / abbr>
187
+ < abbr title= " Memory calculation strategy" >< %= fmt_string (node .mem_calculation_strategy ) % >< / abbr>
188
+ < % if (node .hasOwnProperty (' is_mnevis_leader' ) && node .is_mnevis_leader ) { % >
189
+ < abbr title= " Node is mnevis leader" > leader< / abbr>
190
+ < % } % >
186
191
< / td>
187
192
< % } % >
188
193
< % if (user_administrator && show_column (' overview' , ' reset_stats' )) { % >
You can’t perform that action at this time.
0 commit comments