|
@@ -177,7 +177,8 @@ export default function IndexManagementPage() {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <div className="space-y-6">
|
|
|
|
|
|
|
+ <div className="max-w-7xl mx-auto px-6 py-8 lg:px-8">
|
|
|
|
|
+ <div className="space-y-6">
|
|
|
<div>
|
|
<div>
|
|
|
<h1 className="text-2xl font-bold text-gray-900 dark:text-gray-100">
|
|
<h1 className="text-2xl font-bold text-gray-900 dark:text-gray-100">
|
|
|
Index Management
|
|
Index Management
|