Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
tangsel-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b95d0001
authored
Jun 03, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update dashboard
1 parent
62036e35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tangsel/pbb/monitoring/views/dashboard.py
tangsel/pbb/monitoring/views/dashboard.py
View file @
b95d000
...
...
@@ -65,6 +65,7 @@ class View(BaseView):
reload
=
'eis_reload'
in
settings
and
int
(
settings
[
'eis_reload'
])
or
3600000
kecamatans
=
Kecamatan
.
query
()
.
order_by
(
'kd_kecamatan'
)
.
all
()
data_awal
=
None
if
self
.
req
.
user
:
kecamatan
=
self
.
ses
[
'kd_kecamatan'
]
data_awal
=
UserArea
.
user_desa
(
self
.
req
.
user
.
id
)
.
all
()
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment