[
https://issues.apache.org/jira/browse/MESOS-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
haosdent updated MESOS-7468:
----------------------------
Description:
I would get
{code}
var lib mesos slaves 08879b43-58c9-4db7-a93e-4873e35c8144-S1 frameworks
1c092dff-e6d2-4537-a872-52752929ea7e-0000 executors
test-copy.cfd4d72a-3397-11e7-8e73-02426ed45ffc runs
3d8e16cb-f5c7-4580-952d-1a230943e154
{code}
when I select texts in webui.
It is because the definition of breadcrumb in bootstrap is
{code}
.breadcrumb > li + li:before {
content: "/";
}
{code}
So "/" would not be included when select and copy text
was:
I would get
{code}
var lib mesos slaves 08879b43-58c9-4db7-a93e-4873e35c8144-S1 frameworks
1c092dff-e6d2-4537-a872-52752929ea7e-0000 executors
test-copy.cfd4d72a-3397-11e7-8e73-02426ed45ffc runs
3d8e16cb-f5c7-4580-952d-1a230943e154
{code}
when I select texts in webui.
> Could not copy the sandbox path on WebUI
> -----------------------------------------
>
> Key: MESOS-7468
> URL: https://issues.apache.org/jira/browse/MESOS-7468
> Project: Mesos
> Issue Type: Bug
> Components: webui
> Reporter: haosdent
> Assignee: haosdent
> Priority: Minor
>
> I would get
> {code}
> var lib mesos slaves 08879b43-58c9-4db7-a93e-4873e35c8144-S1 frameworks
> 1c092dff-e6d2-4537-a872-52752929ea7e-0000 executors
> test-copy.cfd4d72a-3397-11e7-8e73-02426ed45ffc runs
> 3d8e16cb-f5c7-4580-952d-1a230943e154
> {code}
> when I select texts in webui.
> It is because the definition of breadcrumb in bootstrap is
> {code}
> .breadcrumb > li + li:before {
> content: "/";
> }
> {code}
> So "/" would not be included when select and copy text
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)