Show community name in admin panel title.
This commit is contained in:
parent
af2362c768
commit
28a1db7c83
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="en" ng-app="ffffngAdmin">
|
||||
<head>
|
||||
<title>Knotenverwaltung - Admin-Panel</title>
|
||||
<link rel="stylesheet" href="css/ng-admin.min.css">
|
||||
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body ng-app="ffffngAdmin">
|
||||
<body>
|
||||
<div ui-view></div>
|
||||
|
||||
<script src="js/moment-with-locales.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue