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