From dbe163f464cf272b3aa5f44c28576327570878d7 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 19 Sep 2024 13:39:19 +0200 Subject: [PATCH] more fixes to browser on adobe issues --- bx/browser/index.bxm | 32 ++++++++++++++++++-------------- cfml/browser/index.cfm | 34 +++++++++++++++++++--------------- 2 files changed, 37 insertions(+), 29 deletions(-) diff --git a/bx/browser/index.bxm b/bx/browser/index.bxm index 77d6df2..74c60d4 100644 --- a/bx/browser/index.bxm +++ b/bx/browser/index.bxm @@ -88,20 +88,24 @@ Below is a listing of the runners matching the "runner*.(cfm|bxm)" pattern.

- - - - class="btn btn-success btn-sm my-1 mx-1" - - class="btn btn-info btn-sm my-1 mx-1" - - > - #runners.name# - - + + +

No runners found in this directory

+ + + + class="btn btn-success btn-sm my-1 mx-1" + + class="btn btn-info btn-sm my-1 mx-1" +
+ > + #runners.name# + + + diff --git a/cfml/browser/index.cfm b/cfml/browser/index.cfm index 485e396..1ad8dd4 100644 --- a/cfml/browser/index.cfm +++ b/cfml/browser/index.cfm @@ -5,7 +5,7 @@ ASSETS_DIR = expandPath( "/testbox/system/reports/assets" ); TESTBOX_VERSION = new testBox.system.TestBox().getVersion(); // TEST LOCATIONS -> UPDATE AS YOU SEE FIT - rootMapping = "/tests/specs"; + rootMapping = "/tests"; // Local Variables rootPath = expandPath( rootMapping ); @@ -90,20 +90,24 @@ Below is a listing of the runners matching the "runner*.(cfm|bxm)" pattern.

- - - - class="btn btn-success btn-sm my-1 mx-1" - - class="btn btn-info btn-sm my-1 mx-1" - - > - #runners.name# - - + + +

No runners found in this directory

+ + + + class="btn btn-success btn-sm my-1 mx-1" + + class="btn btn-info btn-sm my-1 mx-1" +
+ > + #runners.name# + + +