naming updates
This commit is contained in:
parent
de3b349e60
commit
e31b77017c
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Admin Panel - NocoDB Map Viewer">
|
||||
<title>Admin Panel - NocoDB Map Viewer</title>
|
||||
<meta name="description" content="Admin Panel - BNKops Map - Interactive canvassing web-app & viewer">
|
||||
<title>Admin Panel</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Interactive canvassing web-app & viewer Changemaker-lite nocodb">
|
||||
<title>NocoDB Map Viewer</title>
|
||||
<title>Map by BNKops</title>
|
||||
|
||||
<!-- Leaflet CSS -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Login to NocoDB Map Viewer">
|
||||
<title>Login - NocoDB Map Viewer</title>
|
||||
<meta name="description" content="Login to Map by BNKops - Interactive canvassing web-app & viewer">
|
||||
<title>Login - Map by BNKops</title>
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
||||
@ -1836,7 +1836,7 @@ app.use((err, req, res, next) => {
|
||||
app.listen(PORT, () => {
|
||||
logger.info(`
|
||||
╔════════════════════════════════════════╗
|
||||
║ NocoDB Map Viewer Server ║
|
||||
║ BNKops Map Server ║
|
||||
╠════════════════════════════════════════╣
|
||||
║ Status: Running ║
|
||||
║ Port: ${PORT} ║
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# NocoDB Auto-Setup Script
|
||||
# This script automatically creates the necessary base and tables for the NocoDB Map Viewer
|
||||
# This script automatically creates the necessary base and tables for the BNKops Map Viewer application using NocoDB.
|
||||
# Based on requirements from README.md and using proper NocoDB column types
|
||||
#
|
||||
# Creates three tables:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user