You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@htrace.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2015/02/04 05:36:35 UTC

[jira] [Commented] (HTRACE-75) UI should query htraced

    [ https://issues.apache.org/jira/browse/HTRACE-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304637#comment-14304637 ] 

Colin Patrick McCabe commented on HTRACE-75:
--------------------------------------------

{code}
-    this.model.bind('change', this.render);
+    this.model.bind("change", this.render);
{code}

Seems like we don't need this change?

{code}
    var startdate = $(this.el).find("#begindate").val();// || now.format("D MMMM, YYYY");
    var starttime = $(this.el).find("#begintime").val() || now.format("H:mm A");
{code}
Would prefer to see this named 'begindate' and 'begintime' to match the DOM elements

+1 once those are fixed

> UI should query htraced
> -----------------------
>
>                 Key: HTRACE-75
>                 URL: https://issues.apache.org/jira/browse/HTRACE-75
>             Project: HTrace
>          Issue Type: Sub-task
>            Reporter: Abraham Elmahrek
>            Assignee: Abraham Elmahrek
>         Attachments: HTRACE-75.0.patch
>
>
> Search should query htraced via rest API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)