Add h5ai version to info page.

This commit is contained in:
Lars Jung 2015-03-29 21:16:17 +02:00
parent 842e1f5e11
commit d6a8e16aad

View file

@ -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