{{Extend "layout"}} {{Block "title"}}{{"数据库管理"|T}}{{/Block}} {{Block "breadcrumb"}} {{$accountTitle := Stored.accountTitle}} {{Include "db/logout_button"}} {{Super}}
  • {{T "%s管理" Stored.dbType}}
  • {{- if $accountTitle -}}
  • {{$accountTitle}}
  • {{- else -}}
  • {{Stored.Get "dbHost"}}
  • {{- end -}} {{/Block}} {{Block "head"}} {{/Block}} {{Block "bodyNav"}} {{- if Stored.Get "signedIn" -}}

    {{Stored.Get "dbHost"}}

    {{Stored.Get "driver"}} {{Stored.Get "dbVersion"}}

    {{- $dbList := Stored.Get "dbList" -}} {{- $dbName := Stored.Get "dbName" -}} {{- if $dbList -}}
    {{"数据库"|T}}
    {{- end -}}

    {{"Keys"|T}}

    {{- if $dbName -}}
    {{Stored.pagination.Render "pagination_cursor"}}
    {{end}}
    {{end}} {{/Block}} {{Block "main"}} {{Include "db/login.inc"}} {{/Block}} {{Block "footer"}} {{$pjax:=Form "_pjax"}} {{if ne $pjax "#pcont"}} {{end}} {{/Block}}