NIFI-655: - Removing unnecessary class. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9f60411b Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9f60411b Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/9f60411b
Branch: refs/heads/master Commit: 9f60411b1501bb5faf9c2f1812f6e349329dd9b8 Parents: 242949e Author: Matt Gilman <[email protected]> Authored: Wed Nov 18 18:37:12 2015 -0500 Committer: Matt Gilman <[email protected]> Committed: Wed Nov 18 18:37:12 2015 -0500 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/partials/login/login-progress.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/9f60411b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-progress.jsp ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-progress.jsp b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-progress.jsp index 874a0cb..cefc73c 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-progress.jsp +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/login/login-progress.jsp @@ -16,7 +16,7 @@ --%> <%@ page contentType="text/html" pageEncoding="UTF-8" session="false" %> <div id="login-progress-container" class="login-container hidden"> - <div id="login-progress-spinner" class="loading-container ajax-loading"></div> + <div id="login-progress-spinner" class="loading-container"></div> <div id="login-progress-label">Logging in...</div> <div class="clear"></div> </div> \ No newline at end of file
