mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 13:26:38 +02:00
Add h5ai version to info page.
This commit is contained in:
@@ -41,6 +41,11 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
|||||||
|
|
||||||
$(testsTemp).appendTo('#content');
|
$(testsTemp).appendTo('#content');
|
||||||
|
|
||||||
|
addTest(
|
||||||
|
'h5ai version', 'Only green if this is an official h5ai release',
|
||||||
|
setup.VERSION.indexOf('+') < 0, setup.VERSION
|
||||||
|
);
|
||||||
|
|
||||||
addTest(
|
addTest(
|
||||||
'Index file found', 'Add <code>' + setup.INDEX_HREF + '</code> to your index file list',
|
'Index file found', 'Add <code>' + setup.INDEX_HREF + '</code> to your index file list',
|
||||||
setup.INDEX_HREF
|
setup.INDEX_HREF
|
||||||
|
Reference in New Issue
Block a user