{% extends "base.html" %} {% block main_body_right %}

List of Data Source Plugins

{% for p in base_navigation_dict['plugin_list'] %} {% end %}
Data Source Type Name Plugin Path Sample URL Operations
{{p.plugin_name}} {{p.module_name}} {{p.sample_ds_url}} Create Data Source

List of Data Sources

{% for ds in base_navigation_dict['dbrs'] %} {% end %}  
Data Source Name Parameters Create Date Last Reflect Date
  {{ds.ds_name}} {{ds.ds_param}} {{ds.created_date.strftime("%Y-%m-%d %H:%M:%S")}} {{ds.last_reflect_date.strftime("%Y-%m-%d %H:%M:%S") if ds.last_reflect_date is not None else '' }}
{% end %} {% block main_body_right_nouse %}

Recently Added Tags

{% end %}