You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by neeraj-lad <gi...@git.apache.org> on 2017/10/17 03:46:15 UTC

[GitHub] airavata-php-gateway pull request #74: [AIRAVATA-2561] Flexible views for th...

GitHub user neeraj-lad opened a pull request:

    https://github.com/apache/airavata-php-gateway/pull/74

    [AIRAVATA-2561] Flexible views for the 'Experiment Summary' page

    I have added jQuery code so that the user can toggle the table views using checkboxes. For this I have created a 'div' of checkboxes and each checkbox links to the corresponding 'tr' inside the 
    Experiment Summary table. 
    
    ![Flexible Experiment Summary Row Views](https://user-images.githubusercontent.com/16287470/31645812-1902e532-b2cc-11e7-9b9f-a71a2d08a1b2.png)
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neeraj-lad/airavata-php-gateway flexi-exp-summary-view

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/airavata-php-gateway/pull/74.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #74
    
----
commit 7541b8157e61c8a25f8e0ad099c2d706c30b9d61
Author: neeraj-lad <ne...@yandex.com>
Date:   2017-09-28T11:13:57Z

    Add pga_config to gitignore

commit 15e9405ec84b01873bbd601cf67c440624b87a2e
Author: neeraj-lad <ne...@yandex.com>
Date:   2017-09-30T16:45:40Z

    Modify RoleMapper to start PGA on localhost

commit 662cc2dbca533e7d465805ccb2ea8d5d07b28276
Author: neeraj-lad <ne...@yandex.com>
Date:   2017-10-17T03:31:14Z

    Add jQuery code to toggle table row view using checkboxes

----


---