Add h5ai version to info page.
This commit is contained in:
parent
842e1f5e11
commit
d6a8e16aad
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
|||
|
||||
$(testsTemp).appendTo('#content');
|
||||
|
||||
addTest(
|
||||
'h5ai version', 'Only green if this is an official h5ai release',
|
||||
setup.VERSION.indexOf('+') < 0, setup.VERSION
|
||||
);
|
||||
|
||||
addTest(
|
||||
'Index file found', 'Add <code>' + setup.INDEX_HREF + '</code> to your index file list',
|
||||
setup.INDEX_HREF
|
||||
|
|
Loading…
Add table
Reference in a new issue