diff --git a/www/index.php b/www/index.php index fb59e15..e9d929a 100644 --- a/www/index.php +++ b/www/index.php @@ -1,4 +1,6 @@ plan = $license; $result->quantity = 42; $result->amount = 42; + $result->credit = 42; $result->period_end = false; $result->trial_end = false; $result->cancel_at_period_end = false; diff --git a/www/ultimate_fix.css b/www/ultimate_fix.css new file mode 100644 index 0000000..cc91659 --- /dev/null +++ b/www/ultimate_fix.css @@ -0,0 +1,19 @@ +/* Fix the sub info */ +.enterprise-modal .enterprise-info { + display: block; +} +.enterprise-modal .enterprise-buttons { + display: block; +} +.servers-list .server .server-info .server-output-link-viewer { + display: none; +} +.servers-list .server .server-info .server-graph-viewer { + display: none; +} +.enterprise-modal .modal .enterprise-info .enterprise-plus-plan { + display: block; +} +.enterprise-plus .server-routes-list .route .route-network-no-click { + display: none; +}