mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-08 14:42:50 +02:00
Add h5ai version to info page.
This commit is contained in:
parent
842e1f5e11
commit
d6a8e16aad
@ -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…
x
Reference in New Issue
Block a user