From cc53cce3f035795e3b35842acd9778f12b0bfdec Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 16 Jul 2015 18:41:16 -0400 Subject: [PATCH] Bug was preventing the last discovery example from showing the requisite dot. --- dist/views/analyzer.endpoints.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/views/analyzer.endpoints.html b/dist/views/analyzer.endpoints.html index 90e7e52..4b68e85 100644 --- a/dist/views/analyzer.endpoints.html +++ b/dist/views/analyzer.endpoints.html @@ -169,7 +169,7 @@ <table> <tbody> <tr ng-repeat-start="datapoint in datapoints"> - <td><i class="datapoint-cell datapoint-require optional"></i></td> + <td><i class="datapoint-cell datapoint-requisite optional"></i></td> <td class="datapoint-cell">{{datapoint.key}}</td> <td class="datapoint-cell">{{datapoint.type}}</td> <td class="datapoint-cell">{{datapoint.description}}</td> -- GitLab