Skip to content

Commit

Permalink
change demo_app welcome message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Apr 12, 2013
1 parent 7e99738 commit 0c45414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_app/app/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class MainDashboard(object):
widgets = [
[
{"type": "html", "title": "Test Widget", "content": "<h3> Welcome to Exadmin! </h3>"},
{"type": "html", "title": "Test Widget", "content": "<h3> Welcome to Xadmin! </h3>"},
{"type": "chart", "model": "app.accessrecord", 'chart': 'user_count', 'params': {'_p_date__gte': '2013-01-08', 'p': 1, '_p_date__lt': '2013-01-29'}},
{"type": "list", "model": "app.host", 'params': {'o':'-guarantee_date'}},
],
Expand Down

0 comments on commit 0c45414

Please sign in to comment.