-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Update #2
UI Update #2
Conversation
@@ -1,35 +1,36 @@ | |||
<%@ page isELIgnored ="false" %> | |||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> | |||
<html> | |||
<head> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
browse.jsp only has four lines added. Why are there so many indention changes in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its because general.jsp was in the 100 characters or less format and all
the lines were indented extra.
On Feb 25, 2013 7:36 AM, "Haoyuan Li" [email protected] wrote:
In src/main/java/tachyon/webapps/general.jsp:
@@ -1,35 +1,36 @@
-
<%@ page isELIgnored ="false" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>browse.jsp only has four lines added. Why are there so many indention
changes in this file?—
Reply to this email directly or view it on GitHubhttps://github.com//pull/2/files#r3136804.
UI Update: add in memory files page.
Changed jetty-jsp version to match rest of jetty
[TACHYON-1287] Add Javadoc for start() in LeaderSelectorClient.java
Add feature to list all the pinned files
Restore grpc-thrift branch to a working state
* Handle user passing no file copy arguments * Change conditional to capture more scenarios * Fix conditional to use string * Add quote to comparison value
…lean Add data points for each data read and generate duration distribution
Added page to view in memory files and footers. Also reformatted general.jsp a little.