Index: trunk/extensions/OpenStackManager/special/SpecialNovaDomain.php |
— | — | @@ -91,6 +91,7 @@ |
92 | 92 | function listDomains() { |
93 | 93 | $this->setHeaders(); |
94 | 94 | $this->getOutput()->setPagetitle( wfMsg( 'openstackmanager-domainlist' ) ); |
| 95 | + $this->getOutput()->addModuleStyles( 'ext.openstack' ); |
95 | 96 | |
96 | 97 | $domainInfo = array(); |
97 | 98 | $domainInfo['domainname'] = array( |
Index: trunk/extensions/OpenStackManager/special/SpecialNovaRole.php |
— | — | @@ -205,6 +205,7 @@ |
206 | 206 | function listGlobalRoles() { |
207 | 207 | $this->setHeaders(); |
208 | 208 | $this->getOutput()->setPagetitle( wfMsg( 'openstackmanager-rolelist' ) ); |
| 209 | + $this->getOutput()->addModuleStyles( 'ext.openstack' ); |
209 | 210 | |
210 | 211 | $headers = Array( 'openstackmanager-rolename', 'openstackmanager-members', 'openstackmanager-actions' ); |
211 | 212 | $roles = OpenStackNovaRole::getAllGlobalRoles(); |
Index: trunk/extensions/OpenStackManager/special/SpecialNovaSudoer.php |
— | — | @@ -155,6 +155,7 @@ |
156 | 156 | function listSudoers() { |
157 | 157 | $this->setHeaders(); |
158 | 158 | $this->getOutput()->setPagetitle( wfMsg( 'openstackmanager-sudoerlist' ) ); |
| 159 | + $this->getOutput()->addModuleStyles( 'ext.openstack' ); |
159 | 160 | |
160 | 161 | $sudoerInfo = array(); |
161 | 162 | $sudoerInfo['sudoername'] = array( |