cockpit/graph.html in cpee-1.3.228 vs cockpit/graph.html in cpee-1.3.230

- old
+ new

@@ -15,10 +15,11 @@ --> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> + <meta charset="utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>CPEE Cockpit</title> <!-- libs, do not modify. When local than load local libs. --> <script type="text/javascript" src="/js_libs/jquery.min.js"></script> @@ -53,10 +54,10 @@ <script type="text/javascript" src="js/instance.js"></script> <script type="text/javascript" src="js/details.js"></script> <script type="text/javascript" src="js/parameters.js"></script> <link rel="stylesheet" href="css/ui.css" type="text/css"/> </head> - <body data-base-port="9298" data-res-port="9303" data-theme-base="themes" is="x-ui"> + <body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui"> <div class='hidden'> <input name="repo-url" type="text" value=""/> <input name="base-url" type="text" value=""/> <input name="instance-url" type="text" value=""/> </div>