Raise client layout version and add subscription form height cap
This commit is contained in:
@@ -1049,7 +1049,7 @@ export function ClientOverviewPage({
|
||||
? 'Сейчас работают правила Gateway'
|
||||
: state?.route?.localRulesPendingRestart ? 'Правила ждут перезапуска' : 'Локальные правила'}</span>
|
||||
</button>}
|
||||
<main className={`client-panel${showPower ? '' : ' is-setup'}`}>
|
||||
<main className={`client-panel${showPower ? '' : ' is-setup'}${hasSubscription ? ' has-subscription' : ''}`}>
|
||||
{showPower && (
|
||||
<section className="client-power-section" aria-labelledby="connection-title">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user