- Implemented API endpoint for fetching content list with filtering, sorting, and pagination. - Added DTOs for content items and tenant information. - Created frontend components for content management, including search and data table functionalities. - Updated routing to include content management page. - Enhanced the superadmin menu to navigate to the new content management section. - Included necessary styles and scripts for the new content management interface.
18 lines
507 B
HTML
18 lines
507 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="./favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sakai Vue</title>
|
|
<link href="https://fonts.cdnfonts.com/css/lato" rel="stylesheet">
|
|
<script type="module" crossorigin src="./assets/index-DZI8LZQ2.js"></script>
|
|
<link rel="stylesheet" crossorigin href="./assets/index-Vam7Oj9y.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
</html> |