-
Notifications
You must be signed in to change notification settings - Fork 2
BetaSiteManagementPage.js
Allow an administrator to to the Beta site mode on or off.
The navigation to this page is controlled by the mvcApp.betaSiteSignup flag. If the flag is false, then the nav button won't show up UNLESS Beta mode is active.
#../
\enyo-mvc-web-app
|
+---index html
+---mvcApp html
+---mvcAppDebug html
+---package json
+---node-server js
+---mvcApp html
+---assets
+---enyo
+---lib
+---node_modules
+---public
+---scripts
|
\---source
|
+---apps
+---controllers
| |
| +---auth
| \---public
|
+---css
+---ext
+---models
| |
| +---ajax
| \---socket
|
\---views
|
+---auth
| |
| \---body
|
\---public
|
\---body
Add a Contact Page for Authorized users
Why is the project structured this way?
Why are some things implemented this way?