- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 338 for UI (0.02 seconds)
-
docs/distributed/DECOMMISSION.md
## TODO - Richer progress UI is not present at the moment, this will be addressed in subsequent releases. Currently however a RATE of data transfer and usage increase is displayed via `mc`. - Transitioned Hot Tier's as pooled setups are not currently supported, attempting to decommission buckets with ILM Transition will be rejected by the server. This will be supported in future releases.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Jul 11 14:59:49 GMT 2022 - 8.3K bytes - Click Count (0) -
docs/ja/README.md
### ブラウザUI - 検索UI: http://localhost:8080/  - 管理者UI: http://localhost:8080/admin/ (デフォルトのユーザー名/パスワードはadmin/adminです) 
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8.5K bytes - Click Count (0) -
docs/zh/docs/tutorial/metadata.md
## 文档 URLs { #docs-urls } 你可以配置两个文档用户界面,包括: - **Swagger UI**:服务于 `/docs`。 - 可以使用参数 `docs_url` 设置它的 URL。 - 可以通过设置 `docs_url=None` 禁用它。 - **ReDoc**:服务于 `/redoc`。 - 可以使用参数 `redoc_url` 设置它的 URL。 - 可以通过设置 `redoc_url=None` 禁用它。 例如,设置 Swagger UI 服务于 `/documentation` 并禁用 ReDoc:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 5.6K bytes - Click Count (0) -
docs/en/docs/tutorial/metadata.md
* **Swagger UI**: served at `/docs`. * You can set its URL with the parameter `docs_url`. * You can disable it by setting `docs_url=None`. * **ReDoc**: served at `/redoc`. * You can set its URL with the parameter `redoc_url`. * You can disable it by setting `redoc_url=None`. For example, to set Swagger UI to be served at `/documentation` and disable ReDoc:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/en/docs/advanced/behind-a-proxy.md
### Check the docs UI { #check-the-docs-ui } But here's the fun part. ✨ The "official" way to access the app would be through the proxy with the path prefix that we defined. So, as we would expect, if you try the docs UI served by Uvicorn directly, without the path prefix in the URL, it won't work, because it expects to be accessed through the proxy.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 15.8K bytes - Click Count (0) -
internal/config/errors-utils.go
func (u Err) Hint(m string, args ...any) Err { e := u.Clone() e.hint = fmt.Sprintf(m, args...) return e } // ErrFn function wrapper type ErrFn func(err error) Err // Create a UI error generator, this is needed to simplify // the update of the detailed error message in several places // in MinIO code func newErrFn(msg, action, hint string) ErrFn { return func(err error) Err { u := Err{
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 3.8K bytes - Click Count (0) -
docs/de/docs/index.md
Gehen Sie nun auf [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Sie sehen die automatische interaktive API-Dokumentation (bereitgestellt von [Swagger UI](https://github.com/swagger-api/swagger-ui)):  ### Alternative API-Dokumentation { #alternative-api-docs } Und jetzt gehen Sie auf [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 23.6K bytes - Click Count (1) -
docs/zh/docs/index.md
### 交互式 API 文档 { #interactive-api-docs } 现在访问 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 你会看到自动生成的交互式 API 文档(由 [Swagger UI](https://github.com/swagger-api/swagger-ui) 提供):  ### 可选的 API 文档 { #alternative-api-docs } 然后访问 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 20.7K bytes - Click Count (0) -
docs/ja/docs/tutorial/cookie-params.md
/// /// info | 情報 **ブラウザがクッキーを**特殊な方法で裏側で扱うため、**JavaScript** から簡単には触れられないことを念頭に置いてください。 `/docs` の **API docs UI** に移動すると、*path operation* のクッキーに関する **documentation** を確認できます。 しかし、データを **入力** して「Execute」をクリックしても、docs UI は **JavaScript** で動作するためクッキーは送信されず、値を何も書かなかったかのような **error** メッセージが表示されます。 /// ## まとめ { #recap }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 16:44:21 GMT 2026 - 2K bytes - Click Count (0) -
docs/en/docs/tutorial/cookie-params.md
If you go to the **API docs UI** at `/docs` you will be able to see the **documentation** for cookies for your *path operations*. But even if you **fill the data** and click "Execute", because the docs UI works with **JavaScript**, the cookies won't be sent, and you will see an **error** message as if you didn't write any values. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Sep 20 17:49:27 GMT 2025 - 1.6K bytes - Click Count (0)