Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 81 for dashboard (0.25 sec)

  1. tests/test_tutorial/test_openapi_webhooks/test_tutorial001.py

                        "description": "When a new user subscribes to your service we'll send you a POST request with this\ndata to the URL that you register for the event `new-subscription` in the dashboard.",
                        "operationId": "new_subscriptionnew_subscription_post",
                        "requestBody": {
                            "content": {
                                "application/json": {
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Oct 20 09:00:44 GMT 2023
    - 4.4K bytes
    - Viewed (2)
  2. docs/de/docs/project-generation.md

    * **Vue**-Frontend:
        * Mit Vue CLI generiert.
        * Handhabung der **JWT-Authentifizierung**.
        * Login-View.
        * Nach der Anmeldung Hauptansicht des Dashboards.
        * Haupt-Dashboard mit Benutzererstellung und -bearbeitung.
        * Bearbeitung des eigenen Benutzers.
        * **Vuex**.
        * **Vue-Router**.
        * **Vuetify** für schöne Material-Designkomponenten.
        * **TypeScript**.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:14:36 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    			<c:if test="${fe:permission('admin-dashboard-view')}">
    				<li class="nav-item">
    					<a class="nav-link <c:if test="${param.menuCategoryType=='dashboard'}">active</c:if>"
    					   href="${fe:url('/admin/dashboard/')}">
    						<em class="nav-icon fa fa-tachometer-alt">
    						<p><la:message key="labels.menu_dashboard_config" /></p>
    					</a>
    				</li>
    			</c:if>
    				
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    compressDashboard "istio-workload-dashboard.json" compressDashboard "istio-service-dashboard.json" compressDashboard "istio-mesh-dashboard.json" compressDashboard "istio-extension-dashboard.json" echo -e "\n---\n" kubectl create configmap -n istio-system istio-grafana-dashboards \ --dry-run=client -oyaml \ --from-file=pilot-dashboard.json="${TMP}/pilot-dashboard.json" \ --from-file=istio-performance-dashboard.json="${TMP}/istio-performance-dashboard.json" echo -e "\n---\n" kubectl create configmap -n istio-system...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  5. src/main/resources/fess_label.properties

    labels.confirmNewPassword=New Password(Confirm)
    
    labels.menu_system=System
    labels.menu_wizard=Wizard
    labels.menu_crawl_config=General
    labels.menu_scheduler_config=Scheduler
    labels.menu_dashboard_config=Dashboard
    labels.menu_design=Page Design
    labels.menu_dict=Dictionary
    labels.menu_data=Backup/Restore
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=File System
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_en.properties

    labels.confirmNewPassword=New Password(Confirm)
    
    labels.menu_system=System
    labels.menu_wizard=Wizard
    labels.menu_crawl_config=General
    labels.menu_scheduler_config=Scheduler
    labels.menu_dashboard_config=Dashboard
    labels.menu_design=Page Design
    labels.menu_dict=Dictionary
    labels.menu_data=Backup/Restore
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=File System
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.2.md

    trigger scaling up and down the number of pods in your application.
      * <strong>New GUI</strong> (dashboard) allows you to get started quickly and enables the same
    functionality found in the CLI as a more approachable and discoverable way of
    interacting with the system. Note: the GUI is enabled by default in 1.2 clusters.
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_de.properties

    labels.confirmNewPassword=Neues Passwort (bestätigen)
    
    labels.menu_system=System
    labels.menu_wizard=Assistent
    labels.menu_crawl_config=Allgemein
    labels.menu_scheduler_config=Zeitplan
    labels.menu_dashboard_config=Dashboard
    labels.menu_design=Seitendesign
    labels.menu_dict=Wörterbuch
    labels.menu_data=Sicherung/Wiederherstellung
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=Dateisystem
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        HtmlNext path_AdminCrawlinginfo_AdminCrawlinginfoDetailsJsp = new HtmlNext("/admin/crawlinginfo/admin_crawlinginfo_details.jsp");
    
        /** The path of the HTML: /admin/dashboard/admin_dashboard.jsp */
        HtmlNext path_AdminDashboard_AdminDashboardJsp = new HtmlNext("/admin/dashboard/admin_dashboard.jsp");
    
        /** The path of the HTML: /admin/dataconfig/admin_dataconfig.jsp */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/fe.tld

        <name>permission</name>
        <function-class>org.codelibs.fess.taglib.FessFunctions</function-class>
        <function-signature>boolean hasActionRole(java.lang.String)</function-signature>
        <example>${fe:permission("admin-dashboard")}</example>
      </function>
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu May 28 07:49:35 GMT 2020
    - 10K bytes
    - Viewed (0)
Back to top